Uses of Class
org.hibernate.type.CollectionType
-
Packages that use CollectionType Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
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)Deprecated. -
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()Deprecated, for removal: This API element is subject to removal in a future version.Hibernate is moving away fromType. -
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
-