| 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.MapTypeorg.hibernate.type.SortedMapTypepublic class SortedMapTypeextends MapTypeField 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.MapType | |
getElementsIterator, getReturnedClass, indexOf, instantiate, instantiate, replaceElements, 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 SortedMapType(String role,
String propertyRef,
Comparator comparator,
boolean isEmbeddedInXML)public Class getReturnedClass()
- Specified by:
- getReturnedClass in interface Type
- Overrides:
- getReturnedClass in interface MapType
public PersistentCollection instantiate(SessionImplementor session, CollectionPersister persister, Serializable key)
- Overrides:
- instantiate in interface MapType