| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.type.AbstractTypeorg.hibernate.type.CollectionTypeorg.hibernate.type.SetTypeorg.hibernate.type.SortedSetTypepublic class SortedSetTypeextends SetTypeField Summary |
Fields inherited from class org.hibernate.type.CollectionType | |
UNFETCHED_COLLECTION | |
Constructor Summary | |
| |
Method Summary | |
Class | |
Object |
|
PersistentCollection |
|
PersistentCollection |
|
Methods inherited from class org.hibernate.type.SetType | |
getReturnedClass, instantiate, instantiate, wrap | |
Methods inherited from class org.hibernate.type.AbstractType | |
assemble, beforeAssemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve | |
public SortedSetType(String role,
String propertyRef,
Comparator comparator,
boolean isEmbeddedInXML)public Class getReturnedClass()
- Specified by:
- getReturnedClass in interface Type
- Overrides:
- getReturnedClass in interface SetType
public PersistentCollection instantiate(SessionImplementor session, CollectionPersister persister, Serializable key)
- Overrides:
- instantiate in interface SetType