net.sf.hibernate.type
Class SortedSetType
java.lang.Object
net.sf.hibernate.type.AbstractType
net.sf.hibernate.type.PersistentCollectionType
net.sf.hibernate.type.SetType
net.sf.hibernate.type.SortedSetType
- All Implemented Interfaces:
- AssociationType, Serializable, Type
- public class SortedSetType
- extends SetType
- See Also:
- Serialized Form
Methods inherited from class net.sf.hibernate.type.PersistentCollectionType |
assemble, copy, deepCopy, disassemble, equals, equals, fromString, getAssociatedClass, getColumnSpan, getElementsIterator, getElementType, getForeignKeyDirection, getJoinable, getName, getReferencedColumns, getRole, hashCode, hasNiceEquals, hydrate, isArrayType, isAssociationType, isDirty, isModified, isMutable, isPersistentCollectionType, nullSafeGet, nullSafeGet, nullSafeSet, resolveIdentifier, sqlTypes, toString, toString, usePrimaryKeyAsForeignKey |
SortedSetType
public SortedSetType(String role,
Comparator comparator)
instantiate
public PersistentCollection instantiate(SessionImplementor session,
CollectionPersister persister)
- Overrides:
instantiate
in class SetType
getReturnedClass
public Class getReturnedClass()
- Description copied from interface:
Type
- The class returned by nullSafeGet() methods. This is used to establish
the class of an array of this type.
- Specified by:
getReturnedClass
in interface Type
- Overrides:
getReturnedClass
in class SetType
wrap
public PersistentCollection wrap(SessionImplementor session,
Object collection)
- Overrides:
wrap
in class SetType