Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.CollectionType
org.hibernate.type.SetType
org.hibernate.type.SortedSetType
public class SortedSetType
extends SetType
Field 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