Package org.hibernate.ogm.type.descriptor.impl

Examples of org.hibernate.ogm.type.descriptor.impl.CalendarTimeZoneDateTimeTypeDescriptor


    return Arrays.asList( data );
  }

  @Test
  public void testCalendarTimeZoneDateTimeObjects() {
    CalendarTimeZoneDateTimeTypeDescriptor calendarTimeZoneDateTimeTypeDescriptor = new CalendarTimeZoneDateTimeTypeDescriptor();
    assertThat( calendarTimeZoneDateTimeTypeDescriptor.areEqual( one, another ) ).isEqualTo( exceptedEquality );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.ogm.type.descriptor.impl.CalendarTimeZoneDateTimeTypeDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.