Uses of Interface
org.hibernate.engine.spi.SessionFactoryImplementor
-
-
Uses of SessionFactoryImplementor in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorActivationContext. getSessionFactory()Access the SessionFactory being built to trigger this BV activationMethods in org.hibernate.boot.beanvalidation with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidBeanValidationIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)voidBeanValidationIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)Constructors in org.hibernate.boot.beanvalidation with parameters of type SessionFactoryImplementor Constructor Description HibernateTraversableResolver(EntityPersister persister, ConcurrentHashMap<EntityPersister,Set<String>> associationsPerEntityPersister, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description NamedObjectRepositoryInFlightMetadataCollectorImpl. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)NamedObjectRepositoryMetadataImpl. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)voidInFlightMetadataCollectorImpl. initSessionFactory(SessionFactoryImplementor sessionFactory)voidMetadataImpl. initSessionFactory(SessionFactoryImplementor sessionFactory)NamedSqmQueryMementoNamedHqlQueryDefinitionImpl. resolve(SessionFactoryImplementor factory)NamedNativeQueryMementoNamedNativeQueryDefinitionImpl. resolve(SessionFactoryImplementor factory)NamedCallableQueryMementoNamedProcedureCallDefinitionImpl. 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.ParameterMementoImplNamedCallableQueryDefinition.ParameterMapping. resolve(SessionFactoryImplementor factory)NamedCallableQueryMementoNamedCallableQueryDefinition. resolve(SessionFactoryImplementor factory)NamedSqmQueryMementoNamedHqlQueryDefinition. resolve(SessionFactoryImplementor factory)NamedNativeQueryMementoNamedNativeQueryDefinition. resolve(SessionFactoryImplementor factory)NamedCallableQueryMementoNamedProcedureCallDefinition. resolve(SessionFactoryImplementor factory)NamedQueryMementoNamedQueryDefinition. 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 NamedObjectRepositoryAbstractDelegatingMetadata. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)NamedObjectRepositoryMetadataImplementor. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)voidAbstractDelegatingMetadata. initSessionFactory(SessionFactoryImplementor sessionFactory)voidMetadataImplementor. 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 ProxyFactoryProxyFactoryFactoryImpl. 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 ProxyFactoryProxyFactoryFactory. 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 SessionFactoryImplementorDomainDataRegionBuildingContext. 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 SessionFactoryImplementorDisabledCaching. getSessionFactory()SessionFactoryImplementorEnabledCaching. 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 booleanJCacheRegionFactory. cacheExists(String unqualifiedRegionName, SessionFactoryImplementor sessionFactory)protected StorageAccessJCacheRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)protected StorageAccessJCacheRegionFactory. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)protected StringJCacheRegionFactory. 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 SessionFactoryImplementorCacheImplementor. getSessionFactory()Methods in org.hibernate.cache.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description QueryResultsRegionRegionFactory. buildQueryResultsRegion(String regionName, SessionFactoryImplementor sessionFactory)Create a namedRegionfor holding query result sets.TimestampsRegionRegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)Create a namedRegionfor holding timestamps used to determine when a cached query result set is stale.ObjectCacheKeysFactory. createCollectionKey(Object id, CollectionPersister persister, SessionFactoryImplementor factory, String tenantIdentifier)ObjectCacheKeysFactory. 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 ObjectCollectionDataAccess. 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.ObjectEntityDataAccess. 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 ObjectCacheEntryStructure. destructure(Object structured, SessionFactoryImplementor factory)Convert the previous structured form of the item back into its item form.ObjectStructuredCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)ObjectStructuredCollectionCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)ObjectStructuredMapCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)ObjectUnstructuredCacheEntry. 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 SessionFactoryImplementorAbstractDomainDataRegion. getSessionFactory()Methods in org.hibernate.cache.spi.support with parameters of type SessionFactoryImplementor Modifier and Type Method Description QueryResultsRegionRegionFactoryTemplate. buildQueryResultsRegion(String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionRegionFactoryTemplate. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)protected abstract StorageAccessRegionFactoryTemplate. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)protected abstract StorageAccessRegionFactoryTemplate. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)ObjectAbstractCollectionDataAccess. generateCacheKey(Object id, CollectionPersister persister, SessionFactoryImplementor factory, String tenantIdentifier)ObjectAbstractEntityDataAccess. generateCacheKey(Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)ObjectCollectionReadWriteAccess. generateCacheKey(Object id, CollectionPersister collectionDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)ObjectEntityReadWriteAccess. generateCacheKey(Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, String tenantIdentifier) -
Uses of SessionFactoryImplementor in org.hibernate.context.internal
Methods in org.hibernate.context.internal that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementorThreadLocalSessionContext. 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 SessionFactoryImplementorAbstractCurrentSessionContext. 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
Methods in org.hibernate.dialect with parameters of type SessionFactoryImplementor Modifier and Type Method Description MutationOperationDialect. createUpsertOperation(EntityMutationTarget mutationTarget, TableUpsert tableUpsert, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidH2FinalTableIdentityColumnSupport. render(TableInsert tableInsert, Consumer<String> sqlAppender, Consumer<ColumnReference> returnColumnHandler, H2IdentityColumnSupport.InsertValuesHandler insertValuesHandler, SessionFactoryImplementor sessionFactory)Deprecated.voidH2IdentityColumnSupport. render(TableInsert tableInsert, Consumer<String> sqlAppender, Consumer<ColumnReference> returnColumnHandler, H2IdentityColumnSupport.InsertValuesHandler insertValuesHandler, SessionFactoryImplementor sessionFactory)Deprecated. -
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 SessionFactoryImplementorJdbcCoordinatorImpl. sessionFactory() -
Uses of SessionFactoryImplementor in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static booleanModelMutationHelper. identifiedResultsCheck(PreparedStatementDetails statementDetails, int affectedRowCount, int batchPosition, MutationTarget<?> mutationTarget, Object id, SessionFactoryImplementor 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 interfaceSessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor>Contract for resolving this SessionFactory on deserializationClasses in org.hibernate.engine.spi that implement SessionFactoryImplementor Modifier and Type Class Description classSessionFactoryDelegatingImplBase delegating implementation of theSessionFactoryandSessionFactoryImplementorcontracts for intended for easier implementation ofSessionFactory.Methods in org.hibernate.engine.spi that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementorSessionFactoryDelegatingImpl. delegate()SessionFactoryImplementorSessionDelegatorBaseImpl. getFactory()SessionFactoryImplementorSharedSessionContractImplementor. getFactory()Get the creatingSessionFactoryImplementorSessionFactoryImplementorAbstractDelegatingWrapperOptions. getSessionFactory()SessionFactoryImplementorLoadQueryInfluencers. getSessionFactory()SessionFactoryImplementorSessionDelegatorBaseImpl. getSessionFactory()default SessionFactoryImplementorSessionFactoryImplementor. getSessionFactory()SessionFactoryImplementorSessionImplementor. getSessionFactory()default SessionFactoryImplementorSharedSessionContractImplementor. getSessionFactory()Methods in org.hibernate.engine.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description static EntityKeyEntityKey. deserialize(ObjectInputStream ois, SessionFactoryImplementor sessionFactory)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.intEntityUniqueKey. 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 voidEnversIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)voidEnversIntegrator. 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 QueryBuilderAbstractRelationQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)Build the common aspects of aQueryBuilderused by both query and query-remove strings.protected QueryBuilderOneAuditEntityQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)protected QueryBuilderOneEntityQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)protected QueryBuilderThreeEntityQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)protected QueryBuilderTwoEntityOneAuditedQueryGenerator. buildQueryBuilderCommon(SessionFactoryImplementor sessionFactory)protected QueryBuilderTwoEntityQueryGenerator. 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 ObjectEntityTools. 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 voidGraphParser. parseInto(GraphImplementor<?> targetGraph, CharSequence graphString, SessionFactoryImplementor sessionFactory)Parse the passed graph textual representation into the passed Graph.static voidGraphParser. 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.id.insert
Constructors in org.hibernate.id.insert with parameters of type SessionFactoryImplementor Constructor Description TableInsertReturningBuilder(PostInsertIdentityPersister mutationTarget, 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 voidIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Tongue-in-cheek name for a shutdown callback.default voidIntegrator. integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory)Perform integration.default voidIntegrator. 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 classSessionFactoryImplConcrete implementation of theSessionFactoryinterface.Methods in org.hibernate.internal that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorSessionFactoryRegistry. findSessionFactory(String uuid, String name)SessionFactoryImplementorSessionImpl. getEntityManagerFactory()SessionFactoryImplementorAbstractSharedSessionContract. getFactory()SessionFactoryImplementorSessionFactoryRegistry. getNamedSessionFactory(String name)Get a registered SessionFactory by nameSessionFactoryImplementorJdbcSessionContextImpl. getSessionFactory()SessionFactoryImplementorSessionFactoryRegistry. getSessionFactory(String uuid)SessionFactoryImplementorSessionImpl. getSessionFactory()Methods in org.hibernate.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidSessionFactoryRegistry. addSessionFactory(String uuid, String name, boolean isNameAlsoJndiName, SessionFactoryImplementor instance, JndiService jndiService)Adds a SessionFactory to the registryMap<String,String>FilterConfiguration. getAliasTableMap(SessionFactoryImplementor factory)voidCoreMessageLogger. 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 SessionFactoryImplementorSingleIdEntityLoaderSupport. sessionFactoryMethods in org.hibernate.loader.ast.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static SelectStatementLoaderSelectBuilder. createSelect(Loadable loadable, List<? extends ModelPart> partsToSelect, List<ModelPart> restrictedParts, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)static SelectStatementLoaderSelectBuilder. 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 SelectStatementLoaderSelectBuilder. 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 SelectStatementLoaderSelectBuilder. 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 ExpressionAbstractNaturalIdLoader. 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 SessionFactoryImplementorAbstractCompositeIdentifierMapping. sessionFactoryMethods in org.hibernate.metamodel.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description ObjectEmbeddableCompositeUserTypeInstantiator. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorDynamicMap. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorPojoIndirecting. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorPojoOptimized. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorPojoStandard. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorProxied. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorRecordIndirecting. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorRecordStandard. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEntityInstantiatorDynamicMap. instantiate(SessionFactoryImplementor sessionFactory)ObjectEntityInstantiatorPojoOptimized. instantiate(SessionFactoryImplementor sessionFactory)ObjectEntityInstantiatorPojoStandard. instantiate(SessionFactoryImplementor sessionFactory)booleanAbstractDynamicMapInstantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)booleanAbstractEntityInstantiatorPojo. isInstance(Object object, SessionFactoryImplementor sessionFactory)booleanAbstractPojoInstantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)booleanEmbeddableCompositeUserTypeInstantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)booleanEmbeddableInstantiatorProxied. isInstance(Object object, SessionFactoryImplementor sessionFactory)booleanEntityInstantiatorPojoStandard. isInstance(Object object, SessionFactoryImplementor sessionFactory)booleanAbstractDynamicMapInstantiator. isSameClass(Object object, SessionFactoryImplementor sessionFactory)booleanAbstractPojoInstantiator. isSameClass(Object object, SessionFactoryImplementor sessionFactory)booleanEmbeddableCompositeUserTypeInstantiator. isSameClass(Object object, SessionFactoryImplementor sessionFactory)booleanEmbeddableInstantiatorProxied. 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 ExpressionMappingModelHelper. buildColumnReferenceExpression(ModelPart modelPart, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory)static ExpressionMappingModelHelper. buildColumnReferenceExpression(TableGroup tableGroup, ModelPart modelPart, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory) -
Uses of SessionFactoryImplementor in org.hibernate.metamodel.mapping.internal
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, EventType 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 SessionFactoryImplementorTranslationContext. 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 SessionFactoryImplementorMappingMetamodelImpl. getSessionFactory()Methods in org.hibernate.metamodel.model.domain.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidMappingMetamodelImpl. 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 SessionFactoryImplementorMetamodelImplementor. getSessionFactory()Deprecated.SessionFactoryImplementorRuntimeModelCreationContext. getSessionFactory()Methods in org.hibernate.metamodel.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description ObjectEmbeddableInstantiator. instantiate(ValueAccess valueAccess, SessionFactoryImplementor sessionFactory)Create an instance of the embeddableObjectEntityInstantiator. instantiate(SessionFactoryImplementor sessionFactory)Create an instance of managed entitybooleanInstantiator. isInstance(Object object, SessionFactoryImplementor sessionFactory)Performs and "instance of" check to see if the given object is an instance of managed structurebooleanInstantiator. 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 SessionFactoryImplementorAbstractCollectionPersister. getFactory()SessionFactoryImplementorCollectionPersister. getFactory() -
Uses of SessionFactoryImplementor in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorAbstractUpdateRowsCoordinator. getSessionFactory()Constructors in org.hibernate.persister.collection.mutation with parameters of type SessionFactoryImplementor Constructor Description AbstractUpdateRowsCoordinator(CollectionMutationTarget mutationTarget, SessionFactoryImplementor sessionFactory)UpdateRowsCoordinatorOneToMany(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)UpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) -
Uses of SessionFactoryImplementor in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorAbstractEntityPersister. getFactory()SessionFactoryImplementorEntityPersister. getFactory()Return theSessionFactoryto which this persister belongs.SessionFactoryImplementorSessionFactoryBasedWrapperOptions. getSessionFactory()Methods in org.hibernate.persister.entity with parameters of type SessionFactoryImplementor Modifier and Type Method Description ObjectDiscriminatorType. deepCopy(Object value, SessionFactoryImplementor factory)EntityPersisterAbstractEntityPersister. getSubclassEntityPersister(Object instance, SessionFactoryImplementor factory)EntityPersisterEntityPersister. getSubclassEntityPersister(Object instance, SessionFactoryImplementor factory)Obtain theEntityPersisterfor the concrete class of the given entity instance which participates in a mapped inheritance hierarchy with this persister.StringDiscriminatorType. 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.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementorAbstractMutationCoordinator. factory()Constructors in org.hibernate.persister.entity.mutation with parameters of type SessionFactoryImplementor Constructor Description AbstractMutationCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)DeleteCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)InsertCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)UpdateCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorPersisterCreationContext. 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 StringMessageHelper. collectionInfoString(CollectionPersister persister, Object[] ids, SessionFactoryImplementor factory)Generate an info message string relating to a series of managed collections.static StringMessageHelper. collectionInfoString(CollectionPersister persister, Object id, SessionFactoryImplementor factory)Generate an info message string relating to a particular managed collection.static StringMessageHelper. infoString(EntityPersister persister, Object[] ids, SessionFactoryImplementor factory)Generate an info message string relating to a series of entities.static StringMessageHelper. infoString(EntityPersister persister, Object id, SessionFactoryImplementor factory)Generate an info message string relating to a particular entity.static StringMessageHelper. 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 SessionFactoryImplementorProcedureCallImpl. 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 SessionFactoryImplementorResultSetMappingResolutionContext. getSessionFactory()Methods in org.hibernate.query.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description static QueryParameterBindingsImplQueryParameterBindingsImpl. from(ParameterMetadataImplementor parameterMetadata, SessionFactoryImplementor sessionFactory)Constructs a QueryParameterBindings based on the passed informationvoidNamedObjectRepositoryImpl. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)NamedQueryMementoNamedObjectRepositoryImpl. 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 byProcedureCallQueryParameterBindingImpl(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 voidNamedObjectRepository. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)Prepare for runtime useNamedQueryMementoNamedObjectRepository. 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 SessionFactoryImplementorDomainResultCreationStateImpl. getSessionFactory()Methods in org.hibernate.query.results with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidResultSetMappingImpl. addAffectedTableNames(Set<String> affectedTableNames, SessionFactoryImplementor sessionFactory)static ResultBuilderBuilders. 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> ResultBuilderBuilders. converted(String columnAlias, Class<R> jdbcJavaType, jakarta.persistence.AttributeConverter<?,R> converter, SessionFactoryImplementor sessionFactory)static <R> ResultBuilderBuilders. converted(String columnAlias, Class<R> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<?,R>> converterJavaType, SessionFactoryImplementor sessionFactory)static DynamicResultBuilderEntityStandardBuilders. entity(String tableAlias, String entityName, SessionFactoryImplementor sessionFactory)Creates a EntityResultBuilder allowing for further configuring of the mapping.static DynamicResultBuilderEntityCalculatedBuilders. entityCalculated(String tableAlias, String entityName, SessionFactoryImplementor sessionFactory)Creates a EntityResultBuilder that does not allow any further configuring of the mapping.static DynamicResultBuilderEntityCalculatedBuilders. 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)JdbcValuesMappingResultSetMappingImpl. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)SqlSelectionResultSetMappingSqlSelection. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)static DynamicResultBuilderBasicBuilders. scalar(String columnAlias, Class<?> javaType, SessionFactoryImplementor factory)static DynamicResultBuilderBasicBuilders. 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 SessionFactoryImplementorQueryProducerImplementor. getFactory()SessionFactoryImplementorAbstractSelectionQuery. getSessionFactory()Methods in org.hibernate.query.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected static <T> voidAbstractSelectionQuery. checkQueryReturnType(SqmQuerySpec<T> querySpec, Class<T> resultClass, SessionFactoryImplementor sessionFactory)static QueryEngineQueryEngine. from(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata)voidQueryEngine. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)voidQueryParameterBindingValidator. validate(BindableType<?> paramType, Object bind, jakarta.persistence.TemporalType temporalPrecision, SessionFactoryImplementor sessionFactory)voidQueryParameterBindingValidator. validate(BindableType<?> paramType, Object bind, SessionFactoryImplementor sessionFactory)protected static <T> voidAbstractSelectionQuery. verifyResultType(Class<T> resultClass, SqmExpressible<?> sqmExpressible, SessionFactoryImplementor sessionFactory)protected voidAbstractSelectionQuery. 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 SessionFactoryImplementorNativeQueryImpl. 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 NamedNativeQueryMementoNamedNativeQueryMemento.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 voidSelfRenderingAggregateFunctionSqlAstExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)voidSelfRenderingFunctionSqlAstExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)voidSelfRenderingOrderedSetAggregateFunctionSqlAstExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)voidSelfRenderingWindowFunctionSqlAstExpression. 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 SqmCriteriaNodeBuilderSqmCriteriaNodeBuilder. create(SessionFactoryImplementor sf)Simplified creation from a SessionFactorystatic BindableSqmUtil. determineParameterType(QueryParameterBinding<?> binding, QueryParameterImplementor<?> parameter, List<SqmParameter<?>> sqmParameters, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SessionFactoryImplementor sessionFactory)static EntityPersisterSqmMappingModelHelper. 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 ExpressionSqmInsertStrategyHelper. createRowNumberingExpression(QuerySpec querySpec, SessionFactoryImplementor sessionFactory)Creates a row numbering expression, that can be added to the select clause of the query spec.static QuerySpecMatchingIdSelectionHelper. generateMatchingIdSelectQuery(EntityMappingType targetEntityDescriptor, SqmDeleteOrUpdateStatement sqmStatement, DomainParameterXref domainParameterXref, Predicate restriction, MultiTableSqmMutationConverter sqmConverter, SessionFactoryImplementor sessionFactory)static SelectStatementMatchingIdSelectionHelper. 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 voidAbstractCteMutationHandler. addDmlCtes(CteContainer statement, CteStatement idSelectCte, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<JdbcParameter>> parameterResolutions, SessionFactoryImplementor factory)protected voidCteDeleteHandler. addDmlCtes(CteContainer statement, CteStatement idSelectCte, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<JdbcParameter>> parameterResolutions, SessionFactoryImplementor factory)protected StringCteInsertHandler. addDmlCtes(CteContainer statement, CteStatement queryCte, List<Map.Entry<List<CteColumn>,Assignment>> assignments, boolean assignsId, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<List<JdbcParameter>>> parameterResolutions, SessionFactoryImplementor factory)protected voidCteUpdateHandler. addDmlCtes(CteContainer statement, CteStatement idSelectCte, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<JdbcParameter>> parameterResolutions, SessionFactoryImplementor factory)static CteTableCteInsertHandler. createCteTable(CteTable sqmCteTable, List<CteColumn> sqmCteColumns, SessionFactoryImplementor factory)protected QuerySpecAbstractCteMutationHandler. createIdSubQuery(CteStatement idSelectCte, ModelPart fkModelPart, SessionFactoryImplementor factory)protected PredicateAbstractCteMutationHandler. createIdSubQueryPredicate(List<? extends Expression> lhsExpressions, CteStatement idSelectCte, SessionFactoryImplementor factory)protected PredicateAbstractCteMutationHandler. 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(CteTable cteTable, SqmDeleteOrUpdateStatement<?> sqmStatement, DomainParameterXref domainParameterXref, CteMutationStrategy strategy, SessionFactoryImplementor sessionFactory)CteDeleteHandler(CteTable cteTable, SqmDeleteStatement<?> sqmDeleteStatement, DomainParameterXref domainParameterXref, CteMutationStrategy strategy, SessionFactoryImplementor sessionFactory)CteInsertHandler(CteTable cteTable, SqmInsertStatement<?> sqmStatement, DomainParameterXref domainParameterXref, SessionFactoryImplementor sessionFactory)CteUpdateHandler(CteTable 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 SessionFactoryImplementorGlobalTemporaryTableStrategy. getSessionFactory()SessionFactoryImplementorLocalTemporaryTableStrategy. getSessionFactory()SessionFactoryImplementorPersistentTableStrategy. getSessionFactory()Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type SessionFactoryImplementor Modifier and Type Method Description static QuerySpecExecuteWithoutIdTableHelper. createIdMatchingSubQuerySpec(NavigablePath navigablePath, TableReference rootTableReference, Predicate predicate, EntityPersister rootEntityPersister, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory)voidGlobalTemporaryTableStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)voidLocalTemporaryTableStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)voidPersistentTableStrategy. 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 SessionFactoryImplementorAbstractMutationHandler. getSessionFactory()Methods in org.hibernate.query.sqm.mutation.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description default voidSqmMultiTableInsertStrategy. release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess)Release the strategy.default voidSqmMultiTableMutationStrategy. 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 booleanBaseSqmToSqlAstConverter.AdditionalInsertValues. applySelections(QuerySpec querySpec, SessionFactoryImplementor sessionFactory)Returns true if the identifier can't be applied directly and needs to be generated separately. -
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.relational.internal
Constructors in org.hibernate.relational.internal with parameters of type SessionFactoryImplementor Constructor Description SchemaManagerImpl(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata) -
Uses of SessionFactoryImplementor in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorJdbcSessionContext. 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 SessionFactoryImplementorSessionFactoryServiceRegistryImpl. getSessionFactory()Methods in org.hibernate.service.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactoryImpl. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)SessionFactoryServiceRegistrySessionFactoryServiceRegistryBuilderImpl. 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 SessionFactoryImplementorSessionFactoryServiceInitiatorContext. getSessionFactory()Methods in org.hibernate.service.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactory. 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 StringHANASpatialFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor sessionFactory) -
Uses of SessionFactoryImplementor in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorSqlAstTranslator. getSessionFactory()Methods in org.hibernate.sql.ast with parameters of type SessionFactoryImplementor Modifier and Type Method Description SqlAstTranslator<JdbcOperationQueryDelete>SqlAstTranslatorFactory. buildDeleteTranslator(SessionFactoryImplementor sessionFactory, DeleteStatement statement)Builds a single-use delete translatorSqlAstTranslator<JdbcOperationQueryInsert>SqlAstTranslatorFactory. buildInsertTranslator(SessionFactoryImplementor sessionFactory, InsertStatement statement)Builds a single-use insert-select translator<O extends JdbcMutationOperation>
SqlAstTranslator<O>SqlAstTranslatorFactory. buildModelMutationTranslator(TableMutation<O> mutation, SessionFactoryImplementor sessionFactory)Builds a single-use translator for dealing with model mutationsSqlAstTranslator<JdbcOperationQuerySelect>SqlAstTranslatorFactory. buildSelectTranslator(SessionFactoryImplementor sessionFactory, SelectStatement statement)Builds a single-use select translatorSqlAstTranslator<JdbcOperationQueryUpdate>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 SessionFactoryImplementorAbstractSqlAstTranslator. getSessionFactory()SessionFactoryImplementorSqlAstCreationContext. 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.expression
Methods in org.hibernate.sql.ast.tree.expression with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidAliasedExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)voidLiteralAsParameter. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)voidSelfRenderingExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, SessionFactoryImplementor sessionFactory)voidSelfRenderingSqlFragmentExpression. renderToSql(SqlAppender sqlAppender, SqlAstTranslator<?> walker, 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 SessionFactoryImplementorAbstractColumnReferenceQualifier. getSessionFactory()protected SessionFactoryImplementorAbstractTableGroup. getSessionFactory()protected SessionFactoryImplementorOneToManyTableGroup. 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)OneToManyTableGroup(PluralAttributeMapping pluralAttributeMapping, TableGroup elementTableGroup, SessionFactoryImplementor sessionFactory)QueryPartTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, SelectStatement selectStatement, String sourceAlias, List<String> columnNames, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory)QueryPartTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, SelectStatement selectStatement, String sourceAlias, List<String> columnNames, Set<String> compatibleTableExpressions, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory)QueryPartTableReference(SelectStatement selectStatement, 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)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 voidJdbcParameterBindings. registerNativeQueryParameters(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast with parameters of type SessionFactoryImplementor Modifier and Type Method Description OAbstractTableMutation. createMutationOperation(ValuesAnalysis valuesAnalysis, SessionFactoryImplementor factory)OTableMutation. createMutationOperation(ValuesAnalysis valuesAnalysis, SessionFactoryImplementor sessionFactory) -
Uses of SessionFactoryImplementor in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementorAbstractTableMutationBuilder. getSessionFactory() -
Uses of SessionFactoryImplementor in org.hibernate.sql.model.internal
Methods in org.hibernate.sql.model.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description MutationOperationTableUpsert. createMutationOperation(ValuesAnalysis valuesAnalysis, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.sql.model.jdbc
Constructors in org.hibernate.sql.model.jdbc with parameters of type SessionFactoryImplementor Constructor Description OptionalTableUpdateOperation(MutationTarget<?> mutationTarget, TableUpsert upsert, 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 SqlSelectionResolvedSqlSelection. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)SqlSelectionSqlSelectionImpl. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)RowReaderMementoStandardRowReader. 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 SessionFactoryImplementorDeferredResultSetAccess. getFactory()SessionFactoryImplementorDirectResultSetAccess. getFactory()SessionFactoryImplementorResultSetAccess. getFactory()Methods in org.hibernate.sql.results.jdbc.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidJdbcValuesMappingProducerStandard. addAffectedTableNames(Set<String> affectedTableNames, SessionFactoryImplementor sessionFactory)JdbcValuesMappingJdbcValuesMappingProducerStandard. resolve(JdbcValuesMetadata jdbcResultsMetadata, 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 voidJdbcValuesMappingProducer. addAffectedTableNames(Set<String> affectedTableNames, SessionFactoryImplementor sessionFactory)JdbcValuesMappingJdbcValuesMappingProducer. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)Resolve the JdbcValuesMapping.default <J> BasicType<J>JdbcValuesMetadata. resolveType(int position, JavaType<J> explicitJavaType, SessionFactoryImplementor sessionFactory)Determine the mapping to use for a particular position in the result -
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 RowReaderMementoRowReader. 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 StatisticsImplementorStatisticsFactory. 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 StorageAccessCachingRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)protected StorageAccessCachingRegionFactory. 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 SessionFactoryImplementorBaseCoreFunctionalTestCase. sessionFactory()protected SessionFactoryImplementorBaseNonConfigCoreFunctionalTestCase. sessionFactory()Methods in org.hibernate.testing.junit4 with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected voidBaseNonConfigCoreFunctionalTestCase. 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 SessionFactoryImplementorSessionFactoryScope. getSessionFactory()SessionFactoryImplementorBaseSessionFactoryFunctionalTest. produceSessionFactory(MetadataImplementor model)SessionFactoryImplementorSessionFactoryProducer. produceSessionFactory(MetadataImplementor model)protected SessionFactoryImplementorBaseSessionFactoryFunctionalTest. sessionFactory()Methods in org.hibernate.testing.orm.junit with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected voidBaseSessionFactoryFunctionalTest. 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> RTransactionUtil2. fromSession(SessionFactoryImplementor sfi, Function<SessionImplementor,R> action)static <R> RTransactionUtil2. fromTransaction(SessionFactoryImplementor factory, Function<SessionImplementor,R> action)static voidTransactionUtil2. inSession(SessionFactoryImplementor sfi, Consumer<SessionImplementor> action)static <R> RTransactionUtil2. inSessionReturn(SessionFactoryImplementor sfi, Function<SessionImplementor,R> action)static voidTransactionUtil2. inStatelessSession(SessionFactoryImplementor sfi, Consumer<StatelessSession> action)static voidTransactionUtil2. inStatelessTransaction(SessionFactoryImplementor factory, Consumer<StatelessSession> action)static voidTransactionUtil2. 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 SessionFactoryImplementorAbstractNonIdentifierAttribute. sessionFactory()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.tuple with parameters of type SessionFactoryImplementor Modifier and Type Method Description static NonIdentifierAttributePropertyFactory. buildEntityBasedAttribute(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable, RuntimeModelCreationContext creationContext)Deprecated, for removal: This API element is subject to removal in a future version.Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entitystatic VersionPropertyPropertyFactory. buildVersionProperty(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version. -
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)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SessionFactoryImplementor in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorEntityMetamodel. getSessionFactory()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.tuple.entity with parameters of type SessionFactoryImplementor Constructor Description AbstractEntityBasedAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)Deprecated, for removal: This API element is subject to removal in a future version.EntityBasedAssociationAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo)Deprecated, for removal: This API element is subject to removal in a future version.EntityBasedBasicAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo)Deprecated, for removal: This API element is subject to removal in a future version.EntityBasedCompositionAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, CompositeType attributeType, BaselineAttributeInformation baselineInfo)Deprecated, for removal: This API element is subject to removal in a future version.VersionProperty(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)Deprecated, for removal: This API element is subject to removal in a future version.Constructs VersionProperty instances. -
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 SessionFactoryImplementorWrapperOptions. getSessionFactory()Access to the current session factory. -
Uses of SessionFactoryImplementor in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type SessionFactoryImplementor Modifier and Type Method Description ObjectConvertedBasicTypeImpl. deepCopy(Object value, SessionFactoryImplementor factory)intConvertedBasicTypeImpl. getHashCode(Object x, SessionFactoryImplementor factory)booleanConvertedBasicTypeImpl. isEqual(Object x, Object y, SessionFactoryImplementor factory)StringConvertedBasicTypeImpl. 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 SessionFactoryImplementorTypeConfiguration. getSessionFactory()Obtain the SessionFactory currently scoping the TypeConfiguration.Methods in org.hibernate.type.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description MappingMetamodelImplTypeConfiguration. 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 JCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)default booleanCompositeUserType. isInstance(Object object, SessionFactoryImplementor sessionFactory)default booleanCompositeUserType. isSameClass(Object object, SessionFactoryImplementor sessionFactory)StringLoggableUserType. 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 OffsetDateTimeOffsetDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)ZonedDateTimeZonedDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
-