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.MapType
org.hibernate.type.SortedMapType
public class SortedMapType
extends MapType
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.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