Uses of Class
org.hibernate.type.CollectionType
-
Packages that use CollectionType Package Description org.hibernate.engine.spi org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.mapping org.hibernate.persister.collection org.hibernate.persister.walking.spi org.hibernate.type -
-
Uses of CollectionType in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type CollectionType Modifier and Type Method Description static java.util.IteratorCascadingActions. getAllElementsIterator(EventSource session, CollectionType collectionType, java.lang.Object collection)Given a collection, get an iterator of all its children, loading them from the database if necessary.java.util.IteratorCascadingAction. getCascadableChildrenIterator(EventSource session, CollectionType collectionType, java.lang.Object collection)Given a collection, get an iterator of the children upon which the current cascading action should be visited.static java.util.IteratorCascadingActions. getLoadedElementsIterator(SharedSessionContractImplementor session, CollectionType collectionType, java.lang.Object collection)Iterate just the elements of the collection that are already there. -
Uses of CollectionType in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return CollectionType Modifier and Type Method Description CollectionTypeCollectionAttributeFetch. getFetchedType()Get the Hibernate Type that describes the fetched attribute as aCollectionType. -
Uses of CollectionType in org.hibernate.mapping
Methods in org.hibernate.mapping that return CollectionType Modifier and Type Method Description CollectionTypeCollection. getCollectionType()CollectionTypeArray. getDefaultCollectionType()CollectionTypeBag. getDefaultCollectionType()abstract CollectionTypeCollection. getDefaultCollectionType()CollectionTypeIdentifierBag. getDefaultCollectionType()CollectionTypeList. getDefaultCollectionType()CollectionTypeMap. getDefaultCollectionType()CollectionTypeSet. getDefaultCollectionType() -
Uses of CollectionType in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionType Modifier and Type Method Description CollectionTypeAbstractCollectionPersister. getCollectionType()CollectionTypeCollectionPersister. getCollectionType()Get the associated Type -
Uses of CollectionType in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return CollectionType Modifier and Type Method Description CollectionTypeCollectionDefinition. getCollectionType() -
Uses of CollectionType in org.hibernate.type
Subclasses of CollectionType in org.hibernate.type Modifier and Type Class Description classArrayTypeA type for persistent arrays.classBagTypeclassCustomCollectionTypeA custom type for mapping user-written classes that implement PersistentCollectionclassIdentifierBagTypeclassListTypeclassMapTypeclassOrderedMapTypeA specialization of the map type, with (resultset-based) ordering.classOrderedSetTypeA specialization of the set type, with (resultset-based) ordering.classSetTypeclassSortedMapTypeclassSortedSetTypeMethods in org.hibernate.type that return CollectionType Modifier and Type Method Description CollectionTypeTypeFactory. array(java.lang.String role, java.lang.String propertyRef, java.lang.Class elementClass)Deprecated.CollectionTypeTypeFactory. bag(java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. customCollection(java.lang.String typeName, java.util.Properties typeParameters, java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. idbag(java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. list(java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. map(java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. orderedMap(java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. orderedSet(java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. set(java.lang.String role, java.lang.String propertyRef)Deprecated.CollectionTypeTypeFactory. sortedMap(java.lang.String role, java.lang.String propertyRef, java.util.Comparator comparator)Deprecated.CollectionTypeTypeFactory. sortedSet(java.lang.String role, java.lang.String propertyRef, java.util.Comparator comparator)Deprecated.
-