Uses of Class
org.hibernate.mapping.Collection
Packages that use Collection
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
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.
This package abstracts persistence mechanisms for collections.
An SPI for integrating custom entity and collection persisters.
-
Uses of Collection in org.hibernate.boot
Methods in org.hibernate.boot that return CollectionModifier and TypeMethodDescriptionMetadata.getCollectionBinding
(String role) Retrieves the collection mapping metadata for the given collection role.Methods in org.hibernate.boot that return types with arguments of type CollectionModifier and TypeMethodDescriptionMetadata.getCollectionBindings()
Retrieves the Collection metadata representation for all known collections. -
Uses of Collection in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CollectionMethods in org.hibernate.boot.spi that return types with arguments of type CollectionMethods in org.hibernate.boot.spi with parameters of type CollectionModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addCollectionBinding
(Collection collection) Add collection mapping metadata to this repository. -
Uses of Collection in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type CollectionModifier and TypeMethodDescription<CE,
E> CollectionSemantics <CE, E> CollectionSemanticsResolver.resolveRepresentation
(Collection bootDescriptor) -
Uses of Collection in org.hibernate.mapping
Subclasses of Collection in org.hibernate.mappingModifier and TypeClassDescriptionclass
An array mapping has a primary key consisting of the key columns + index column.class
A mapping model object representing a collection of typeCollection
which may contain duplicates.class
A bag with a generated (surrogate) key.class
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.class
Indexed collections include Lists, Maps, arrays and primitive arrays.class
A mapping model object representing a collection of typeList
.class
A mapping model object representing a collection of typeMap
.class
A primitive array has a primary key consisting of the key columns + index column.class
A mapping model object representing a collection of typeList
.Methods in org.hibernate.mapping with parameters of type CollectionModifier and TypeMethodDescriptionboolean
Collection.isSame
(Collection other) boolean
IdentifierCollection.isSame
(Collection other) boolean
IndexedCollection.isSame
(Collection other) Constructors in org.hibernate.mapping with parameters of type CollectionModifierConstructorDescriptionprotected
Collection
(Collection original) Component
(MetadataBuildingContext metadata, Collection collection) -
Uses of Collection in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection with parameters of type CollectionModifierConstructorDescriptionAbstractCollectionPersister
(Collection collectionBootDescriptor, @Nullable CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) BasicCollectionPersister
(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) OneToManyPersister
(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) -
Uses of Collection in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi with parameters of type CollectionModifier and TypeMethodDescriptionPersisterFactory.createCollectionPersister
(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) Create a collection persister instance.Class
<? extends CollectionPersister> PersisterClassResolver.getCollectionPersisterClass
(Collection metadata) Returns the collection persister class for a given collection role or null if the collection persister class should be the default.