public class OrderedMapType extends MapType
UNFETCHED_COLLECTIONLEGACY_DEFAULT_SIZE, LEGACY_DICTATED_SIZE| Constructor and Description | 
|---|
OrderedMapType(TypeFactory.TypeScope typeScope,
              String role,
              String propertyRef)  | 
OrderedMapType(TypeFactory.TypeScope typeScope,
              String role,
              String propertyRef,
              boolean isEmbeddedInXML)
Deprecated. 
 
Use  
OrderedMapType(TypeFactory.TypeScope, String, String) instead.
  instead.
 See Jira issue: HHH-7771 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
instantiate(int anticipatedSize)
Instantiate an empty instance of the "underlying" collection (not a wrapper),
 but with the given anticipated size (i.e. 
 | 
getElementsIterator, getReturnedClass, indexOf, instantiate, replaceElements, wrapassemble, compare, contains, deepCopy, defaultSizes, dictatedSizes, disassemble, fromXMLNode, getAssociatedEntityName, getAssociatedJoinable, getCollection, getColumnSpan, getElementsIterator, getElementType, getForeignKeyDirection, getHashCode, getIdOfOwnerOrNull, getKeyOfOwner, getLHSPropertyName, getName, getOnCondition, getOnCondition, getRHSUniqueKeyPropertyName, getRole, hasHolder, hydrate, initializeImmediately, instantiateResult, isAlwaysDirtyChecked, isArrayType, isAssociationType, isCollectionType, isDirty, isDirty, isEmbeddedInXML, isEqual, isModified, isMutable, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, renderLoggableString, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toString, useLHSPrimaryKeybeforeAssemble, getHashCode, getSemiResolvedType, isAnyType, isComponentType, isEntityType, isEqual, isSame, replace, replaceNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbeforeAssemble, getHashCode, getSemiResolvedType, isAnyType, isComponentType, isEntityType, isEqual, isSame, replace@Deprecated public OrderedMapType(TypeFactory.TypeScope typeScope, String role, String propertyRef, boolean isEmbeddedInXML)
OrderedMapType(TypeFactory.TypeScope, String, String) instead.
  instead.
 See Jira issue: HHH-7771role - The collection role name.propertyRef - The property ref name.isEmbeddedInXML - Is this collection to embed itself in xmlpublic OrderedMapType(TypeFactory.TypeScope typeScope, String role, String propertyRef)
public Object instantiate(int anticipatedSize)
CollectionTypeinstantiate in class MapTypeanticipatedSize - The anticipated size of the instaniated collection
 after we are done populating it.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.