| Package | Description |
|---|---|
| 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 queries
|
| org.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 |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryOptions |
SessionFactory.getSessionFactoryOptions()
Get the special options used to build the factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionFactoryOptionsBuilder
In-flight state of
SessionFactoryOptions
during SessionFactoryBuilder processing. |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryOptions |
SessionFactoryOptionsBuilder.buildOptions() |
SessionFactoryOptions |
SessionFactoryBuilderImpl.buildSessionFactoryOptions() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingSessionFactoryOptions
Convenience base class for custom implementors of SessionFactoryOptions, using delegation
|
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryOptions |
SessionFactoryBuilderImplementor.buildSessionFactoryOptions()
Build the SessionFactoryOptions that will ultimately be passed to SessionFactoryImpl constructor.
|
SessionFactoryOptions |
AbstractDelegatingSessionFactoryBuilderImplementor.buildSessionFactoryOptions() |
protected SessionFactoryOptions |
AbstractDelegatingSessionFactoryOptions.delegate() |
| Constructor and Description |
|---|
AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoCachingRegionFactory.start(SessionFactoryOptions settings,
Map configValues) |
| Modifier and Type | Method and Description |
|---|---|
protected SessionFactoryOptions |
AbstractRegionFactory.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractRegionFactory.prepareForUse(SessionFactoryOptions settings,
Map configValues) |
void |
RegionFactory.start(SessionFactoryOptions settings,
Map configValues)
Lifecycle callback to perform any necessary initialization of the
underlying cache provider.
|
void |
AbstractRegionFactory.start(SessionFactoryOptions settings,
Map configValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegionNameQualifier.isQualified(String regionName,
SessionFactoryOptions options) |
static boolean |
CacheUtils.isUnqualified(String regionName,
SessionFactoryOptions options) |
String |
RegionNameQualifier.qualify(String regionName,
SessionFactoryOptions options) |
| Constructor and Description |
|---|
Settings(SessionFactoryOptions sessionFactoryOptions)
Deprecated.
|
Settings(SessionFactoryOptions sessionFactoryOptions,
Metadata metadata)
Deprecated.
|
Settings(SessionFactoryOptions sessionFactoryOptions,
String defaultCatalogName,
String defaultSchemaName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NativeQueryInterpreter |
NativeQueryInterpreterInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryOptions |
SessionFactoryDelegatingImpl.getSessionFactoryOptions() |
| Modifier and Type | Method and Description |
|---|---|
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMultiTableBulkIdStrategyImpl.initialize(MetadataBuildingOptions buildingOptions,
SessionFactoryOptions sessionFactoryOptions)
Configure ourselves.
|
void |
MultiTableBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
SessionFactoryOptions sessionFactoryOptions)
Prepare the strategy.
|
void |
AbstractMultiTableBulkIdStrategyImpl.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
MetadataImplementor metadata,
SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
CteValuesListBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GlobalTemporaryTableBulkIdStrategy.initialize(MetadataBuildingOptions buildingOptions,
SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineIdsSubSelectValueListBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
SessionFactoryOptions sessionFactoryOptions) |
void |
InlineIdsOrClauseBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
SessionFactoryOptions sessionFactoryOptions) |
void |
InlineIdsInClauseBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess,
MetadataImplementor metadataImplementor,
SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LocalTemporaryTableBulkIdStrategy.initialize(MetadataBuildingOptions buildingOptions,
SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PersistentTableBulkIdStrategy.initialize(MetadataBuildingOptions buildingOptions,
SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryOptions |
SessionFactoryImpl.getSessionFactoryOptions() |
| Modifier and Type | Method and Description |
|---|---|
static Interceptor |
SessionFactoryImpl.configuredInterceptor(Interceptor interceptor,
SessionFactoryOptions options) |
| Constructor and Description |
|---|
SessionFactoryImpl(BootstrapContext bootstrapContext,
MetadataImplementor metadata,
SessionFactoryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryOptions |
SessionFactoryServiceRegistryImpl.getSessionFactoryOptions() |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions options) |
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryBuilderImpl.buildSessionFactoryServiceRegistry(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions options) |
| Constructor and Description |
|---|
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
List<SessionFactoryServiceInitiator> initiators,
List<ProvidedService> providedServices,
SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryOptions |
SessionFactoryServiceInitiatorContext.getSessionFactoryOptions() |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryFactory.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
BootstrapContext bootstrapContext,
SessionFactoryOptions sessionFactoryOptions)
Create the registry.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.