Class SortedSetType
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.CollectionType
org.hibernate.type.SetType
org.hibernate.type.SortedSetType
- All Implemented Interfaces:
Serializable, AssociationType, Type
- See Also:
-
Field Summary
Fields inherited from class CollectionType
UNFETCHED_COLLECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> The class handled by this type.instantiate(int anticipatedSize) Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.instantiate(SharedSessionContractImplementor session, CollectionPersister persister, Object key) Instantiate an uninitialized collection wrapper or holder.wrap(SharedSessionContractImplementor session, Object collection) Wrap the naked collection instance in a wrapper, or instantiate a holder.Methods inherited from class CollectionType
assemble, compare, compare, contains, deepCopy, disassemble, disassemble, getAssociatedEntityName, getAssociatedJoinable, getCollection, getColumnSpan, getElementsIterator, getElementsIterator, getElementType, getForeignKeyDirection, getHashCode, getIdOfOwnerOrNull, getKeyOfOwner, getLHSPropertyName, getName, getRHSUniqueKeyPropertyName, getRole, getSqlTypeCodes, hasHolder, indexOf, initializeImmediately, instantiateResult, isAlwaysDirtyChecked, isArrayType, isAssociationType, isCollectionType, isDirty, isDirty, isEqual, isInverse, isModified, isMutable, nullSafeSet, nullSafeSet, renderLoggableString, replace, replaceElements, toColumnNullness, toLoggableString, toString, useLHSPrimaryKeyMethods inherited from class AbstractType
beforeAssemble, getHashCode, isAnyType, isComponentType, isEntityType, isEqual, isSame, replaceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Type
beforeAssemble, getHashCode, getReturnedClassName, getTypeForEqualsHashCode, isAnyType, isComponentType, isEntityType, isEqual, isSame, replace
-
Constructor Details
-
SortedSetType
-
-
Method Details
-
getCollectionClassification
- Overrides:
getCollectionClassificationin classSetType
-
getReturnedClass
Description copied from interface:TypeThe class handled by this type.- Specified by:
getReturnedClassin interfaceType- Overrides:
getReturnedClassin classSetType- Returns:
- The Java class handled by this type.
-
instantiate
Description copied from class:CollectionTypeInstantiate 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:
instantiatein classSetType- Parameters:
anticipatedSize- The anticipated size of the instantiated collection after we are done populating it.- Returns:
- A newly instantiated collection to be wrapped.
-