org.hibernate.type.descriptor.java
Class TimeZoneTypeDescriptor.TimeZoneComparator

java.lang.Object
  extended by org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
All Implemented Interfaces:
java.util.Comparator<java.util.TimeZone>
Enclosing class:
TimeZoneTypeDescriptor

public static class TimeZoneTypeDescriptor.TimeZoneComparator
extends java.lang.Object
implements java.util.Comparator<java.util.TimeZone>


Field Summary
static TimeZoneTypeDescriptor.TimeZoneComparator INSTANCE
           
 
Constructor Summary
TimeZoneTypeDescriptor.TimeZoneComparator()
           
 
Method Summary
 int compare(java.util.TimeZone o1, java.util.TimeZone o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

INSTANCE

public static final TimeZoneTypeDescriptor.TimeZoneComparator INSTANCE
Constructor Detail

TimeZoneTypeDescriptor.TimeZoneComparator

public TimeZoneTypeDescriptor.TimeZoneComparator()
Method Detail

compare

public int compare(java.util.TimeZone o1,
                   java.util.TimeZone o2)
Specified by:
compare in interface java.util.Comparator<java.util.TimeZone>


Copyright © 2013. All Rights Reserved.