Uses of Interface
org.hibernate.engine.spi.SessionFactoryImplementor
-
-
Uses of SessionFactoryImplementor in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description NamedObjectRepository
InFlightMetadataCollectorImpl. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
NamedObjectRepository
MetadataImpl. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
void
InFlightMetadataCollectorImpl. initSessionFactory(SessionFactoryImplementor sessionFactory)
void
MetadataImpl. initSessionFactory(SessionFactoryImplementor sessionFactory)
NamedSqmQueryMemento
NamedHqlQueryDefinitionImpl. resolve(SessionFactoryImplementor factory)
NamedNativeQueryMemento
NamedNativeQueryDefinitionImpl. resolve(SessionFactoryImplementor factory)
NamedCallableQueryMemento
NamedProcedureCallDefinitionImpl. resolve(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.boot.query
Methods in org.hibernate.boot.query with parameters of type SessionFactoryImplementor Modifier and Type Method Description NamedCallableQueryMementoImpl.ParameterMementoImpl
NamedCallableQueryDefinition.ParameterMapping. resolve(SessionFactoryImplementor factory)
NamedCallableQueryMemento
NamedCallableQueryDefinition. resolve(SessionFactoryImplementor factory)
NamedSqmQueryMemento
NamedHqlQueryDefinition. resolve(SessionFactoryImplementor factory)
NamedNativeQueryMemento
NamedNativeQueryDefinition. resolve(SessionFactoryImplementor factory)
NamedCallableQueryMemento
NamedProcedureCallDefinition. resolve(SessionFactoryImplementor factory)
NamedQueryMemento
NamedQueryDefinition. resolve(SessionFactoryImplementor factory)
Resolve the mapping definition into its run-time memento form -
Uses of SessionFactoryImplementor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description NamedObjectRepository
AbstractDelegatingMetadata. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
NamedObjectRepository
MetadataImplementor. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
void
AbstractDelegatingMetadata. initSessionFactory(SessionFactoryImplementor sessionFactory)
void
MetadataImplementor. initSessionFactory(SessionFactoryImplementor sessionFactoryImplementor)
-
Uses of SessionFactoryImplementor in org.hibernate.bytecode.internal.bytebuddy
Methods in org.hibernate.bytecode.internal.bytebuddy with parameters of type SessionFactoryImplementor Modifier and Type Method Description ProxyFactory
ProxyFactoryFactoryImpl. buildProxyFactory(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description ProxyFactory
ProxyFactoryFactory. buildProxyFactory(SessionFactoryImplementor sessionFactory)
Build a proxy factory specifically for handling runtime lazy loading. -
Uses of SessionFactoryImplementor in org.hibernate.cache.cfg.spi
Methods in org.hibernate.cache.cfg.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
DomainDataRegionBuildingContext. getSessionFactory()
Access to the SessionFactory for which a Region is being built. -
Uses of SessionFactoryImplementor in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
DisabledCaching. getSessionFactory()
SessionFactoryImplementor
EnabledCaching. getSessionFactory()
Constructors in org.hibernate.cache.internal with parameters of type SessionFactoryImplementor Constructor Description CacheKeyImplementation(Object id, Type type, String entityOrRoleName, String tenantId, SessionFactoryImplementor factory)
Construct a new key for a collection or entity instance.DisabledCaching(SessionFactoryImplementor sessionFactory)
EnabledCaching(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected boolean
JCacheRegionFactory. cacheExists(String unqualifiedRegionName, SessionFactoryImplementor sessionFactory)
protected StorageAccess
JCacheRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
protected StorageAccess
JCacheRegionFactory. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
protected String
JCacheRegionFactory. defaultRegionName(String regionName, SessionFactoryImplementor sessionFactory, String defaultRegionName, List<String> legacyDefaultRegionNames)
protected javax.cache.Cache<Object,Object>
JCacheRegionFactory. getOrCreateCache(String unqualifiedRegionName, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
CacheImplementor. getSessionFactory()
Methods in org.hibernate.cache.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description QueryResultsRegion
RegionFactory. buildQueryResultsRegion(String regionName, SessionFactoryImplementor sessionFactory)
TimestampsRegion
RegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)
Object
CacheKeysFactory. createCollectionKey(Object id, CollectionPersister persister, SessionFactoryImplementor factory, String tenantIdentifier)
Object
CacheKeysFactory. createEntityKey(Object id, EntityPersister persister, SessionFactoryImplementor factory, String tenantIdentifier)
-
Uses of SessionFactoryImplementor in org.hibernate.cache.spi.access
Methods in org.hibernate.cache.spi.access with parameters of type SessionFactoryImplementor Modifier and Type Method Description Object
CollectionDataAccess. generateCacheKey(Object id, CollectionPersister collectionDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)
To create instances of CollectionCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.Object
EntityDataAccess. generateCacheKey(Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)
To create instances of keys for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys. -
Uses of SessionFactoryImplementor in org.hibernate.cache.spi.entry
Methods in org.hibernate.cache.spi.entry with parameters of type SessionFactoryImplementor Modifier and Type Method Description Object
CacheEntryStructure. destructure(Object structured, SessionFactoryImplementor factory)
Convert the previous structured form of the item back into its item form.Object
StructuredCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)
Object
StructuredCollectionCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)
Object
StructuredMapCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)
Object
UnstructuredCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
AbstractDomainDataRegion. getSessionFactory()
Methods in org.hibernate.cache.spi.support with parameters of type SessionFactoryImplementor Modifier and Type Method Description QueryResultsRegion
RegionFactoryTemplate. buildQueryResultsRegion(String regionName, SessionFactoryImplementor sessionFactory)
TimestampsRegion
RegionFactoryTemplate. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)
protected abstract StorageAccess
RegionFactoryTemplate. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
protected abstract StorageAccess
RegionFactoryTemplate. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
Object
AbstractCollectionDataAccess. generateCacheKey(Object id, CollectionPersister persister, SessionFactoryImplementor factory, String tenantIdentifier)
Object
AbstractEntityDataAccess. generateCacheKey(Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)
Object
CollectionReadWriteAccess. generateCacheKey(Object id, CollectionPersister collectionDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)
Object
EntityReadWriteAccess. generateCacheKey(Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)
-
Uses of SessionFactoryImplementor in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
ActivationContext. getSessionFactory()
Access the SessionFactory being built to trigger this BV activationMethods in org.hibernate.cfg.beanvalidation with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
BeanValidationIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
void
BeanValidationIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)
Constructors in org.hibernate.cfg.beanvalidation with parameters of type SessionFactoryImplementor Constructor Description HibernateTraversableResolver(EntityPersister persister, ConcurrentHashMap<EntityPersister,Set<String>> associationsPerEntityPersister, SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.context.internal
Methods in org.hibernate.context.internal that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementor
ThreadLocalSessionContext. getFactory()
Getter for property 'factory'.Constructors in org.hibernate.context.internal with parameters of type SessionFactoryImplementor Constructor Description JTASessionContext(SessionFactoryImplementor factory)
Constructs a JTASessionContextManagedSessionContext(SessionFactoryImplementor factory)
Constructs a new ManagedSessionContextThreadLocalSessionContext(SessionFactoryImplementor factory)
Constructs a ThreadLocal -
Uses of SessionFactoryImplementor in org.hibernate.context.spi
Methods in org.hibernate.context.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
AbstractCurrentSessionContext. factory()
Access to the SessionFactoryConstructors in org.hibernate.context.spi with parameters of type SessionFactoryImplementor Constructor Description AbstractCurrentSessionContext(SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.dialect
-
Uses of SessionFactoryImplementor in org.hibernate.dialect.temptable
Constructors in org.hibernate.dialect.temptable with parameters of type SessionFactoryImplementor Constructor Description TemporaryTableCreationWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
TemporaryTableCreationWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory)
TemporaryTableDropWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
TemporaryTableDropWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.engine.internal
Constructors in org.hibernate.engine.internal with parameters of type SessionFactoryImplementor Constructor Description AbstractEntityEntry(SessionFactoryImplementor factory, String entityName, Object id, Status status, Status previousStatus, Object[] loadedState, Object[] deletedState, Object version, LockMode lockMode, boolean existsInDatabase, boolean isBeingReplicated, PersistenceContext persistenceContext)
This for is used during custom deserialization handling -
Uses of SessionFactoryImplementor in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementor
JdbcCoordinatorImpl. sessionFactory()
-
Uses of SessionFactoryImplementor in org.hibernate.engine.query.internal
Methods in org.hibernate.engine.query.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description <R> NativeSelectQueryPlan<R>
NativeQueryInterpreterStandardImpl. createQueryPlan(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description default <R> NativeSelectQueryPlan<R>
NativeQueryInterpreter. createQueryPlan(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory)
Creates a new query plan for the passed native query definition -
Uses of SessionFactoryImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with type parameters of type SessionFactoryImplementor Modifier and Type Interface Description static interface
SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor>
Contract for resolving this SessionFactory on deserializationClasses in org.hibernate.engine.spi that implement SessionFactoryImplementor Modifier and Type Class Description class
SessionFactoryDelegatingImpl
Base delegating implementation of theSessionFactory
andSessionFactoryImplementor
contracts for intended for easier implementation ofSessionFactory
.Methods in org.hibernate.engine.spi that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementor
SessionFactoryDelegatingImpl. delegate()
SessionFactoryImplementor
SessionDelegatorBaseImpl. getFactory()
SessionFactoryImplementor
SharedSessionContractImplementor. getFactory()
Get the creatingSessionFactoryImplementor
SessionFactoryImplementor
AbstractDelegatingWrapperOptions. getSessionFactory()
SessionFactoryImplementor
LoadQueryInfluencers. getSessionFactory()
SessionFactoryImplementor
SessionDelegatorBaseImpl. getSessionFactory()
default SessionFactoryImplementor
SessionFactoryImplementor. getSessionFactory()
SessionFactoryImplementor
SessionImplementor. getSessionFactory()
default SessionFactoryImplementor
SharedSessionContractImplementor. getSessionFactory()
Methods in org.hibernate.engine.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description static EntityKey
EntityKey. deserialize(ObjectInputStream ois, SessionFactoryImplementor sessionFactory)
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.int
EntityUniqueKey. generateHashCode(SessionFactoryImplementor factory)
Constructors in org.hibernate.engine.spi with parameters of type SessionFactoryImplementor Constructor Description CollectionEntry(PersistentCollection<?> collection, SessionFactoryImplementor factory)
For initialized detached collectionsEntityUniqueKey(String entityName, String uniqueKeyName, Object key, Type keyType, SessionFactoryImplementor factory)
LoadQueryInfluencers(SessionFactoryImplementor sessionFactory)
LoadQueryInfluencers(SessionFactoryImplementor sessionFactory, Boolean readOnly)
SessionFactoryDelegatingImpl(SessionFactoryImplementor delegate)
-
Uses of SessionFactoryImplementor in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
EnversIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
void
EnversIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.envers.internal.entities.mapper.relation.query
Methods in org.hibernate.envers.internal.entities.mapper.relation.query with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected abstract QueryBuilder
AbstractRelationQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)
Build the common aspects of aQueryBuilder
used by both query and query-remove strings.protected QueryBuilder
OneAuditEntityQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)
protected QueryBuilder
OneEntityQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)
protected QueryBuilder
ThreeEntityQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)
protected QueryBuilder
TwoEntityOneAuditedQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)
protected QueryBuilder
TwoEntityQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type SessionFactoryImplementor Modifier and Type Method Description static Object
EntityTools. getTargetFromProxy(SessionFactoryImplementor sessionFactoryImplementor, LazyInitializer lazyInitializer)
-
Uses of SessionFactoryImplementor in org.hibernate.envers.internal.tools.query
Constructors in org.hibernate.envers.internal.tools.query with parameters of type SessionFactoryImplementor Constructor Description QueryBuilder(String entityName, String alias, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.event.spi
Constructors in org.hibernate.event.spi with parameters of type SessionFactoryImplementor Constructor Description EventEngine(MetadataImplementor mappings, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse with parameters of type SessionFactoryImplementor Modifier and Type Method Description SubGraphImplementor<?>
SubGraphGenerator. createSubGraph(AttributeNodeImplementor<?> attributeNode, String subTypeName, SessionFactoryImplementor sessionFactory)
static void
GraphParser. parseInto(GraphImplementor<?> targetGraph, CharSequence graphString, SessionFactoryImplementor sessionFactory)
Parse the passed graph textual representation into the passed Graph.static void
GraphParser. parseInto(GraphImplementor<?> targetGraph, String graphString, SessionFactoryImplementor sessionFactory)
Parse the passed graph textual representation into the passed Graph.Constructors in org.hibernate.graph.internal.parse with parameters of type SessionFactoryImplementor Constructor Description GraphParser(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
Integrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Tongue-in-cheek name for a shutdown callback.default void
Integrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)
Perform integration.default void
Integrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Deprecated.- use -
Uses of SessionFactoryImplementor in org.hibernate.internal
Classes in org.hibernate.internal that implement SessionFactoryImplementor Modifier and Type Class Description class
SessionFactoryImpl
Concrete implementation of theSessionFactory
interface.Methods in org.hibernate.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
SessionFactoryRegistry. findSessionFactory(String uuid, String name)
SessionFactoryImplementor
SessionImpl. getEntityManagerFactory()
SessionFactoryImplementor
AbstractSharedSessionContract. getFactory()
SessionFactoryImplementor
SessionFactoryRegistry. getNamedSessionFactory(String name)
Get a registered SessionFactory by nameSessionFactoryImplementor
JdbcSessionContextImpl. getSessionFactory()
SessionFactoryImplementor
SessionFactoryRegistry. getSessionFactory(String uuid)
SessionFactoryImplementor
SessionImpl. getSessionFactory()
Methods in org.hibernate.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
SessionFactoryRegistry. addSessionFactory(String uuid, String name, boolean isNameAlsoJndiName, SessionFactoryImplementor instance, JndiService jndiService)
Adds a SessionFactory to the registryMap<String,String>
FilterConfiguration. getAliasTableMap(SessionFactoryImplementor factory)
void
CoreMessageLogger. scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor factory, SessionFactoryImplementor factory2)
Constructors in org.hibernate.internal with parameters of type SessionFactoryImplementor Constructor Description ConnectionObserverStatsBridge(SessionFactoryImplementor sessionFactory)
CoordinatingEntityNameResolver(SessionFactoryImplementor sessionFactory, Interceptor interceptor)
FilterHelper(List<FilterConfiguration> filters, SessionFactoryImplementor factory)
The map of defined filters. -
Uses of SessionFactoryImplementor in org.hibernate.internal.util
Constructors in org.hibernate.internal.util with parameters of type SessionFactoryImplementor Constructor Description EntityPrinter(SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.jpa.internal
Constructors in org.hibernate.jpa.internal with parameters of type SessionFactoryImplementor Constructor Description PersistenceUnitUtilImpl(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.loader.ast.internal
Fields in org.hibernate.loader.ast.internal declared as SessionFactoryImplementor Modifier and Type Field Description protected SessionFactoryImplementor
SingleIdEntityLoaderSupport. sessionFactory
Methods in org.hibernate.loader.ast.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static SelectStatement
LoaderSelectBuilder. createSelect(Loadable loadable, List<? extends ModelPart> partsToSelect, List<ModelPart> restrictedParts, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)
static SelectStatement
LoaderSelectBuilder. createSelect(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)
Create an SQL AST select-statement based on matching one-or-more keysstatic SelectStatement
LoaderSelectBuilder. createSelectByUniqueKey(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)
Create an SQL AST select-statement for a select by unique key based on matching one-or-more keysstatic SelectStatement
LoaderSelectBuilder. createSubSelectFetchSelect(PluralAttributeMapping attributeMapping, SubselectFetch subselect, DomainResult cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)
Create an SQL AST select-statement used for subselect-based CollectionLoaderprotected Expression
AbstractNaturalIdLoader. resolveColumnReference(TableGroup rootTableGroup, SelectableMapping selectableMapping, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory)
Helper to resolve ColumnReferencesSingleIdLoadPlan<T>
SingleIdEntityLoaderStandardImpl. resolveLoadPlan(LockOptions lockOptions, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.metamodel.internal
Fields in org.hibernate.metamodel.internal declared as SessionFactoryImplementor Modifier and Type Field Description protected SessionFactoryImplementor
AbstractCompositeIdentifierMapping. sessionFactory
Methods in org.hibernate.metamodel.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description Object
EmbeddableCompositeUserTypeInstantiator. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorDynamicMap. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorPojoOptimized. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorPojoStandard. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorProxied. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EntityInstantiatorDynamicMap. instantiate(SessionFactoryImplementor sessionFactory)
Object
EntityInstantiatorPojoOptimized. instantiate(SessionFactoryImplementor sessionFactory)
Object
EntityInstantiatorPojoStandard. instantiate(SessionFactoryImplementor sessionFactory)
boolean
AbstractDynamicMapInstantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)
boolean
AbstractEntityInstantiatorPojo. isInstance(Object object, SessionFactoryImplementor sessionFactory)
boolean
AbstractPojoInstantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)
boolean
EmbeddableCompositeUserTypeInstantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)
boolean
EmbeddableInstantiatorProxied. isInstance(Object object, SessionFactoryImplementor sessionFactory)
boolean
EntityInstantiatorPojoStandard. isInstance(Object object, SessionFactoryImplementor sessionFactory)
boolean
AbstractDynamicMapInstantiator. isSameClass(Object object, SessionFactoryImplementor sessionFactory)
boolean
AbstractPojoInstantiator. isSameClass(Object object, SessionFactoryImplementor sessionFactory)
boolean
EmbeddableCompositeUserTypeInstantiator. isSameClass(Object object, SessionFactoryImplementor sessionFactory)
boolean
EmbeddableInstantiatorProxied. isSameClass(Object object, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type SessionFactoryImplementor Modifier and Type Method Description static Expression
MappingModelHelper. buildColumnReferenceExpression(ModelPart modelPart, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory)
static Expression
MappingModelHelper. buildColumnReferenceExpression(TableGroup tableGroup, ModelPart modelPart, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
AbstractDiscriminatorMapping. getSessionFactory()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static void
ToOneAttributeMapping. addPrefixedPropertyNames(Set<String> targetKeyPropertyNames, String prefix, Type type, SessionFactoryImplementor factory)
static FetchStyle
FetchOptionsHelper. determineFetchStyleByMetadata(FetchMode mappingFetchMode, AssociationType type, SessionFactoryImplementor sessionFactory)
static FetchTiming
FetchOptionsHelper. determineFetchTiming(FetchStyle style, AssociationType type, boolean lazy, String role, SessionFactoryImplementor sessionFactory)
static FetchTiming
FetchOptionsHelper. determineFetchTiming(FetchStyle style, AssociationType type, SessionFactoryImplementor sessionFactory)
static String
MappingModelCreationHelper. getTableIdentifierExpression(Table table, SessionFactoryImplementor sessionFactory)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type SessionFactoryImplementor Constructor Description DiscriminatedAssociationMapping(DiscriminatedAssociationModelPart modelPart, AnyDiscriminatorPart discriminatorPart, BasicValuedModelPart keyPart, JavaType<?> baseAssociationJtd, FetchTiming fetchTiming, Map<Object,String> discriminatorValueMappings, SessionFactoryImplementor sessionFactory)
GeneratedValuesProcessor(EntityMappingType entityDescriptor, GenerationTiming timing, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.metamodel.mapping.ordering
Methods in org.hibernate.metamodel.mapping.ordering that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
TranslationContext. getFactory()
-
Uses of SessionFactoryImplementor in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
MappingMetamodelImpl. getSessionFactory()
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
MappingMetamodelImpl. finishInitialization(MetadataImplementor bootModel, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type SessionFactoryImplementor Constructor Description MappingMetamodelImpl(SessionFactoryImplementor sessionFactory, TypeConfiguration typeConfiguration)
-
Uses of SessionFactoryImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
MetamodelImplementor. getSessionFactory()
Deprecated.SessionFactoryImplementor
RuntimeModelCreationContext. getSessionFactory()
Methods in org.hibernate.metamodel.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description Object
EmbeddableInstantiator. instantiate(ValueAccess valueAccess, SessionFactoryImplementor sessionFactory)
Create an instance of the embeddableObject
EntityInstantiator. instantiate(SessionFactoryImplementor sessionFactory)
Create an instance of managed entityboolean
Instantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)
Performs and "instance of" check to see if the given object is an instance of managed structureboolean
Instantiator. isSameClass(Object object, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
AbstractCollectionPersister. getFactory()
SessionFactoryImplementor
CollectionPersister. getFactory()
-
Uses of SessionFactoryImplementor in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
AbstractEntityPersister. getFactory()
SessionFactoryImplementor
EntityPersister. getFactory()
Return the SessionFactory to which this persister "belongs".SessionFactoryImplementor
SessionFactoryBasedWrapperOptions. getSessionFactory()
Methods in org.hibernate.persister.entity with parameters of type SessionFactoryImplementor Modifier and Type Method Description Object
DiscriminatorType. deepCopy(Object value, SessionFactoryImplementor factory)
EntityPersister
AbstractEntityPersister. getSubclassEntityPersister(Object instance, SessionFactoryImplementor factory)
EntityPersister
EntityPersister. getSubclassEntityPersister(Object instance, SessionFactoryImplementor factory)
A request has already identified the entity-name of this persister as the mapping for the given instance.String
DiscriminatorType. toLoggableString(Object value, SessionFactoryImplementor factory)
Constructors in org.hibernate.persister.entity with parameters of type SessionFactoryImplementor Constructor Description SessionFactoryBasedWrapperOptions(SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
PersisterCreationContext. getSessionFactory()
Deprecated. -
Uses of SessionFactoryImplementor in org.hibernate.pretty
Methods in org.hibernate.pretty with parameters of type SessionFactoryImplementor Modifier and Type Method Description static String
MessageHelper. collectionInfoString(CollectionPersister persister, Object[] ids, SessionFactoryImplementor factory)
Generate an info message string relating to a series of managed collections.static String
MessageHelper. collectionInfoString(CollectionPersister persister, Object id, SessionFactoryImplementor factory)
Generate an info message string relating to a particular managed collection.static String
MessageHelper. infoString(EntityPersister persister, Object[] ids, SessionFactoryImplementor factory)
Generate an info message string relating to a series of entities.static String
MessageHelper. infoString(EntityPersister persister, Object id, SessionFactoryImplementor factory)
Generate an info message string relating to a particular entity.static String
MessageHelper. infoString(EntityPersister persister, Object id, Type identifierType, SessionFactoryImplementor factory)
Generate an info message string relating to a particular entity,. -
Uses of SessionFactoryImplementor in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
ProcedureCallImpl. getSessionFactory()
Constructors in org.hibernate.procedure.internal with parameters of type SessionFactoryImplementor Constructor Description ProcedureParamBindings(ProcedureParameterMetadataImpl parameterMetadata, SessionFactoryImplementor sessionFactory)
ProcedureParameterBindingImpl(ProcedureParameterImplementor<T> queryParameter, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query
Methods in org.hibernate.query with parameters of type SessionFactoryImplementor Modifier and Type Method Description SqmExpressible<J>
BindableType. resolveExpressible(SessionFactoryImplementor sessionFactory)
Resolve this parameter type to the corresponding SqmExpressible -
Uses of SessionFactoryImplementor in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static <R> SqmDeleteStatement<R>[]
QuerySplitter. split(SqmDeleteStatement<R> statement, SessionFactoryImplementor sessionFactory)
static <R> SqmSelectStatement<R>[]
QuerySplitter. split(SqmSelectStatement<R> statement, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
ResultSetMappingResolutionContext. getSessionFactory()
Methods in org.hibernate.query.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static QueryParameterBindingsImpl
QueryParameterBindingsImpl. from(ParameterMetadataImplementor parameterMetadata, SessionFactoryImplementor sessionFactory)
Constructs a QueryParameterBindings based on the passed informationvoid
NamedObjectRepositoryImpl. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)
NamedQueryMemento
NamedObjectRepositoryImpl. resolve(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName)
<T> BindableType<T>
BindingTypeHelper. resolveTemporalPrecision(jakarta.persistence.TemporalType precision, BindableType<T> declaredParameterType, SessionFactoryImplementor sessionFactory)
Constructors in org.hibernate.query.internal with parameters of type SessionFactoryImplementor Constructor Description NamedQueryDescriptorBuilder(String name, Map<String,Object> hints, SessionFactoryImplementor sessionFactory)
QueryParameterBindingImpl(QueryParameter<T> queryParameter, SessionFactoryImplementor sessionFactory)
Used byProcedureCall
QueryParameterBindingImpl(QueryParameter<T> queryParameter, SessionFactoryImplementor sessionFactory, BindableType<T> bindType)
Used by Query (SQM) and NativeQuery -
Uses of SessionFactoryImplementor in org.hibernate.query.named
Methods in org.hibernate.query.named with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
NamedObjectRepository. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)
Prepare for runtime useNamedQueryMemento
NamedObjectRepository. resolve(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName)
Resolve the named query with the given name. -
Uses of SessionFactoryImplementor in org.hibernate.query.results
Methods in org.hibernate.query.results that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
DomainResultCreationStateImpl. getSessionFactory()
Methods in org.hibernate.query.results with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
ResultSetMappingImpl. addAffectedTableNames(Set<String> affectedTableNames, SessionFactoryImplementor sessionFactory)
static ResultBuilder
Builders. attributeResult(String columnAlias, String entityName, String attributePath, SessionFactoryImplementor sessionFactory)
static <O,R>
ResultBuilderBuilders. converted(String columnAlias, Class<O> domainJavaType, Class<R> jdbcJavaType, jakarta.persistence.AttributeConverter<O,R> converter, SessionFactoryImplementor sessionFactory)
static <O,R>
ResultBuilderBuilders. converted(String columnAlias, Class<O> domainJavaType, Class<R> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<O,R>> converterJavaType, SessionFactoryImplementor sessionFactory)
static <R> ResultBuilder
Builders. converted(String columnAlias, Class<R> jdbcJavaType, jakarta.persistence.AttributeConverter<?,R> converter, SessionFactoryImplementor sessionFactory)
static <R> ResultBuilder
Builders. converted(String columnAlias, Class<R> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<?,R>> converterJavaType, SessionFactoryImplementor sessionFactory)
static DynamicResultBuilderEntityStandard
Builders. entity(String tableAlias, String entityName, SessionFactoryImplementor sessionFactory)
Creates a EntityResultBuilder allowing for further configuring of the mapping.static DynamicResultBuilderEntityCalculated
Builders. entityCalculated(String tableAlias, String entityName, SessionFactoryImplementor sessionFactory)
Creates a EntityResultBuilder that does not allow any further configuring of the mapping.static DynamicResultBuilderEntityCalculated
Builders. entityCalculated(String tableAlias, String entityName, LockMode explicitLockMode, SessionFactoryImplementor sessionFactory)
Creates a EntityResultBuilder that does not allow any further configuring of the mapping.static <J> DynamicResultBuilderInstantiation<J>
Builders. instantiation(Class<J> targetJavaType, SessionFactoryImplementor factory)
JdbcValuesMapping
ResultSetMappingImpl. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)
SqlSelection
ResultSetMappingSqlSelection. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)
static DynamicResultBuilderBasic
Builders. scalar(String columnAlias, Class<?> javaType, SessionFactoryImplementor factory)
static DynamicResultBuilderBasic
Builders. scalar(String columnAlias, String resultAlias, Class<?> javaTypeClass, SessionFactoryImplementor factory)
Constructors in org.hibernate.query.results with parameters of type SessionFactoryImplementor Constructor Description DomainResultCreationStateImpl(String stateIdentifier, JdbcValuesMetadata jdbcResultsMetadata, Map<String,Map<String,DynamicFetchBuilderLegacy>> legacyFetchBuilders, Consumer<SqlSelection> sqlSelectionConsumer, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.results.dynamic
Constructors in org.hibernate.query.results.dynamic with parameters of type SessionFactoryImplementor Constructor Description DynamicResultBuilderBasicConverted(String columnAlias, Class<O> domainJavaType, Class<R> jdbcJavaType, jakarta.persistence.AttributeConverter<O,R> converter, SessionFactoryImplementor sessionFactory)
DynamicResultBuilderBasicConverted(String columnAlias, Class<O> domainJavaType, Class<R> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<O,R>> converterJavaType, SessionFactoryImplementor sessionFactory)
DynamicResultBuilderEntityCalculated(EntityMappingType entityMapping, String tableAlias, LockMode explicitLockMode, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
QueryProducerImplementor. getFactory()
SessionFactoryImplementor
AbstractSelectionQuery. getSessionFactory()
Methods in org.hibernate.query.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected static <T> void
AbstractSelectionQuery. checkQueryReturnType(SqmQuerySpec<T> querySpec, Class<T> resultClass, SessionFactoryImplementor sessionFactory)
static QueryEngine
QueryEngine. from(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata)
void
QueryEngine. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)
void
QueryParameterBindingValidator. validate(BindableType<?> paramType, Object bind, jakarta.persistence.TemporalType temporalPrecision, SessionFactoryImplementor sessionFactory)
void
QueryParameterBindingValidator. validate(BindableType<?> paramType, Object bind, SessionFactoryImplementor sessionFactory)
protected static <T> void
AbstractSelectionQuery. verifyResultType(Class<T> resultClass, SqmExpressible<?> sqmExpressible, SessionFactoryImplementor sessionFactory)
protected void
AbstractSelectionQuery. visitQueryReturnType(SqmQueryPart<R> queryPart, Class<R> resultType, SessionFactoryImplementor factory)
Used during handling of Criteria queries -
Uses of SessionFactoryImplementor in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
NativeQueryImpl. getSessionFactory()
Constructors in org.hibernate.query.sql.internal with parameters of type SessionFactoryImplementor Constructor Description NativeSelectQueryPlanImpl(String sql, Set<String> affectedTableNames, List<ParameterOccurrence> parameterList, ResultSetMapping resultSetMapping, SessionFactoryImplementor sessionFactory)
ResultSetMappingProcessor(ResultSetMapping resultSetMapping, SessionFactoryImplementor factory)
SQLQueryParser(String queryString, SQLQueryParser.ParserContext context, SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description NamedNativeQueryMemento
NamedNativeQueryMemento.Builder. build(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SessionFactoryImplementor Modifier and Type Method Description default SqmExpressible<J>
SqmExpressible. resolveExpressible(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
SelfRenderingAggregateFunctionSqlAstExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
void
SelfRenderingFunctionSqlAstExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
void
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
void
SelfRenderingWindowFunctionSqlAstExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static SqmCriteriaNodeBuilder
SqmCriteriaNodeBuilder. create(SessionFactoryImplementor sf)
Simplified creation from a SessionFactorystatic Bindable
SqmUtil. determineParameterType(QueryParameterBinding<?> binding, QueryParameterImplementor<?> parameter, List<SqmParameter<?>> sqmParameters, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SessionFactoryImplementor sessionFactory)
static EntityPersister
SqmMappingModelHelper. resolveEntityPersister(EntityDomainType<?> entityType, SessionFactoryImplementor sessionFactory)
Resolve a JPA EntityType descriptor to it's corresponding EntityPersister in the Hibernate mapping type systemConstructors in org.hibernate.query.sqm.internal with parameters of type SessionFactoryImplementor Constructor Description SqmCreationOptionsStandard(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static Expression
SqmInsertStrategyHelper. createRowNumberingExpression(QuerySpec querySpec, SessionFactoryImplementor sessionFactory)
Creates a row numbering expression, that can be added to the select clause of the query spec.static QuerySpec
MatchingIdSelectionHelper. generateMatchingIdSelectQuery(EntityMappingType targetEntityDescriptor, SqmDeleteOrUpdateStatement sqmStatement, DomainParameterXref domainParameterXref, Predicate restriction, MultiTableSqmMutationConverter sqmConverter, SessionFactoryImplementor sessionFactory)
static SelectStatement
MatchingIdSelectionHelper. generateMatchingIdSelectStatement(EntityMappingType targetEntityDescriptor, SqmDeleteOrUpdateStatement sqmStatement, boolean queryRoot, Predicate restriction, MultiTableSqmMutationConverter sqmConverter, DomainQueryExecutionContext executionContext, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.mutation.internal.cte
Methods in org.hibernate.query.sqm.mutation.internal.cte with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected abstract void
AbstractCteMutationHandler. addDmlCtes(CteContainer statement, CteStatement idSelectCte, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<JdbcParameter>> parameterResolutions, SessionFactoryImplementor factory)
protected void
CteDeleteHandler. addDmlCtes(CteContainer statement, CteStatement idSelectCte, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<JdbcParameter>> parameterResolutions, SessionFactoryImplementor factory)
protected String
CteInsertHandler. addDmlCtes(CteContainer statement, CteStatement queryCte, List<Map.Entry<SqmCteTableColumn,Assignment>> assignments, boolean assignsId, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<List<JdbcParameter>>> parameterResolutions, SessionFactoryImplementor factory)
protected void
CteUpdateHandler. addDmlCtes(CteContainer statement, CteStatement idSelectCte, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<JdbcParameter>> parameterResolutions, SessionFactoryImplementor factory)
protected QuerySpec
AbstractCteMutationHandler. createIdSubQuery(CteStatement idSelectCte, ModelPart fkModelPart, SessionFactoryImplementor factory)
protected Predicate
AbstractCteMutationHandler. createIdSubQueryPredicate(List<? extends Expression> lhsExpressions, CteStatement idSelectCte, SessionFactoryImplementor factory)
protected Predicate
AbstractCteMutationHandler. createIdSubQueryPredicate(List<? extends Expression> lhsExpressions, CteStatement idSelectCte, ModelPart fkModelPart, SessionFactoryImplementor factory)
Constructors in org.hibernate.query.sqm.mutation.internal.cte with parameters of type SessionFactoryImplementor Constructor Description AbstractCteMutationHandler(SqmCteTable cteTable, SqmDeleteOrUpdateStatement<?> sqmStatement, DomainParameterXref domainParameterXref, CteMutationStrategy strategy, SessionFactoryImplementor sessionFactory)
CteDeleteHandler(SqmCteTable cteTable, SqmDeleteStatement<?> sqmDeleteStatement, DomainParameterXref domainParameterXref, CteMutationStrategy strategy, SessionFactoryImplementor sessionFactory)
CteInsertHandler(SqmCteTable cteTable, SqmInsertStatement<?> sqmStatement, DomainParameterXref domainParameterXref, SessionFactoryImplementor sessionFactory)
CteUpdateHandler(SqmCteTable cteTable, SqmUpdateStatement<?> sqmStatement, DomainParameterXref domainParameterXref, CteMutationStrategy strategy, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
GlobalTemporaryTableStrategy. getSessionFactory()
SessionFactoryImplementor
LocalTemporaryTableStrategy. getSessionFactory()
SessionFactoryImplementor
PersistentTableStrategy. getSessionFactory()
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type SessionFactoryImplementor Modifier and Type Method Description static QuerySpec
ExecuteWithoutIdTableHelper. createIdMatchingSubQuerySpec(NavigablePath navigablePath, TableReference rootTableReference, Predicate predicate, EntityPersister rootEntityPersister, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory)
void
GlobalTemporaryTableStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)
void
LocalTemporaryTableStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)
void
PersistentTableStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.mutation.spi
Methods in org.hibernate.query.sqm.mutation.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
AbstractMutationHandler. getSessionFactory()
Methods in org.hibernate.query.sqm.mutation.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description default void
SqmMultiTableInsertStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)
Release the strategy.default void
SqmMultiTableMutationStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)
Release the strategy.Constructors in org.hibernate.query.sqm.mutation.spi with parameters of type SessionFactoryImplementor Constructor Description AbstractMutationHandler(SqmDeleteOrUpdateStatement<?> sqmDeleteOrUpdateStatement, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SessionFactoryImplementor Modifier and Type Method Description boolean
BaseSqmToSqlAstConverter.AdditionalInsertValues. applySelections(QuerySpec querySpec, SessionFactoryImplementor sessionFactory)
Returns true if the identifier can't be applied directly and needs to be generated separately.static CteTable
BaseSqmToSqlAstConverter. createCteTable(SqmCteTable sqmCteTable, List<SqmCteTableColumn> sqmCteColumns, SessionFactoryImplementor factory)
static CteTable
BaseSqmToSqlAstConverter. createCteTable(SqmCteTable sqmCteTable, SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression with parameters of type SessionFactoryImplementor Modifier and Type Method Description static <T> SqmExpressible<T>
SqmExpressionHelper. toSqmType(BindableType<T> anticipatedType, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
JdbcSessionContext. getSessionFactory()
Retrieve the session factory for this environment. -
Uses of SessionFactoryImplementor in org.hibernate.service.internal
Methods in org.hibernate.service.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
SessionFactoryServiceRegistryImpl. getSessionFactory()
Methods in org.hibernate.service.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description SessionFactoryServiceRegistry
SessionFactoryServiceRegistryFactoryImpl. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)
SessionFactoryServiceRegistry
SessionFactoryServiceRegistryBuilderImpl. buildSessionFactoryServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)
Constructors in org.hibernate.service.internal with parameters of type SessionFactoryImplementor Constructor Description SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent, List<SessionFactoryServiceInitiator<?>> initiators, List<ProvidedService<?>> providedServices, SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)
-
Uses of SessionFactoryImplementor in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
SessionFactoryServiceInitiatorContext. getSessionFactory()
Methods in org.hibernate.service.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description SessionFactoryServiceRegistry
SessionFactoryServiceRegistryFactory. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)
Create the registry. -
Uses of SessionFactoryImplementor in org.hibernate.spatial.dialect.hana
Methods in org.hibernate.spatial.dialect.hana with parameters of type SessionFactoryImplementor Modifier and Type Method Description String
HANASpatialFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type SessionFactoryImplementor Modifier and Type Method Description SqlAstTranslator<JdbcDelete>
SqlAstTranslatorFactory. buildDeleteTranslator(SessionFactoryImplementor sessionFactory, DeleteStatement statement)
Builds a single-use delete translatorSqlAstTranslator<JdbcInsert>
SqlAstTranslatorFactory. buildInsertTranslator(SessionFactoryImplementor sessionFactory, InsertStatement statement)
Builds a single-use insert-select translatorSqlAstTranslator<JdbcSelect>
SqlAstTranslatorFactory. buildSelectTranslator(SessionFactoryImplementor sessionFactory, SelectStatement statement)
Builds a single-use select translatorSqlAstTranslator<JdbcUpdate>
SqlAstTranslatorFactory. buildUpdateTranslator(SessionFactoryImplementor sessionFactory, UpdateStatement statement)
Builds a single-use update translator -
Uses of SessionFactoryImplementor in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
AbstractSqlAstTranslator. getSessionFactory()
SessionFactoryImplementor
SqlAstCreationContext. getSessionFactory()
The SessionFactoryConstructors in org.hibernate.sql.ast.spi with parameters of type SessionFactoryImplementor Constructor Description AbstractSqlAstTranslator(SessionFactoryImplementor sessionFactory, Statement statement)
StandardSqlAstTranslator(SessionFactoryImplementor sessionFactory, Statement statement)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.ast.tree.cte
Constructors in org.hibernate.sql.ast.tree.cte with parameters of type SessionFactoryImplementor Constructor Description CteTable(String cteName, List<CteColumn> cteColumns, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
AliasedExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
void
LiteralAsParameter. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
void
SelfRenderingExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
void
SelfRenderingSqlFragmentExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type SessionFactoryImplementor Constructor Description ColumnReference(String qualifier, String columnExpression, boolean isFormula, String customReadExpression, String customWriteExpression, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(String qualifier, SelectableMapping selectableMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(String qualifier, SelectableMapping selectableMapping, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(TableReference tableReference, String columnExpression, boolean isFormula, String customReadExpression, String customWriteExpression, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(TableReference tableReference, String mapping, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(TableReference tableReference, SelectableMapping selectableMapping, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return SessionFactoryImplementor Modifier and Type Method Description protected abstract SessionFactoryImplementor
AbstractColumnReferenceQualifier. getSessionFactory()
protected SessionFactoryImplementor
AbstractTableGroup. getSessionFactory()
protected SessionFactoryImplementor
OneToManyTableGroup. getSessionFactory()
Constructors in org.hibernate.sql.ast.tree.from with parameters of type SessionFactoryImplementor Constructor Description AbstractTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, ModelPartContainer modelPartContainer, String sourceAlias, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory)
CollectionTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, PluralAttributeMapping tableGroupProducer, boolean fetched, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String,TableGroup,TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory)
CorrelatedPluralTableGroup(TableGroup correlatedTableGroup, SqlAliasBase sqlAliasBase, QuerySpec querySpec, Consumer<Predicate> joinPredicateConsumer, SessionFactoryImplementor sessionFactory)
CorrelatedTableGroup(TableGroup correlatedTableGroup, SqlAliasBase sqlAliasBase, QuerySpec querySpec, Consumer<Predicate> joinPredicateConsumer, SessionFactoryImplementor sessionFactory)
DerivedTableReference(String identificationVariable, List<String> columnNames, boolean lateral, SessionFactoryImplementor sessionFactory)
FunctionTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, FunctionExpression functionExpression, String sourceAlias, List<String> columnNames, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory)
FunctionTableReference(FunctionExpression functionExpression, String identificationVariable, List<String> columnNames, boolean lateral, SessionFactoryImplementor sessionFactory)
LazyTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, boolean fetched, Supplier<TableGroup> tableGroupSupplier, BiPredicate<NavigablePath,String> navigablePathChecker, TableGroupProducer tableGroupProducer, String sourceAlias, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory, TableGroup parentTableGroup)
NamedTableReference(String tableExpression, String identificationVariable, boolean isOptional, SessionFactoryImplementor sessionFactory)
OneToManyTableGroup(PluralAttributeMapping pluralAttributeMapping, TableGroup elementTableGroup, SessionFactoryImplementor sessionFactory)
QueryPartTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, QueryPart queryPart, String sourceAlias, List<String> columnNames, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory)
QueryPartTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, QueryPart queryPart, String sourceAlias, List<String> columnNames, Set<String> compatibleTableExpressions, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory)
QueryPartTableReference(QueryPart queryPart, String identificationVariable, List<String> columnNames, boolean lateral, SessionFactoryImplementor sessionFactory)
StandardTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, boolean fetched, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String,TableGroup,TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory)
StandardTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String,TableGroup,TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory)
StandardTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, String sourceAlias, TableReference primaryTableReference, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory)
UnionTableReference(String unionTableExpression, String[] subclassTableSpaceExpressions, String identificationVariable, boolean isOptional, SessionFactoryImplementor sessionFactory)
ValuesTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, List<Values> valuesList, String sourceAlias, List<String> columnNames, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory)
ValuesTableReference(List<Values> valuesList, String identificationVariable, List<String> columnNames, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description default void
JdbcParameterBindings. registerNativeQueryParameters(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description SqlSelection
ResolvedSqlSelection. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)
SqlSelection
SqlSelectionImpl. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)
RowReaderMemento
StandardRowReader. toMemento(SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
DeferredResultSetAccess. getFactory()
SessionFactoryImplementor
DirectResultSetAccess. getFactory()
SessionFactoryImplementor
ResultSetAccess. getFactory()
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
JdbcValuesMappingProducerStandard. addAffectedTableNames(Set<String> affectedTableNames, SessionFactoryImplementor sessionFactory)
JdbcValuesMapping
JdbcValuesMappingProducerStandard. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)
default <J> BasicType<J>
ResultSetAccess. resolveType(int position, JavaType<J> explicitJavaType, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description void
JdbcValuesMappingProducer. addAffectedTableNames(Set<String> affectedTableNames, SessionFactoryImplementor sessionFactory)
JdbcValuesMapping
JdbcValuesMappingProducer. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)
Resolve the JdbcValuesMapping.<J> BasicType<J>
JdbcValuesMetadata. resolveType(int position, JavaType<J> explicitJavaType, SessionFactoryImplementor sessionFactory)
The basic type of a particular result value by position -
Uses of SessionFactoryImplementor in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description RowReaderMemento
RowReader. toMemento(SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.stat.internal
Constructors in org.hibernate.stat.internal with parameters of type SessionFactoryImplementor Constructor Description StatisticsImpl(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.stat.spi
Methods in org.hibernate.stat.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description StatisticsImplementor
StatisticsFactory. buildStatistics(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.testing.cache
Methods in org.hibernate.testing.cache with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected StorageAccess
CachingRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
protected StorageAccess
CachingRegionFactory. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementor
BaseCoreFunctionalTestCase. sessionFactory()
protected SessionFactoryImplementor
BaseNonConfigCoreFunctionalTestCase. sessionFactory()
Methods in org.hibernate.testing.junit4 with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected void
BaseNonConfigCoreFunctionalTestCase. afterSessionFactoryBuilt(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
SessionFactoryScope. getSessionFactory()
SessionFactoryImplementor
BaseSessionFactoryFunctionalTest. produceSessionFactory(MetadataImplementor model)
SessionFactoryImplementor
SessionFactoryProducer. produceSessionFactory(MetadataImplementor model)
protected SessionFactoryImplementor
BaseSessionFactoryFunctionalTest. sessionFactory()
Methods in org.hibernate.testing.orm.junit with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected void
BaseSessionFactoryFunctionalTest. sessionFactoryBuilt(SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.testing.transaction
Methods in org.hibernate.testing.transaction with parameters of type SessionFactoryImplementor Modifier and Type Method Description static <R> R
TransactionUtil2. fromSession(SessionFactoryImplementor sfi, Function<SessionImplementor,R> action)
static <R> R
TransactionUtil2. fromTransaction(SessionFactoryImplementor factory, Function<SessionImplementor,R> action)
static void
TransactionUtil2. inSession(SessionFactoryImplementor sfi, Consumer<SessionImplementor> action)
static <R> R
TransactionUtil2. inSessionReturn(SessionFactoryImplementor sfi, Function<SessionImplementor,R> action)
static void
TransactionUtil2. inStatelessSession(SessionFactoryImplementor sfi, Consumer<StatelessSession> action)
static void
TransactionUtil2. inStatelessTransaction(SessionFactoryImplementor factory, Consumer<StatelessSession> action)
static void
TransactionUtil2. inTransaction(SessionFactoryImplementor factory, Consumer<SessionImplementor> action)
-
Uses of SessionFactoryImplementor in org.hibernate.tuple
Methods in org.hibernate.tuple that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementor
AbstractNonIdentifierAttribute. sessionFactory()
Methods in org.hibernate.tuple with parameters of type SessionFactoryImplementor Modifier and Type Method Description static NonIdentifierAttribute
PropertyFactory. buildEntityBasedAttribute(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable, RuntimeModelCreationContext creationContext)
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entitystatic VersionProperty
PropertyFactory. buildVersionProperty(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable)
Generates a VersionProperty representation for an entity mapping given its version mapping Property.Constructors in org.hibernate.tuple with parameters of type SessionFactoryImplementor Constructor Description AbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)
-
Uses of SessionFactoryImplementor in org.hibernate.tuple.component
Constructors in org.hibernate.tuple.component with parameters of type SessionFactoryImplementor Constructor Description AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)
-
Uses of SessionFactoryImplementor in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
EntityMetamodel. getSessionFactory()
Methods in org.hibernate.tuple.entity with parameters of type SessionFactoryImplementor Modifier and Type Method Description static org.hibernate.tuple.entity.EntityMetamodel.InDatabaseValueGenerationStrategyImpl
EntityMetamodel. create(SessionFactoryImplementor sessionFactoryImplementor, Property mappingProperty, ValueGeneration valueGeneration)
-
Uses of SessionFactoryImplementor in org.hibernate.type
-
Uses of SessionFactoryImplementor in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
WrapperOptions. getSessionFactory()
Access to the current Session -
Uses of SessionFactoryImplementor in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description Object
ConvertedBasicTypeImpl. deepCopy(Object value, SessionFactoryImplementor factory)
int
ConvertedBasicTypeImpl. getHashCode(Object x, SessionFactoryImplementor factory)
boolean
ConvertedBasicTypeImpl. isEqual(Object x, Object y, SessionFactoryImplementor factory)
String
ConvertedBasicTypeImpl. toLoggableString(Object value, SessionFactoryImplementor factory)
-
Uses of SessionFactoryImplementor in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementor
TypeConfiguration. getSessionFactory()
Obtain the SessionFactory currently scoping the TypeConfiguration.Methods in org.hibernate.type.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description MappingMetamodelImpl
TypeConfiguration. scope(SessionFactoryImplementor sessionFactory)
-
Uses of SessionFactoryImplementor in org.hibernate.usertype
Methods in org.hibernate.usertype with parameters of type SessionFactoryImplementor Modifier and Type Method Description J
CompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
default boolean
CompositeUserType. isInstance(Object object, SessionFactoryImplementor sessionFactory)
default boolean
CompositeUserType. isSameClass(Object object, SessionFactoryImplementor sessionFactory)
String
LoggableUserType. toLoggableString(Object value, SessionFactoryImplementor factory)
Generate a loggable string representation of the collection (value). -
Uses of SessionFactoryImplementor in org.hibernate.usertype.internal
Methods in org.hibernate.usertype.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description OffsetDateTime
OffsetDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
ZonedDateTime
ZonedDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
-