|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.type.AbstractType org.hibernate.type.CollectionType org.hibernate.type.SetType org.hibernate.type.OrderedSetType
public class OrderedSetType
Field Summary |
---|
Fields inherited from class org.hibernate.type.CollectionType |
---|
UNFETCHED_COLLECTION |
Constructor Summary | |
---|---|
OrderedSetType(String role,
String propertyRef,
boolean isEmbeddedInXML)
|
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.SetType |
---|
getReturnedClass, instantiate, wrap |
Methods inherited from class org.hibernate.type.AbstractType |
---|
beforeAssemble, getHashCode, getSemiResolvedType, isAnyType, isComponentType, isEntityType, isEqual, isSame, replace, replaceNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.hibernate.type.Type |
---|
beforeAssemble, getHashCode, getSemiResolvedType, isAnyType, isComponentType, isEntityType, isEqual, isSame, replace |
Constructor Detail |
---|
public OrderedSetType(String role, String propertyRef, boolean isEmbeddedInXML)
Method Detail |
---|
public Object instantiate(int anticipatedSize)
CollectionType
instantiate
in class SetType
anticipatedSize
- The anticipated size of the instaniated collection
after we are done populating it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |