Uses of Interface
org.hibernate.persister.spi.PersisterCreationContext
-
Packages that use PersisterCreationContext Package Description org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.persister.spi org.hibernate.tuple org.hibernate.tuple.entity -
-
Uses of PersisterCreationContext in org.hibernate.bytecode.enhance.spi.interceptor
Methods in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type PersisterCreationContext Modifier and Type Method Description static LazyAttributesMetadataLazyAttributesMetadata. from(PersistentClass mappedEntity, boolean isEnhanced, boolean collectionsInDefaultFetchGroupEnabled, PersisterCreationContext creationContext)Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClass -
Uses of PersisterCreationContext in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection with parameters of type PersisterCreationContext 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 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)JoinedSubclassEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)SingleTableEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)UnionSubclassEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, 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)Create a collection persister instance.EntityPersisterPersisterFactory. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, PersisterCreationContext creationContext)Create an entity persister instance. -
Uses of PersisterCreationContext in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type PersisterCreationContext Modifier and Type Method Description static NonIdentifierAttributePropertyFactory. buildEntityBasedAttribute(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable, PersisterCreationContext creationContext)Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity -
Uses of PersisterCreationContext in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity with parameters of type PersisterCreationContext Modifier and Type Method Description static BytecodeEnhancementMetadataBytecodeEnhancementMetadataPojoImpl. from(PersistentClass persistentClass, java.util.Set<java.lang.String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, boolean collectionsInDefaultFetchGroupEnabled, PersisterCreationContext creationContext)Static constructorConstructors in org.hibernate.tuple.entity with parameters of type PersisterCreationContext Constructor Description EntityMetamodel(PersistentClass persistentClass, EntityPersister persister, PersisterCreationContext creationContext)
-