Uses of Class
org.hibernate.type.CollectionType
Packages that use CollectionType
Package
Description
Internal implementations and support for persistent collections.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for collections.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of CollectionType in org.hibernate.collection.internal
Methods in org.hibernate.collection.internal that return CollectionTypeConstructors in org.hibernate.collection.internal with parameters of type CollectionType -
Uses of CollectionType in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type CollectionTypeModifier and TypeMethodDescriptionstatic voidCollections.processReachableCollection(PersistentCollection<?> collection, CollectionType type, Object entity, SessionImplementor session) Initialize the role of the collection. -
Uses of CollectionType in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type CollectionTypeModifier and TypeMethodDescriptionstatic Iterator<?> CascadingActions.getAllElementsIterator(EventSource session, CollectionType collectionType, Object collection) Deprecated, for removal: This API element is subject to removal in a future version.static Iterator<?> CascadingActions.getAllElementsIterator(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) Deprecated, for removal: This API element is subject to removal in a future version.static Iterator<?> CascadingActions.getLoadedElementsIterator(CollectionType collectionType, Object collection) Iterate just the elements of the collection that are already there. -
Uses of CollectionType in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type CollectionTypeModifier and TypeMethodDescriptionvoidEvictVisitor.evictCollection(Object value, CollectionType type) OnLockVisitor.processCollection(Object collection, CollectionType type) OnReplicateVisitor.processCollection(Object collection, CollectionType type) protected ObjectWrapVisitor.processCollection(Object collection, CollectionType collectionType) protected voidProxyVisitor.reattachCollection(PersistentCollection<?> collection, CollectionType type) Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper -
Uses of CollectionType in org.hibernate.mapping
Methods in org.hibernate.mapping that return CollectionTypeModifier and TypeMethodDescriptionCollection.getCollectionType()Array.getDefaultCollectionType()Bag.getDefaultCollectionType()abstract CollectionTypeCollection.getDefaultCollectionType()IdentifierBag.getDefaultCollectionType()List.getDefaultCollectionType()Map.getDefaultCollectionType()Set.getDefaultCollectionType() -
Uses of CollectionType in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionTypeModifier and TypeMethodDescriptionAbstractCollectionPersister.getCollectionType()CollectionPersister.getCollectionType()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CollectionType in org.hibernate.type
Subclasses of CollectionType in org.hibernate.typeModifier and TypeClassDescriptionclassA type for persistent arrays.classclassA custom type for mapping user-written classes that implementPersistentCollectionclassclassclassclassA specialization of the map type, with (resultset-based) ordering.classA specialization of the set type, with (resultset-based) ordering.classclassclass
Type.