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 TypeMethodDescriptionvoidInFlightMetadataCollector.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 TypeClassDescriptionclassAn array mapping has a primary key consisting of the key columns + index column.classA mapping model object representing a collection of typeCollectionwhich may contain duplicates.classA bag with a generated (surrogate) key.classA mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.classIndexed collections include Lists, Maps, arrays and primitive arrays.classA mapping model object representing a collection of typeList.classA mapping model object representing a collection of typeMap.classA primitive array has a primary key consisting of the key columns + index column.classA mapping model object representing a collection of typeList.Methods in org.hibernate.mapping with parameters of type CollectionModifier and TypeMethodDescriptionbooleanCollection.isSame(Collection other) booleanIdentifierCollection.isSame(Collection other) booleanIndexedCollection.isSame(Collection other) Constructors in org.hibernate.mapping with parameters of type CollectionModifierConstructorDescriptionprotectedCollection(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.