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
public class MapType
extends CollectionType
Field Summary |
Fields inherited from class org.hibernate.type.CollectionType | |
UNFETCHED_COLLECTION |
Constructor Summary | |
|
Method Summary | |
Iterator |
|
Class |
|
Object |
|
Object |
|
PersistentCollection |
|
Object |
|
PersistentCollection |
|
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 Iterator getElementsIterator(Object collection)
- Overrides:
- getElementsIterator in interface CollectionType
public Class getReturnedClass()
The class returned by nullSafeGet() methods. This is used to establish the class of an array of this type.
- Specified by:
- getReturnedClass in interface Type
- Returns:
- Class
public Object indexOf(Object collection, Object element)
- Overrides:
- indexOf in interface CollectionType
public Object instantiate(int anticipatedSize)
- Overrides:
- instantiate in interface CollectionType
public PersistentCollection instantiate(SessionImplementor session, CollectionPersister persister, Serializable key)
- Overrides:
- instantiate in interface CollectionType
public Object replaceElements(Object original, Object target, Object owner, Map copyCache, SessionImplementor session) throws HibernateException
- Overrides:
- replaceElements in interface CollectionType
public PersistentCollection wrap(SessionImplementor session, Object collection)
- Overrides:
- wrap in interface CollectionType