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.
Validation for HQL queries.
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 void
Collections.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) 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.event.internal
Methods in org.hibernate.event.internal with parameters of type CollectionTypeModifier and TypeMethodDescriptionvoid
EvictVisitor.evictCollection
(Object value, CollectionType type) OnLockVisitor.processCollection
(Object collection, CollectionType type) OnReplicateVisitor.processCollection
(Object collection, CollectionType type) protected Object
WrapVisitor.processCollection
(Object collection, CollectionType collectionType) protected void
ProxyVisitor.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 TypeMethodDescriptionstatic CollectionType
MappingHelper.customCollection
(String typeName, Properties typeParameters, String role, String propertyRef, MetadataImplementor metadata) Collection.getCollectionType()
Array.getDefaultCollectionType()
Bag.getDefaultCollectionType()
abstract CollectionType
Collection.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.processor.validation
Methods in org.hibernate.processor.validation that return CollectionTypeConstructors in org.hibernate.processor.validation with parameters of type CollectionTypeModifierConstructorDescriptionElementCollectionPersister
(String role, CollectionType collectionType, TypeElement elementType, String propertyPath, AccessType defaultAccessType, ProcessorSessionFactory factory) MockCollectionPersister
(String role, CollectionType collectionType, Type elementType, MockSessionFactory factory) ToManyAssociationPersister
(String role, CollectionType collectionType, String targetEntityName, ProcessorSessionFactory that) -
Uses of CollectionType in org.hibernate.type
Subclasses of CollectionType in org.hibernate.typeModifier and TypeClassDescriptionclass
A type for persistent arrays.class
class
A custom type for mapping user-written classes that implementPersistentCollection
class
class
class
class
A specialization of the map type, with (resultset-based) ordering.class
A specialization of the set type, with (resultset-based) ordering.class
class
class
Type
.