Uses of Class
org.hibernate.type.CollectionType
-
Packages that use CollectionType Package Description org.hibernate.engine.spi org.hibernate.mapping org.hibernate.persister.collection 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 Iterator<?>CascadingActions. getAllElementsIterator(EventSource session, CollectionType collectionType, Object collection)Given a collection, get an iterator of all its children, loading them from the database if necessary.Iterator<?>CascadingAction. getCascadableChildrenIterator(EventSource session, CollectionType collectionType, Object collection)Given a collection, get an iterator of the children upon which the current cascading action should be visited.static Iterator<?>CascadingActions. getLoadedElementsIterator(SharedSessionContractImplementor session, CollectionType collectionType, Object collection)Iterate just the elements of the collection that are already there. -
Uses of CollectionType in org.hibernate.mapping
Methods in org.hibernate.mapping that return CollectionType Modifier and Type Method Description static CollectionTypeMappingHelper. customCollection(String typeName, Properties typeParameters, String role, String propertyRef, MetadataImplementor metadata)CollectionTypeCollection. getCollectionType()CollectionTypeArray. getDefaultCollectionType()CollectionTypeBag. getDefaultCollectionType()abstract CollectionTypeCollection. getDefaultCollectionType()CollectionTypeIdentifierBag. getDefaultCollectionType()CollectionTypeList. getDefaultCollectionType()CollectionTypeMap. getDefaultCollectionType()CollectionTypeSet. getDefaultCollectionType()Methods in org.hibernate.mapping with parameters of type CollectionType Modifier and Type Method Description CollectionSemantics<?,?>SemanticsResolver. resolve(CollectionType explicitType) -
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 associatedType -
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 implementPersistentCollectionclassIdentifierBagTypeclassListTypeclassMapTypeclassOrderedMapTypeA specialization of the map type, with (resultset-based) ordering.classOrderedSetTypeA specialization of the set type, with (resultset-based) ordering.classSetTypeclassSortedMapTypeclassSortedSetType
-