当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
OrderedSetType (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.type
Class OrderedSetType
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.CollectionType
org.hibernate.type.SetType
org.hibernate.type.OrderedSetType
- All Implemented Interfaces:
- AssociationType, Serializable, Type
- public class OrderedSetType
- extends SetType
- See Also:
- Serialized Form
Method Summary |
Object |
instantiate(int anticipatedSize)
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e. |
Methods inherited from class org.hibernate.type.CollectionType |
assemble, compare, contains, deepCopy, disassemble, fromXMLNode, getAssociatedEntityName, getAssociatedJoinable, getCollection, getColumnSpan, getElementsIterator, getElementsIterator, getElementType, getForeignKeyDirection, getHashCode, getKeyOfOwner, getLHSPropertyName, getName, getOnCondition, getRHSUniqueKeyPropertyName, getRole, hasHolder, hydrate, indexOf, initializeImmediately, 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 |
OrderedSetType
public OrderedSetType(String role,
String propertyRef,
boolean isEmbeddedInXML)
instantiate
public Object instantiate(int anticipatedSize)
- Description copied from class:
CollectionType
- Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e. accounting for initial capacity
and perhaps load factor).
- Overrides:
instantiate
in class SetType