Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » type » [javadoc | source]
org.hibernate.type
public class: SortedMapType [javadoc | source]
java.lang.Object
   org.hibernate.type.AbstractType
      org.hibernate.type.CollectionType
         org.hibernate.type.MapType
            org.hibernate.type.SortedMapType

All Implemented Interfaces:
    AssociationType, Type

Fields inherited from org.hibernate.type.CollectionType:
UNFETCHED_COLLECTION
Constructor:
 public SortedMapType(String role,
    String propertyRef,
    Comparator comparator,
    boolean isEmbeddedInXML) 
Method from org.hibernate.type.SortedMapType Summary:
getReturnedClass,   instantiate,   instantiate,   wrap
Methods from org.hibernate.type.MapType:
getElementsIterator,   getReturnedClass,   indexOf,   instantiate,   instantiate,   replaceElements,   wrap
Methods from org.hibernate.type.CollectionType:
assemble,   compare,   contains,   deepCopy,   disassemble,   fromXMLNode,   getAssociatedEntityName,   getAssociatedJoinable,   getCollection,   getColumnSpan,   getElementType,   getElementsIterator,   getElementsIterator,   getForeignKeyDirection,   getHashCode,   getIdOfOwnerOrNull,   getKeyOfOwner,   getLHSPropertyName,   getName,   getOnCondition,   getRHSUniqueKeyPropertyName,   getRole,   hasHolder,   hydrate,   indexOf,   initializeImmediately,   instantiate,   instantiate,   instantiateResult,   isAlwaysDirtyChecked,   isArrayType,   isAssociationType,   isCollectionType,   isDirty,   isDirty,   isEmbeddedInXML,   isEqual,   isModified,   isMutable,   isXMLElement,   nullSafeGet,   nullSafeGet,   nullSafeSet,   nullSafeSet,   renderLoggableString,   replace,   replaceElements,   resolve,   semiResolve,   setToXMLNode,   sqlTypes,   toColumnNullness,   toLoggableString,   toString,   useLHSPrimaryKey,   wrap
Methods from 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
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.type.SortedMapType Detail:
 public Class getReturnedClass() 
 public Object instantiate(int anticipatedSize) 
 public PersistentCollection instantiate(SessionImplementor session,
    CollectionPersister persister,
    Serializable key) 
 public PersistentCollection wrap(SessionImplementor session,
    Object collection)