Uses of Interface
org.hibernate.boot.spi.SessionFactoryOptions
-
Packages that use SessionFactoryOptions Package Description org.hibernate org.hibernate.boot.spi org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.cfg org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.service.spi org.hibernate.testing.cache -
-
Uses of SessionFactoryOptions in org.hibernate
Methods in org.hibernate that return SessionFactoryOptions Modifier and Type Method Description SessionFactoryOptionsSessionFactory. getSessionFactoryOptions()Get the special options used to build the factory. -
Uses of SessionFactoryOptions in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi that implement SessionFactoryOptions Modifier and Type Class Description classAbstractDelegatingSessionFactoryOptionsConvenience base class for custom implementors of SessionFactoryOptions, using delegationMethods in org.hibernate.boot.spi that return SessionFactoryOptions Modifier and Type Method Description SessionFactoryOptionsAbstractDelegatingSessionFactoryBuilderImplementor. buildSessionFactoryOptions()SessionFactoryOptionsSessionFactoryBuilderImplementor. buildSessionFactoryOptions()Build the SessionFactoryOptions that will ultimately be passed to SessionFactoryImpl constructor.protected SessionFactoryOptionsAbstractDelegatingSessionFactoryOptions. delegate()Constructors in org.hibernate.boot.spi with parameters of type SessionFactoryOptions Constructor Description AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions delegate) -
Uses of SessionFactoryOptions in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return SessionFactoryOptions Modifier and Type Method Description protected SessionFactoryOptionsAbstractRegionFactory. getOptions()Methods in org.hibernate.cache.spi with parameters of type SessionFactoryOptions Modifier and Type Method Description protected abstract voidAbstractRegionFactory. prepareForUse(SessionFactoryOptions settings, java.util.Map configValues)voidAbstractRegionFactory. start(SessionFactoryOptions settings, java.util.Map configValues)voidRegionFactory. start(SessionFactoryOptions settings, java.util.Map configValues)Lifecycle callback to perform any necessary initialization of the underlying cache provider. -
Uses of SessionFactoryOptions in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support with parameters of type SessionFactoryOptions Modifier and Type Method Description booleanRegionNameQualifier. isQualified(java.lang.String regionName, SessionFactoryOptions options)static booleanCacheUtils. isUnqualified(java.lang.String regionName, SessionFactoryOptions options)java.lang.StringRegionNameQualifier. qualify(java.lang.String regionName, SessionFactoryOptions options) -
Uses of SessionFactoryOptions in org.hibernate.cfg
Constructors in org.hibernate.cfg with parameters of type SessionFactoryOptions Constructor Description Settings(SessionFactoryOptions sessionFactoryOptions)Deprecated.Settings(SessionFactoryOptions sessionFactoryOptions, java.lang.String defaultCatalogName, java.lang.String defaultSchemaName)Deprecated.Settings(SessionFactoryOptions sessionFactoryOptions, Metadata metadata)Deprecated. -
Uses of SessionFactoryOptions in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi with parameters of type SessionFactoryOptions Modifier and Type Method Description NativeQueryInterpreterNativeQueryInterpreterInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
Uses of SessionFactoryOptions in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SessionFactoryOptions Modifier and Type Method Description SessionFactoryOptionsSessionFactoryDelegatingImpl. getSessionFactoryOptions()Methods in org.hibernate.engine.spi with parameters of type SessionFactoryOptions Modifier and Type Method Description CacheImplementorCacheInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
Uses of SessionFactoryOptions in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id with parameters of type SessionFactoryOptions Modifier and Type Method Description protected voidAbstractMultiTableBulkIdStrategyImpl. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions)Configure ourselves.voidAbstractMultiTableBulkIdStrategyImpl. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)default voidMultiTableBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions)Deprecated.Will be removed in favor of the variant accepting aSqlStringGenerationContextdefault voidMultiTableBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)Prepare the strategy. -
Uses of SessionFactoryOptions in org.hibernate.hql.spi.id.cte
Methods in org.hibernate.hql.spi.id.cte with parameters of type SessionFactoryOptions Modifier and Type Method Description voidCteValuesListBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext) -
Uses of SessionFactoryOptions in org.hibernate.hql.spi.id.global
Methods in org.hibernate.hql.spi.id.global with parameters of type SessionFactoryOptions Modifier and Type Method Description protected voidGlobalTemporaryTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
Uses of SessionFactoryOptions in org.hibernate.hql.spi.id.inline
Methods in org.hibernate.hql.spi.id.inline with parameters of type SessionFactoryOptions Modifier and Type Method Description voidInlineIdsInClauseBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)voidInlineIdsOrClauseBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)voidInlineIdsSubSelectValueListBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext) -
Uses of SessionFactoryOptions in org.hibernate.hql.spi.id.local
Methods in org.hibernate.hql.spi.id.local with parameters of type SessionFactoryOptions Modifier and Type Method Description protected voidLocalTemporaryTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
Uses of SessionFactoryOptions in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type SessionFactoryOptions Modifier and Type Method Description protected voidPersistentTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
Uses of SessionFactoryOptions in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return SessionFactoryOptions Modifier and Type Method Description SessionFactoryOptionsSessionFactoryServiceInitiatorContext. getSessionFactoryOptions()Methods in org.hibernate.service.spi with parameters of type SessionFactoryOptions 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 SessionFactoryOptions in org.hibernate.testing.cache
Methods in org.hibernate.testing.cache with parameters of type SessionFactoryOptions Modifier and Type Method Description protected voidCachingRegionFactory. prepareForUse(SessionFactoryOptions settings, java.util.Map configValues)
-