Uses of Interface
org.hibernate.engine.spi.SessionFactoryImplementor
-
-
Uses of SessionFactoryImplementor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidAbstractDelegatingMetadata. initSessionFactory(SessionFactoryImplementor sessionFactory)voidMetadataImplementor. initSessionFactory(SessionFactoryImplementor sessionFactoryImplementor) -
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.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(java.lang.String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionRegionFactory. buildTimestampsRegion(java.lang.String regionName, SessionFactoryImplementor sessionFactory)java.lang.ObjectCacheKeysFactory. createCollectionKey(java.lang.Object id, CollectionPersister persister, SessionFactoryImplementor factory, java.lang.String tenantIdentifier)java.lang.ObjectCacheKeysFactory. createEntityKey(java.lang.Object id, EntityPersister persister, SessionFactoryImplementor factory, java.lang.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 java.lang.ObjectCollectionDataAccess. generateCacheKey(java.lang.Object id, CollectionPersister collectionDescriptor, SessionFactoryImplementor factory, java.lang.String tenantIdentifier)To create instances of CollectionCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.java.lang.ObjectEntityDataAccess. generateCacheKey(java.lang.Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, java.lang.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 java.lang.ObjectCacheEntryStructure. destructure(java.lang.Object structured, SessionFactoryImplementor factory)Convert the previous structured form of the item back into its item form.java.lang.ObjectStructuredCacheEntry. destructure(java.lang.Object structured, SessionFactoryImplementor factory)java.lang.ObjectStructuredCollectionCacheEntry. destructure(java.lang.Object structured, SessionFactoryImplementor factory)java.lang.ObjectStructuredMapCacheEntry. destructure(java.lang.Object structured, SessionFactoryImplementor factory)java.lang.ObjectUnstructuredCacheEntry. destructure(java.lang.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(java.lang.String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionRegionFactoryTemplate. buildTimestampsRegion(java.lang.String regionName, SessionFactoryImplementor sessionFactory)protected abstract StorageAccessRegionFactoryTemplate. createQueryResultsRegionStorageAccess(java.lang.String regionName, SessionFactoryImplementor sessionFactory)protected abstract StorageAccessRegionFactoryTemplate. createTimestampsRegionStorageAccess(java.lang.String regionName, SessionFactoryImplementor sessionFactory)java.lang.ObjectAbstractCollectionDataAccess. generateCacheKey(java.lang.Object id, CollectionPersister persister, SessionFactoryImplementor factory, java.lang.String tenantIdentifier)java.lang.ObjectAbstractEntityDataAccess. generateCacheKey(java.lang.Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, java.lang.String tenantIdentifier)java.lang.ObjectCollectionReadWriteAccess. generateCacheKey(java.lang.Object id, CollectionPersister collectionDescriptor, SessionFactoryImplementor factory, java.lang.String tenantIdentifier)java.lang.ObjectEntityReadWriteAccess. generateCacheKey(java.lang.Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, java.lang.String tenantIdentifier) -
Uses of SessionFactoryImplementor in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorActivationContext. 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 voidBeanValidationIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)voidBeanValidationIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Constructors in org.hibernate.cfg.beanvalidation with parameters of type SessionFactoryImplementor Constructor Description HibernateTraversableResolver(EntityPersister persister, java.util.concurrent.ConcurrentHashMap<EntityPersister,java.util.Set<java.lang.String>> associationsPerEntityPersister, SessionFactoryImplementor factory) -
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.criterion
Methods in org.hibernate.criterion that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorCriteriaQuery. getFactory()Provides access to the SessionFactoryMethods in org.hibernate.criterion with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected QueryableCollectionAbstractEmptinessExpression. getQueryableCollection(java.lang.String entityName, java.lang.String propertyName, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected intStandardAnsiSqlAggregationFunctions.AvgFunction. determineJdbcTypeCode(Type firstArgumentType, SessionFactoryImplementor factory)java.lang.StringAbstractAnsiTrimEmulationFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)protected java.lang.StringAnsiTrimFunction. render(TrimFunctionTemplate.Options options, java.lang.String trimSource, SessionFactoryImplementor factory)java.lang.StringCastFunction. render(Type columnType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringCharIndexFunction. render(Type columnType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringConditionalParenthesisFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor sessionFactory)java.lang.StringConvertFunction. render(Type firstArgumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringDerbyConcatFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)Render the function call as SQL fragment.java.lang.StringNoArgSQLFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringNvlFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringPositionSubstringFunction. render(Type firstArgumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringSQLFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)Render the function call as SQL fragment.java.lang.StringSQLFunctionTemplate. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)protected java.lang.StringStandardAnsiSqlAggregationFunctions.AvgFunction. render(int firstArgumentJdbcType, java.lang.String argument, SessionFactoryImplementor factory)java.lang.StringStandardAnsiSqlAggregationFunctions.AvgFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)java.lang.StringStandardAnsiSqlAggregationFunctions.CountFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)java.lang.StringStandardJDBCEscapeFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringStandardSQLFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor sessionFactory)java.lang.StringStaticPrecisionFspTimestampFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringTemplateRenderer. render(java.util.List args, SessionFactoryImplementor factory)The rendering code.protected abstract java.lang.StringTrimFunctionTemplate. render(TrimFunctionTemplate.Options options, java.lang.String trimSource, SessionFactoryImplementor factory)java.lang.StringTrimFunctionTemplate. render(Type firstArgument, java.util.List args, SessionFactoryImplementor factory)java.lang.StringVarArgsSQLFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory) -
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 CustomLoaderNativeQueryInterpreter. createCustomLoader(CustomQuery customQuery, SessionFactoryImplementor sessionFactory)Deprecated.This method will be removed in 6.NativeSQLQueryPlanNativeQueryInterpreter. createQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor sessionFactory)Creates a new query plan for the specified native query.HQLQueryPlanQueryPlanCache.QueryPlanCreator. createQueryPlan(java.lang.String queryString, boolean shallow, java.util.Map<java.lang.String,Filter> enabledFilters, SessionFactoryImplementor factory)NativeQueryInterpreterNativeQueryInterpreterInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)static ParamLocationRecognizerParamLocationRecognizer. parseLocations(java.lang.String query, SessionFactoryImplementor sessionFactory)Convenience method for creating a param location recognizer and initiating the parse.Constructors in org.hibernate.engine.query.spi with parameters of type SessionFactoryImplementor Constructor Description FilterQueryPlan(java.lang.String hql, java.lang.String collectionRole, boolean shallow, java.util.Map enabledFilters, SessionFactoryImplementor factory)Constructs a query plan for an HQL filterHQLQueryPlan(java.lang.String hql, boolean shallow, java.util.Map<java.lang.String,Filter> enabledFilters, SessionFactoryImplementor factory)Constructs a HQLQueryPlanHQLQueryPlan(java.lang.String hql, boolean shallow, java.util.Map<java.lang.String,Filter> enabledFilters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)HQLQueryPlan(java.lang.String hql, java.lang.String collectionRole, boolean shallow, java.util.Map<java.lang.String,Filter> enabledFilters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)QueryPlanCache(SessionFactoryImplementor factory, QueryPlanCache.QueryPlanCreator queryPlanCreator)Constructs the QueryPlanCache to be used by the given SessionFactory -
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 the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory.Methods in org.hibernate.engine.spi that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementorSessionFactoryDelegatingImpl. delegate()SessionFactoryImplementorSessionDelegatorBaseImpl. getFactory()SessionFactoryImplementorSharedSessionContractImplementor. getFactory()Get the creating SessionFactoryImplementorSessionFactoryImplementorCacheImplementor. getSessionFactory()Deprecated.SessionFactoryImplementorLoadQueryInfluencers. getSessionFactory()SessionFactoryImplementorSessionDelegatorBaseImpl. getSessionFactory()SessionFactoryImplementorSessionImplementor. getSessionFactory()Methods in org.hibernate.engine.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description static EntityKeyEntityKey. deserialize(java.io.ObjectInputStream ois, SessionFactoryImplementor sessionFactory)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.intEntityUniqueKey. generateHashCode(SessionFactoryImplementor factory)CacheImplementorCacheInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)voidQueryParameters. processFilters(java.lang.String sql, java.util.Map filters, SessionFactoryImplementor factory)voidQueryParameters. traceParameters(SessionFactoryImplementor factory)Constructors in org.hibernate.engine.spi with parameters of type SessionFactoryImplementor Constructor Description CollectionEntry(PersistentCollection collection, SessionFactoryImplementor factory)For initialized detached collectionsEntityUniqueKey(java.lang.String entityName, java.lang.String uniqueKeyName, java.lang.Object semiResolvedKey, Type keyType, EntityMode entityMode, SessionFactoryImplementor factory)LoadQueryInfluencers(SessionFactoryImplementor sessionFactory)LoadQueryInfluencers(SessionFactoryImplementor sessionFactory, java.lang.Boolean readOnly)SessionFactoryDelegatingImpl(SessionFactoryImplementor delegate) -
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.spi
Methods in org.hibernate.graph.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorGraphImplementor. sessionFactory() -
Uses of SessionFactoryImplementor in org.hibernate.hql.spi
Methods in org.hibernate.hql.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description FilterTranslatorQueryTranslatorFactory. createFilterTranslator(java.lang.String queryIdentifier, java.lang.String queryString, java.util.Map filters, SessionFactoryImplementor factory)Construct aFilterTranslatorinstance capable of translating an HQL filter string.QueryTranslatorQueryTranslatorFactory. createQueryTranslator(java.lang.String queryIdentifier, java.lang.String queryString, java.util.Map filters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)Construct aQueryTranslatorinstance capable of translating an HQL query string. -
Uses of SessionFactoryImplementor in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementorAbstractTableBasedBulkIdHandler. factory()Methods in org.hibernate.hql.spi.id with parameters of type SessionFactoryImplementor Modifier and Type Method Description MultiTableBulkIdStrategy.DeleteHandlerMultiTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)Build a handler capable of handling the bulk delete indicated by the given walker.MultiTableBulkIdStrategy.UpdateHandlerMultiTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)Build a handler capable of handling the bulk update indicated by the given walker.Constructors in org.hibernate.hql.spi.id with parameters of type SessionFactoryImplementor Constructor Description AbstractIdsBulkIdHandler(SessionFactoryImplementor sessionFactory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)AbstractTableBasedBulkIdHandler(SessionFactoryImplementor sessionFactory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)TableBasedDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo)TableBasedUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo) -
Uses of SessionFactoryImplementor in org.hibernate.hql.spi.id.cte
Methods in org.hibernate.hql.spi.id.cte with parameters of type SessionFactoryImplementor Modifier and Type Method Description MultiTableBulkIdStrategy.DeleteHandlerCteValuesListBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerCteValuesListBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)Constructors in org.hibernate.hql.spi.id.cte with parameters of type SessionFactoryImplementor Constructor Description AbstractCteValuesListBulkIdHandler(SessionFactoryImplementor sessionFactory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, java.lang.String catalog, java.lang.String schema)CteValuesListDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)CteValuesListDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, java.lang.String catalog, java.lang.String schema)CteValuesListUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)CteValuesListUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, java.lang.String catalog, java.lang.String schema) -
Uses of SessionFactoryImplementor in org.hibernate.hql.spi.id.global
Methods in org.hibernate.hql.spi.id.global with parameters of type SessionFactoryImplementor Modifier and Type Method Description MultiTableBulkIdStrategy.DeleteHandlerGlobalTemporaryTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerGlobalTemporaryTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker) -
Uses of SessionFactoryImplementor in org.hibernate.hql.spi.id.inline
Methods in org.hibernate.hql.spi.id.inline with parameters of type SessionFactoryImplementor Modifier and Type Method Description MultiTableBulkIdStrategy.DeleteHandlerInlineIdsInClauseBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.DeleteHandlerInlineIdsOrClauseBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.DeleteHandlerInlineIdsSubSelectValueListBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerInlineIdsInClauseBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerInlineIdsOrClauseBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerInlineIdsSubSelectValueListBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)Constructors in org.hibernate.hql.spi.id.inline with parameters of type SessionFactoryImplementor Constructor Description AbstractInlineIdsBulkIdHandler(SessionFactoryImplementor sessionFactory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)AbstractInlineIdsDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)AbstractInlineIdsUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)InlineIdsIdsInClauseDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)InlineIdsIdsOrClauseDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)InlineIdsInClauseUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)InlineIdsOrClauseUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)InlineIdsSubSelectValuesListDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)InlineIdsSubSelectValuesListUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker) -
Uses of SessionFactoryImplementor in org.hibernate.hql.spi.id.local
Methods in org.hibernate.hql.spi.id.local with parameters of type SessionFactoryImplementor Modifier and Type Method Description MultiTableBulkIdStrategy.DeleteHandlerLocalTemporaryTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerLocalTemporaryTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker) -
Uses of SessionFactoryImplementor in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type SessionFactoryImplementor Modifier and Type Method Description MultiTableBulkIdStrategy.DeleteHandlerPersistentTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerPersistentTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker)Constructors in org.hibernate.hql.spi.id.persistent with parameters of type SessionFactoryImplementor Constructor Description DeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo)UpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo) -
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.voidIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Perform integration. -
Uses of SessionFactoryImplementor in org.hibernate.jpa
Methods in org.hibernate.jpa that return SessionFactoryImplementor Modifier and Type Method Description default SessionFactoryImplementorHibernateEntityManagerFactory. getSessionFactory()Deprecated.The expectation is that SessionFactory implementors also implement EntityManagerFactory; so this call really should just returnthis -
Uses of SessionFactoryImplementor in org.hibernate.loader
Methods in org.hibernate.loader that return SessionFactoryImplementor Modifier and Type Method Description protected SessionFactoryImplementorJoinWalker. getFactory()SessionFactoryImplementorLoader. getFactory()Methods in org.hibernate.loader with parameters of type SessionFactoryImplementor Modifier and Type Method Description static OuterJoinableAssociationOuterJoinableAssociation. createRoot(AssociationType joinableType, java.lang.String alias, SessionFactoryImplementor factory)protected java.lang.StringLoader. preprocessSQL(java.lang.String sql, QueryParameters parameters, SessionFactoryImplementor sessionFactory, java.util.List<AfterLoadAction> afterLoadActions)Modify the SQL, adding lock hints and comments, if necessaryConstructors in org.hibernate.loader with parameters of type SessionFactoryImplementor Constructor Description AbstractEntityJoinWalker(OuterJoinLoadable persister, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)AbstractEntityJoinWalker(OuterJoinLoadable persister, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers, java.lang.String alias)BasicLoader(SessionFactoryImplementor factory)JoinWalker(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)Loader(SessionFactoryImplementor factory)OuterJoinableAssociation(PropertyPath propertyPath, AssociationType joinableType, java.lang.String lhsAlias, java.lang.String[] lhsColumns, java.lang.String rhsAlias, JoinType joinType, java.lang.String withClause, boolean hasRestriction, SessionFactoryImplementor factory, java.util.Map enabledFilters)OuterJoinLoader(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
Uses of SessionFactoryImplementor in org.hibernate.loader.collection
Methods in org.hibernate.loader.collection with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected CollectionInitializerBatchingCollectionInitializerBuilder. buildNonBatchingLoader(QueryableCollection persister, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)CollectionInitializerBatchingCollectionInitializerBuilder. createBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable CollectionInitializer for basic and many-to-many collections (collections with a dedicated collection table).CollectionInitializerBatchingCollectionInitializerBuilder. createBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable CollectionInitializer for one-to-many collections (collections without a dedicated collection table).protected abstract CollectionInitializerBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerDynamicBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)CollectionInitializerPaddedBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)protected abstract CollectionInitializerBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerDynamicBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)CollectionInitializerPaddedBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)static BatchingCollectionInitializerBuilderBatchingCollectionInitializerBuilder. getBuilder(SessionFactoryImplementor factory)Constructors in org.hibernate.loader.collection with parameters of type SessionFactoryImplementor Constructor Description BasicCollectionJoinWalker(QueryableCollection collectionPersister, int batchSize, java.lang.String subquery, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)BasicCollectionLoader(QueryableCollection collectionPersister, int batchSize, java.lang.String subquery, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)BasicCollectionLoader(QueryableCollection collectionPersister, int batchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)BasicCollectionLoader(QueryableCollection collectionPersister, SessionFactoryImplementor session, LoadQueryInfluencers loadQueryInfluencers)CollectionJoinWalker(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)CollectionLoader(QueryableCollection collectionPersister, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)DynamicBatchingCollectionInitializer(QueryableCollection collectionPersister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)OneToManyJoinWalker(QueryableCollection oneToManyPersister, int batchSize, java.lang.String subquery, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)OneToManyLoader(QueryableCollection oneToManyPersister, int batchSize, java.lang.String subquery, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)OneToManyLoader(QueryableCollection oneToManyPersister, int batchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)OneToManyLoader(QueryableCollection oneToManyPersister, SessionFactoryImplementor session, LoadQueryInfluencers loadQueryInfluencers)SubselectCollectionLoader(QueryableCollection persister, java.lang.String subquery, java.util.Collection entityKeys, QueryParameters queryParameters, java.util.Map<java.lang.String,int[]> namedParameterLocMap, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)SubselectOneToManyLoader(QueryableCollection persister, java.lang.String subquery, java.util.Collection entityKeys, QueryParameters queryParameters, java.util.Map<java.lang.String,int[]> namedParameterLocMap, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
Uses of SessionFactoryImplementor in org.hibernate.loader.collection.plan
Methods in org.hibernate.loader.collection.plan with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected CollectionInitializerAbstractBatchingCollectionInitializerBuilder. buildNonBatchingLoader(QueryableCollection persister, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
Uses of SessionFactoryImplementor in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorCriteriaQueryTranslator. getFactory()Constructors in org.hibernate.loader.criteria with parameters of type SessionFactoryImplementor Constructor Description CriteriaJoinWalker(OuterJoinLoadable persister, CriteriaQueryTranslator translator, SessionFactoryImplementor factory, org.hibernate.internal.CriteriaImpl criteria, java.lang.String rootEntityName, LoadQueryInfluencers loadQueryInfluencers)CriteriaJoinWalker(OuterJoinLoadable persister, CriteriaQueryTranslator translator, SessionFactoryImplementor factory, org.hibernate.internal.CriteriaImpl criteria, java.lang.String rootEntityName, LoadQueryInfluencers loadQueryInfluencers, java.lang.String alias)CriteriaLoader(OuterJoinLoadable persister, SessionFactoryImplementor factory, org.hibernate.internal.CriteriaImpl criteria, java.lang.String rootEntityName, LoadQueryInfluencers loadQueryInfluencers)CriteriaQueryTranslator(SessionFactoryImplementor factory, org.hibernate.internal.CriteriaImpl criteria, java.lang.String rootEntityName, java.lang.String rootSQLAlias)CriteriaQueryTranslator(SessionFactoryImplementor factory, org.hibernate.internal.CriteriaImpl criteria, java.lang.String rootEntityName, java.lang.String rootSQLAlias, CriteriaQuery outerQuery) -
Uses of SessionFactoryImplementor in org.hibernate.loader.custom
Constructors in org.hibernate.loader.custom with parameters of type SessionFactoryImplementor Constructor Description CustomLoader(CustomQuery customQuery, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.loader.custom.sql
Constructors in org.hibernate.loader.custom.sql with parameters of type SessionFactoryImplementor Constructor Description ParameterSubstitutionRecognizer(SessionFactoryImplementor factory)SQLCustomQuery(java.lang.String sqlQuery, NativeSQLQueryReturn[] queryReturns, java.util.Collection additionalQuerySpaces, SessionFactoryImplementor factory)SQLQueryParser(java.lang.String queryString, org.hibernate.loader.custom.sql.SQLQueryParser.ParserContext context, SessionFactoryImplementor factory)SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected abstract UniqueEntityLoaderBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected abstract UniqueEntityLoaderBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)UniqueEntityLoaderBatchingEntityLoaderBuilder. buildLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.UniqueEntityLoaderBatchingEntityLoaderBuilder. buildLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable loader based on the given persister, lock-options, etc.protected UniqueEntityLoaderBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)java.lang.ObjectNaturalIdType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)static BatchingEntityLoaderBuilderBatchingEntityLoaderBuilder. getBuilder(SessionFactoryImplementor factory)java.lang.StringNaturalIdType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.loader.entity.plan
Methods in org.hibernate.loader.entity.plan with parameters of type SessionFactoryImplementor Modifier and Type Method Description protected UniqueEntityLoaderDynamicBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderDynamicBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderPaddedBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderPaddedBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderAbstractBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderAbstractBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Constructors in org.hibernate.loader.entity.plan with parameters of type SessionFactoryImplementor Constructor Description AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, java.lang.String[] uniqueKeyColumnNames, Type uniqueKeyType, QueryBuildingParameters buildingParameters)AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, java.lang.String[] uniqueKeyColumnNames, Type uniqueKeyType, QueryBuildingParameters buildingParameters, ResultSetProcessorResolver resultSetProcessorResolver)AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails entityLoaderQueryDetailsTemplate, Type uniqueKeyType, QueryBuildingParameters buildingParameters)AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails entityLoaderQueryDetailsTemplate, Type uniqueKeyType, QueryBuildingParameters buildingParameters, ResultSetProcessorResolver resultSetProcessorResolver)DynamicBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)LegacyBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)LegacyBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockMode lockMode, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)LegacyBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)PaddedBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
Uses of SessionFactoryImplementor in org.hibernate.loader.hql
Constructors in org.hibernate.loader.hql with parameters of type SessionFactoryImplementor Constructor Description QueryLoader(org.hibernate.hql.internal.ast.QueryTranslatorImpl queryTranslator, SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.tree.SelectClause selectClause)Creates a new Loader implementation. -
Uses of SessionFactoryImplementor in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorExpandingQuerySpaces. getSessionFactory()Gets the session factory.SessionFactoryImplementorLoadPlanBuildingContext. getSessionFactory()Access to the SessionFactory -
Uses of SessionFactoryImplementor in org.hibernate.metamodel.model.domain.spi
Methods in org.hibernate.metamodel.model.domain.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description static EntityPersisterDomainModelHelper. resolveEntityPersister(EntityTypeDescriptor<?> entityType, SessionFactoryImplementor sessionFactory)static <S> ManagedTypeDescriptor<S>DomainModelHelper. resolveSubType(ManagedTypeDescriptor<? super S> baseType, java.lang.Class<S> subTypeClass, SessionFactoryImplementor sessionFactory)static <T,S extends T>
ManagedTypeDescriptor<S>DomainModelHelper. resolveSubType(ManagedTypeDescriptor<T> baseType, java.lang.String subTypeName, SessionFactoryImplementor sessionFactory) -
Uses of SessionFactoryImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorMetamodelImplementor. getSessionFactory() -
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.entity
Methods in org.hibernate.persister.entity that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorAbstractEntityPersister. getFactory()SessionFactoryImplementorEntityPersister. getFactory()Return the SessionFactory to which this persister "belongs".Methods in org.hibernate.persister.entity with parameters of type SessionFactoryImplementor Modifier and Type Method Description java.lang.ObjectDiscriminatorType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)EntityPersisterAbstractEntityPersister. getSubclassEntityPersister(java.lang.Object instance, SessionFactoryImplementor factory)EntityPersisterEntityPersister. getSubclassEntityPersister(java.lang.Object instance, SessionFactoryImplementor factory)A request has already identified the entity-name of this persister as the mapping for the given instance.protected static java.lang.StringAbstractEntityPersister. getTemplateFromString(java.lang.String string, SessionFactoryImplementor factory)java.lang.StringDiscriminatorType. toLoggableString(java.lang.Object value, 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() -
Uses of SessionFactoryImplementor in org.hibernate.persister.walking.spi
Constructors in org.hibernate.persister.walking.spi with parameters of type SessionFactoryImplementor Constructor Description MetamodelGraphWalker(AssociationVisitationStrategy strategy, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.pretty
Methods in org.hibernate.pretty with parameters of type SessionFactoryImplementor Modifier and Type Method Description static java.lang.StringMessageHelper. collectionInfoString(CollectionPersister persister, java.io.Serializable[] ids, SessionFactoryImplementor factory)Generate an info message string relating to a series of managed collections.static java.lang.StringMessageHelper. collectionInfoString(CollectionPersister persister, java.io.Serializable id, SessionFactoryImplementor factory)Generate an info message string relating to a particular managed collection.static java.lang.StringMessageHelper. infoString(EntityPersister persister, java.io.Serializable[] ids, SessionFactoryImplementor factory)Generate an info message string relating to a series of entities.static java.lang.StringMessageHelper. infoString(EntityPersister persister, java.lang.Object id, SessionFactoryImplementor factory)Generate an info message string relating to a particular entity.static java.lang.StringMessageHelper. infoString(EntityPersister persister, java.lang.Object id, Type identifierType, SessionFactoryImplementor factory)Generate an info message string relating to a particular entity,. -
Uses of SessionFactoryImplementor in org.hibernate.property.access.spi
Methods in org.hibernate.property.access.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidEnhancedSetterImpl. set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)voidSetter. set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)Set the property value from the given instancevoidSetterFieldImpl. set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)voidSetterMethodImpl. set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory) -
Uses of SessionFactoryImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorQueryProducerImplementor. getFactory() -
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.secure.spi
Methods in org.hibernate.secure.spi with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidJaccIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Deprecated.voidJaccIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Deprecated. -
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.RSessionFactoryServiceInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)Deprecated. -
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 java.lang.StringHANASpatialFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor sessionFactory) -
Uses of SessionFactoryImplementor in org.hibernate.sql
Methods in org.hibernate.sql with parameters of type SessionFactoryImplementor Modifier and Type Method Description static java.lang.StringTemplate. renderOrderByStringTemplate(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)static OrderByTranslationTemplate. translateOrderBy(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)Performs order-by template rendering allowingcolumn mapping. -
Uses of SessionFactoryImplementor in org.hibernate.sql.ordering.antlr
Methods in org.hibernate.sql.ordering.antlr that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorTranslationContext. getSessionFactory()Retrieves the session factory for this context.Constructors in org.hibernate.sql.ordering.antlr with parameters of type SessionFactoryImplementor Constructor Description OrderByFragmentRenderer(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(java.lang.String regionName, SessionFactoryImplementor sessionFactory)protected StorageAccessCachingRegionFactory. createTimestampsRegionStorageAccess(java.lang.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, java.util.function.Function<SessionImplementor,R> action)static <R> RTransactionUtil2. fromTransaction(SessionFactoryImplementor factory, java.util.function.Function<SessionImplementor,R> action)static voidTransactionUtil2. inSession(SessionFactoryImplementor sfi, java.util.function.Consumer<SessionImplementor> action)static voidTransactionUtil2. inStatelessSession(SessionFactoryImplementor sfi, java.util.function.Consumer<StatelessSession> action)static voidTransactionUtil2. inStatelessTransaction(SessionFactoryImplementor factory, java.util.function.Consumer<StatelessSession> action)static voidTransactionUtil2. inTransaction(SessionFactoryImplementor factory, java.util.function.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()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, PersisterCreationContext creationContext)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)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, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) -
Uses of SessionFactoryImplementor in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component with parameters of type SessionFactoryImplementor Modifier and Type Method Description voidAbstractComponentTuplizer. setParent(java.lang.Object component, java.lang.Object parent, SessionFactoryImplementor factory)voidComponentTuplizer. setParent(java.lang.Object component, java.lang.Object parent, SessionFactoryImplementor factory)Set the value of the parent property.voidPojoComponentTuplizer. setParent(java.lang.Object component, java.lang.Object parent, SessionFactoryImplementor factory)Constructors in org.hibernate.tuple.component with parameters of type SessionFactoryImplementor Constructor Description AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, java.lang.String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)CompositeBasedAssociationAttribute(AbstractCompositionAttribute source, SessionFactoryImplementor factory, int entityBasedAttributeNumber, java.lang.String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo, int subAttributeNumber, AssociationKey associationKey)CompositeBasedBasicAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo)CompositionBasedCompositionAttribute(AbstractCompositionAttribute source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, java.lang.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 protected SessionFactoryImplementorAbstractEntityTuplizer. getFactory()SessionFactoryImplementorEntityMetamodel. getSessionFactory()Methods in org.hibernate.tuple.entity with parameters of type SessionFactoryImplementor Modifier and Type Method Description static org.hibernate.tuple.entity.EntityMetamodel.InDatabaseValueGenerationStrategyImplEntityMetamodel. create(SessionFactoryImplementor sessionFactoryImplementor, Property mappingProperty, ValueGeneration valueGeneration)java.lang.StringDynamicMapEntityTuplizer. determineConcreteSubclassEntityName(java.lang.Object entityInstance, SessionFactoryImplementor factory)java.lang.StringEntityTuplizer. determineConcreteSubclassEntityName(java.lang.Object entityInstance, SessionFactoryImplementor factory)Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.java.lang.StringPojoEntityTuplizer. determineConcreteSubclassEntityName(java.lang.Object entityInstance, SessionFactoryImplementor factory)Constructors in org.hibernate.tuple.entity with parameters of type SessionFactoryImplementor Constructor Description AbstractEntityBasedAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)EntityBasedAssociationAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo)EntityBasedBasicAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo)EntityBasedCompositionAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, java.lang.String attributeName, CompositeType attributeType, BaselineAttributeInformation baselineInfo)VersionProperty(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation, VersionValue unsavedValue)Constructs VersionProperty instances. -
Uses of SessionFactoryImplementor in org.hibernate.type
Methods in org.hibernate.type that return SessionFactoryImplementor Modifier and Type Method Description SessionFactoryImplementorTypeFactory. resolveSessionFactory()Deprecated.Methods in org.hibernate.type with parameters of type SessionFactoryImplementor Modifier and Type Method Description java.lang.ObjectAbstractStandardBasicType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)java.lang.ObjectAnyType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)java.lang.ObjectCollectionType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)java.lang.ObjectComponentType. deepCopy(java.lang.Object component, SessionFactoryImplementor factory)java.lang.ObjectCompositeCustomType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)java.lang.ObjectCustomType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)java.lang.ObjectEntityType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)java.lang.ObjectMetaType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)java.lang.ObjectType. deepCopy(java.lang.Object value, SessionFactoryImplementor factory)Return a deep copy of the persistent state, stopping at entities and at collections.java.lang.StringAnyType. getAssociatedEntityName(SessionFactoryImplementor factory)java.lang.StringAssociationType. getAssociatedEntityName(SessionFactoryImplementor factory)Get the entity name of the associated entityjava.lang.StringCollectionType. getAssociatedEntityName(SessionFactoryImplementor factory)java.lang.StringEntityType. getAssociatedEntityName(SessionFactoryImplementor factory)The name of the associated entity.EntityPersisterEntityType. getAssociatedEntityPersister(SessionFactoryImplementor factory)JoinableAnyType. getAssociatedJoinable(SessionFactoryImplementor factory)JoinableAssociationType. getAssociatedJoinable(SessionFactoryImplementor factory)Get the "persister" for this association - a class or collection persisterJoinableCollectionType. getAssociatedJoinable(SessionFactoryImplementor factory)JoinableEntityType. getAssociatedJoinable(SessionFactoryImplementor factory)Retrieves theJoinabledefining the associated entity.TypeCollectionType. getElementType(SessionFactoryImplementor factory)Get the Hibernate type of the collection elementsintAbstractStandardBasicType. getHashCode(java.lang.Object x, SessionFactoryImplementor factory)intAbstractType. getHashCode(java.lang.Object x, SessionFactoryImplementor factory)intComponentType. getHashCode(java.lang.Object x, SessionFactoryImplementor factory)intEntityType. getHashCode(java.lang.Object x, SessionFactoryImplementor factory)intType. getHashCode(java.lang.Object x, SessionFactoryImplementor factory)Get a hash code, consistent with persistence "equality".java.lang.StringAnyType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters)java.lang.StringAnyType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters, java.util.Set<java.lang.String> treatAsDeclarations)java.lang.StringAssociationType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters)Get the "filtering" SQL fragment that is applied in the SQL on clause, in addition to the usual join conditionjava.lang.StringAssociationType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters, java.util.Set<java.lang.String> treatAsDeclarations)Get the "filtering" SQL fragment that is applied in the SQL on clause, in addition to the usual join conditionjava.lang.StringCollectionType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters)java.lang.StringCollectionType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters, java.util.Set<java.lang.String> treatAsDeclarations)java.lang.StringEntityType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters)java.lang.StringEntityType. getOnCondition(java.lang.String alias, SessionFactoryImplementor factory, java.util.Map enabledFilters, java.util.Set<java.lang.String> treatAsDeclarations)TypeAbstractStandardBasicType. getSemiResolvedType(SessionFactoryImplementor factory)TypeAbstractType. getSemiResolvedType(SessionFactoryImplementor factory)TypeEntityType. getSemiResolvedType(SessionFactoryImplementor factory)TypeType. getSemiResolvedType(SessionFactoryImplementor factory)As part of 2-phase loading, when we perform resolving what is the resolved type for this type? Generally speaking the type and its semi-resolved type will be the same.booleanAbstractStandardBasicType. isEqual(java.lang.Object x, java.lang.Object y, SessionFactoryImplementor factory)booleanAbstractType. isEqual(java.lang.Object x, java.lang.Object y, SessionFactoryImplementor factory)booleanComponentType. isEqual(java.lang.Object x, java.lang.Object y, SessionFactoryImplementor factory)booleanEntityType. isEqual(java.lang.Object x, java.lang.Object y, SessionFactoryImplementor factory)booleanType. isEqual(java.lang.Object x, java.lang.Object y, SessionFactoryImplementor factory)Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).protected java.lang.StringCollectionType. renderLoggableString(java.lang.Object value, SessionFactoryImplementor factory)protected java.lang.StringCustomCollectionType. renderLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringAbstractStandardBasicType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringAnyType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringArrayType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringCollectionType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringComponentType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringCompositeCustomType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringCustomType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringEntityType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)Generate a loggable representation of an instance of the value mapped by this type.java.lang.StringEnumType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringMetaType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)Generate a representation of the value for logging purposes.java.lang.StringCustomType. toXMLString(java.lang.Object value, SessionFactoryImplementor factory)java.lang.StringMetaType. toXMLString(java.lang.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 MetamodelImplementorTypeConfiguration. 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 java.lang.StringLoggableUserType. toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)Generate a loggable string representation of the collection (value).
-