Uses of Interface
org.hibernate.collection.spi.CollectionSemantics
Packages that use CollectionSemantics
Package
Description
Internal implementations and support for persistent collections.
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for collections.
-
Uses of CollectionSemantics in org.hibernate.collection.internal
Classes in org.hibernate.collection.internal that implement CollectionSemanticsModifier and TypeClassDescriptionclass
A collection semantics wrapper forCollectionType
.class
CollectionSemantics implementation for arraysclass
CollectionSemantics for bagsclass
CollectionSemantics implementation for id-bagsclass
Hibernate's standard CollectionSemantics for Listsclass
StandardMapSemantics<K,
V> CollectionSemantics for mapsclass
class
class
class
class
Methods in org.hibernate.collection.internal that return CollectionSemanticsModifier and TypeMethodDescriptionStandardCollectionSemanticsResolver.resolveRepresentation
(Collection bootDescriptor) -
Uses of CollectionSemantics in org.hibernate.collection.spi
Subinterfaces of CollectionSemantics in org.hibernate.collection.spiModifier and TypeInterfaceDescriptioninterface
BagSemantics<BE extends Collection<E>,
E> interface
MapSemantics<MKV extends Map<K,
V>, K, V> Extension ofCollectionSemantics
for MapsClasses in org.hibernate.collection.spi that implement CollectionSemanticsModifier and TypeClassDescriptionclass
class
AbstractMapSemantics<MKV extends Map<K,
V>, K, V> class
AbstractSetSemantics<SE extends Set<E>,
E> Methods in org.hibernate.collection.spi that return CollectionSemanticsModifier and TypeMethodDescription<CE,
E> CollectionSemantics<CE, E> CollectionSemanticsResolver.resolveRepresentation
(Collection bootDescriptor) -
Uses of CollectionSemantics in org.hibernate.mapping
Methods in org.hibernate.mapping that return CollectionSemantics -
Uses of CollectionSemantics in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return CollectionSemantics -
Uses of CollectionSemantics in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionSemanticsModifier and TypeMethodDescriptionCollectionSemantics<?,
?> AbstractCollectionPersister.getCollectionSemantics()
CollectionSemantics<?,
?> CollectionPersister.getCollectionSemantics()
-
Uses of CollectionSemantics in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi that return CollectionSemanticsModifier and TypeMethodDescriptionBasicCollectionJavaType.getSemantics()
CollectionJavaType.getSemantics()
Constructors in org.hibernate.type.descriptor.java.spi with parameters of type CollectionSemanticsModifierConstructorDescriptionBasicCollectionJavaType
(ParameterizedType type, JavaType<E> componentJavaType, CollectionSemantics<C, E> semantics) CollectionJavaType
(Class<? extends C> type, CollectionSemantics<C, ?> semantics)