Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » type » [javadoc | source]
org.hibernate.type
public class: MapType [javadoc | source]
java.lang.Object
   org.hibernate.type.AbstractType
      org.hibernate.type.CollectionType
         org.hibernate.type.MapType

All Implemented Interfaces:
    AssociationType, Type

Direct Known Subclasses:
    SortedMapType, OrderedMapType

Fields inherited from org.hibernate.type.CollectionType:
UNFETCHED_COLLECTION
Constructor:
 public MapType(String role,
    String propertyRef,
    boolean isEmbeddedInXML) 
Method from org.hibernate.type.MapType Summary:
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.MapType Detail:
 public Iterator getElementsIterator(Object collection) 
 public Class getReturnedClass() 
 public Object indexOf(Object collection,
    Object element) 
 public Object instantiate(int anticipatedSize) 
 public PersistentCollection instantiate(SessionImplementor session,
    CollectionPersister persister,
    Serializable key) 
 public Object replaceElements(Object original,
    Object target,
    Object owner,
    Map copyCache,
    SessionImplementor session) throws HibernateException 
 public PersistentCollection wrap(SessionImplementor session,
    Object collection)