Uses of Class
org.hibernate.mapping.Collection
-
Packages that use Collection Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.mapping org.hibernate.persister.collection org.hibernate.persister.spi -
-
Uses of Collection in org.hibernate.boot
Methods in org.hibernate.boot that return Collection Modifier and Type Method Description CollectionMetadata. 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 Collection Modifier and Type Method Description Collection<Collection>Metadata. 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 Collection Modifier and Type Method Description CollectionAbstractDelegatingMetadata. getCollectionBinding(String role)Methods in org.hibernate.boot.spi that return types with arguments of type Collection Modifier and Type Method Description Collection<Collection>AbstractDelegatingMetadata. getCollectionBindings()Methods in org.hibernate.boot.spi with parameters of type Collection Modifier and Type Method Description voidInFlightMetadataCollector. addCollectionBinding(Collection collection)Add collection mapping metadata to this repository. -
Uses of Collection in org.hibernate.cfg
Methods in org.hibernate.cfg that return Collection Modifier and Type Method Description CollectionCollectionPropertyHolder. getCollectionBinding()Methods in org.hibernate.cfg with parameters of type Collection Modifier and Type Method Description static CollectionPropertyHolderPropertyHolderBuilder. buildPropertyHolder(Collection collection, String path, org.hibernate.annotations.common.reflection.XClass clazzToProcess, org.hibernate.annotations.common.reflection.XProperty property, PropertyHolder parentPropertyHolder, MetadataBuildingContext context)build a property holder on top of a collectionConstructors in org.hibernate.cfg with parameters of type Collection Constructor Description CollectionPropertyHolder(Collection collection, String path, org.hibernate.annotations.common.reflection.XClass clazzToProcess, org.hibernate.annotations.common.reflection.XProperty property, PropertyHolder parentPropertyHolder, MetadataBuildingContext context)CollectionSecondPass(MetadataBuildingContext buildingContext, Collection collection)CollectionSecondPass(MetadataBuildingContext buildingContext, Collection collection, Map inheritedMetas) -
Uses of Collection in org.hibernate.cfg.annotations
Fields in org.hibernate.cfg.annotations declared as Collection Modifier and Type Field Description protected CollectionCollectionBinder. collectionMethods in org.hibernate.cfg.annotations that return Collection Modifier and Type Method Description protected CollectionArrayBinder. createCollection(PersistentClass persistentClass)protected CollectionBagBinder. createCollection(PersistentClass persistentClass)protected abstract CollectionCollectionBinder. createCollection(PersistentClass persistentClass)protected CollectionIdBagBinder. createCollection(PersistentClass persistentClass)protected CollectionListBinder. createCollection(PersistentClass persistentClass)protected CollectionMapBinder. createCollection(PersistentClass persistentClass)protected CollectionPrimitiveArrayBinder. createCollection(PersistentClass persistentClass)protected CollectionSetBinder. createCollection(PersistentClass persistentClass)CollectionCollectionBinder. getCollection()Methods in org.hibernate.cfg.annotations with parameters of type Collection Modifier and Type Method Description protected voidCollectionBinder. bindOneToManySecondPass(Collection collection, Map<String,PersistentClass> persistentClasses, Ejb3JoinColumn[] fkJoinColumns, org.hibernate.annotations.common.reflection.XClass collectionType, boolean cascadeDeleteEnabled, NotFoundAction notFoundAction, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)protected ValueMapBinder. createFormulatedValue(Value value, Collection collection, String targetPropertyName, PersistentClass associatedClass, PersistentClass targetPropertyPersistentClass, MetadataBuildingContext buildingContext) -
Uses of Collection in org.hibernate.mapping
Subclasses of Collection in org.hibernate.mapping Modifier and Type Class Description classArrayAn array mapping has a primary key consisting of the key columns + index column.classBagA bag permits duplicates, so it has no primary keyclassIdentifierBagAn IdentifierBag has a primary key consisting of just the identifier columnclassIdentifierCollectionA collection with a synthetic "identifier" columnclassIndexedCollectionIndexed collections include Lists, Maps, arrays and primitive arrays.classListA list mapping has a primary key consisting of the key columns + index column.classMapA map has a primary key consisting of the key columns + index columns.classPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.classSetA set with no nullable element columns.Methods in org.hibernate.mapping with parameters of type Collection Modifier and Type Method Description booleanCollection. isSame(Collection other)booleanIdentifierCollection. isSame(Collection other)booleanIndexedCollection. isSame(Collection other)Constructors in org.hibernate.mapping with parameters of type Collection Constructor Description Component(MetadataBuildingContext metadata, Collection collection)Component(MetadataImplementor metadata, Collection collection)Deprecated.UserComponent(MetadataBuildingContext, Collection)instead. -
Uses of Collection in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection with parameters of type Collection Constructor Description AbstractCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)BasicCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)OneToManyPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext) -
Uses of Collection in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi with parameters of type Collection Modifier and Type Method Description CollectionPersisterPersisterFactory. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext 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.
-