接口的使用
org.hibernate.boot.spi.SessionFactoryOptions
-
使用SessionFactoryOptions的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cache.internal Internal implementations and support for second-level caching.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 This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.event.service.internal 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.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.service.internal org.hibernate.service.spi org.hibernate.stat.internal -
-
org.hibernate中SessionFactoryOptions的使用
返回SessionFactoryOptions的org.hibernate中的方法 修饰符和类型 方法 说明 SessionFactoryOptionsSessionFactory. getSessionFactoryOptions()Get the special options used to build the factory. -
org.hibernate.boot.internal中SessionFactoryOptions的使用
实现SessionFactoryOptions的org.hibernate.boot.internal中的类 修饰符和类型 类 说明 classSessionFactoryOptionsBuilderIn-flight state ofSessionFactoryOptionsduringSessionFactoryBuilderprocessing.返回SessionFactoryOptions的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryOptionsSessionFactoryOptionsBuilder. buildOptions()SessionFactoryOptionsSessionFactoryBuilderImpl. buildSessionFactoryOptions() -
org.hibernate.boot.spi中SessionFactoryOptions的使用
实现SessionFactoryOptions的org.hibernate.boot.spi中的类 修饰符和类型 类 说明 classAbstractDelegatingSessionFactoryOptionsConvenience base class for custom implementors of SessionFactoryOptions, using delegation返回SessionFactoryOptions的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 SessionFactoryOptionsAbstractDelegatingSessionFactoryBuilderImplementor. buildSessionFactoryOptions()SessionFactoryOptionsSessionFactoryBuilderImplementor. buildSessionFactoryOptions()Build the SessionFactoryOptions that will ultimately be passed to SessionFactoryImpl constructor.protected SessionFactoryOptionsAbstractDelegatingSessionFactoryOptions. delegate()参数类型为SessionFactoryOptions的org.hibernate.boot.spi中的构造器 构造器 说明 AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions delegate) -
org.hibernate.cache.internal中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 voidNoCachingRegionFactory. start(SessionFactoryOptions settings, Map configValues) -
org.hibernate.cache.spi中SessionFactoryOptions的使用
返回SessionFactoryOptions的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 protected SessionFactoryOptionsAbstractRegionFactory. getOptions()参数类型为SessionFactoryOptions的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 protected abstract voidAbstractRegionFactory. prepareForUse(SessionFactoryOptions settings, Map configValues)voidAbstractRegionFactory. start(SessionFactoryOptions settings, Map configValues)voidRegionFactory. start(SessionFactoryOptions settings, Map configValues)Lifecycle callback to perform any necessary initialization of the underlying cache provider. -
org.hibernate.cache.spi.support中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.cache.spi.support中的方法 修饰符和类型 方法 说明 booleanRegionNameQualifier. isQualified(String regionName, SessionFactoryOptions options)static booleanCacheUtils. isUnqualified(String regionName, SessionFactoryOptions options)StringRegionNameQualifier. qualify(String regionName, SessionFactoryOptions options) -
org.hibernate.cfg中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.cfg中的构造器 构造器 说明 Settings(SessionFactoryOptions sessionFactoryOptions)已过时。Settings(SessionFactoryOptions sessionFactoryOptions, String defaultCatalogName, String defaultSchemaName)已过时。Settings(SessionFactoryOptions sessionFactoryOptions, Metadata metadata)已过时。 -
org.hibernate.engine.query.spi中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 NativeQueryInterpreterNativeQueryInterpreterInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
org.hibernate.engine.spi中SessionFactoryOptions的使用
返回SessionFactoryOptions的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 SessionFactoryOptionsSessionFactoryDelegatingImpl. getSessionFactoryOptions()参数类型为SessionFactoryOptions的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 CacheImplementorCacheInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
org.hibernate.event.service.internal中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.event.service.internal中的方法 修饰符和类型 方法 说明 EventListenerRegistryEventListenerServiceInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
org.hibernate.hql.spi.id中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.hql.spi.id中的方法 修饰符和类型 方法 说明 protected voidAbstractMultiTableBulkIdStrategyImpl. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions)Configure ourselves.voidAbstractMultiTableBulkIdStrategyImpl. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions)voidMultiTableBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions)Prepare the strategy. -
org.hibernate.hql.spi.id.cte中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.hql.spi.id.cte中的方法 修饰符和类型 方法 说明 voidCteValuesListBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions) -
org.hibernate.hql.spi.id.global中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.hql.spi.id.global中的方法 修饰符和类型 方法 说明 protected voidGlobalTemporaryTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
org.hibernate.hql.spi.id.inline中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.hql.spi.id.inline中的方法 修饰符和类型 方法 说明 voidInlineIdsInClauseBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions)voidInlineIdsOrClauseBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions)voidInlineIdsSubSelectValueListBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions) -
org.hibernate.hql.spi.id.local中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.hql.spi.id.local中的方法 修饰符和类型 方法 说明 protected voidLocalTemporaryTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
org.hibernate.hql.spi.id.persistent中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.hql.spi.id.persistent中的方法 修饰符和类型 方法 说明 protected voidPersistentTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
org.hibernate.internal中SessionFactoryOptions的使用
返回SessionFactoryOptions的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SessionFactoryOptionsSessionFactoryImpl. getSessionFactoryOptions()参数类型为SessionFactoryOptions的org.hibernate.internal中的方法 修饰符和类型 方法 说明 static InterceptorSessionFactoryImpl. configuredInterceptor(Interceptor interceptor, SessionFactoryOptions options)参数类型为SessionFactoryOptions的org.hibernate.internal中的构造器 构造器 说明 SessionFactoryImpl(MetadataImplementor metadata, SessionFactoryOptions options) -
org.hibernate.service.internal中SessionFactoryOptions的使用
返回SessionFactoryOptions的org.hibernate.service.internal中的方法 修饰符和类型 方法 说明 SessionFactoryOptionsSessionFactoryServiceRegistryImpl. getSessionFactoryOptions()参数类型为SessionFactoryOptions的org.hibernate.service.internal中的方法 修饰符和类型 方法 说明 SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactoryImpl. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)SessionFactoryServiceRegistrySessionFactoryServiceRegistryBuilderImpl. buildSessionFactoryServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)参数类型为SessionFactoryOptions的org.hibernate.service.internal中的构造器 构造器 说明 SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent, List<SessionFactoryServiceInitiator> initiators, List<ProvidedService> providedServices, SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions) -
org.hibernate.service.spi中SessionFactoryOptions的使用
返回SessionFactoryOptions的org.hibernate.service.spi中的方法 修饰符和类型 方法 说明 SessionFactoryOptionsSessionFactoryServiceInitiatorContext. getSessionFactoryOptions()参数类型为SessionFactoryOptions的org.hibernate.service.spi中的方法 修饰符和类型 方法 说明 SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactory. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)Create the registry.RSessionFactoryServiceInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
org.hibernate.stat.internal中SessionFactoryOptions的使用
参数类型为SessionFactoryOptions的org.hibernate.stat.internal中的方法 修饰符和类型 方法 说明 StatisticsImplementorStatisticsInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)
-