Uses of Interface
org.hibernate.persister.spi.PersisterCreationContext
-
Packages that use PersisterCreationContext Package Description org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.internal Built-in implementation of the SPI for integrating entity and collection persisters.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.tuple.entity -
-
Uses of PersisterCreationContext in org.hibernate.metamodel.spi
Subinterfaces of PersisterCreationContext in org.hibernate.metamodel.spi Modifier and Type Interface Description interfaceRuntimeModelCreationContext -
Uses of PersisterCreationContext in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection with parameters of type PersisterCreationContext Constructor Description AbstractCollectionPersister(Collection collectionBootDescriptor, @Nullable CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)Deprecated.BasicCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)Deprecated.OneToManyPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)Deprecated. -
Uses of PersisterCreationContext in org.hibernate.persister.entity
Constructors in org.hibernate.persister.entity with parameters of type PersisterCreationContext Constructor Description AbstractEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)Deprecated.JoinedSubclassEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)Deprecated.SingleTableEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)Deprecated.UnionSubclassEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)Deprecated. -
Uses of PersisterCreationContext in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal with parameters of type PersisterCreationContext Modifier and Type Method Description CollectionPersisterPersisterFactoryImpl. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)EntityPersisterPersisterFactoryImpl. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, PersisterCreationContext creationContext) -
Uses of PersisterCreationContext in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi with parameters of type PersisterCreationContext Modifier and Type Method Description CollectionPersisterPersisterFactory. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)EntityPersisterPersisterFactory. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, PersisterCreationContext creationContext) -
Uses of PersisterCreationContext in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement PersisterCreationContext Modifier and Type Class Description classMockSessionFactoryclassProcessorSessionFactoryImplementation of theMockobjects based on standard annotation processor APIs. -
Uses of PersisterCreationContext in org.hibernate.tuple.entity
Constructors in org.hibernate.tuple.entity with parameters of type PersisterCreationContext Constructor Description EntityMetamodel(PersistentClass persistentClass, EntityPersister persister, PersisterCreationContext creationContext)Deprecated.
-