Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
org.hibernate.cache.cfg.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.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
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.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.stat.internal |
Class and Description |
---|
TimestampsCacheFactory
Responsible for building the TimestampsRegionAccessFactory to use for
managing query results in regards to staleness of the underlying
tables (sometimes called "query spaces" or "table spaces")
|
Class and Description |
---|
TimestampsCacheFactory
Responsible for building the TimestampsRegionAccessFactory to use for
managing query results in regards to staleness of the underlying
tables (sometimes called "query spaces" or "table spaces")
|
Class and Description |
---|
TimestampsCacheFactory
Responsible for building the TimestampsRegionAccessFactory to use for
managing query results in regards to staleness of the underlying
tables (sometimes called "query spaces" or "table spaces")
|
Class and Description |
---|
RegionFactory
Contract for building second level cache regions.
|
Class and Description |
---|
CacheKeysFactory |
Class and Description |
---|
AbstractCacheTransactionSynchronization |
CacheImplementor
SPI contract for Hibernate's second-level cache engine
|
CacheKeysFactory |
CacheTransactionSynchronization
Defines a context object that a
RegionFactory is asked to create
(RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor) }) when a Hibernate Session
is created. |
DomainDataRegion
A Region for cacheable domain data - entity, collection, natural-id.
|
QueryCache
Deprecated.
Use
QueryResultsCache instead -
CacheImplementor.getQueryResultsCache(java.lang.String) rather than
CacheImplementor.getQueryCache() |
QueryKey
A key that identifies a particular query with bound parameter values.
|
QueryResultsCache
Defines the responsibility for managing query result data caching
in regards to a specific region.
|
QueryResultsRegion
Defines the contract for a cache region which will specifically be used to
store query results.
|
Region
Contract for a named "region".
|
RegionFactory
Contract for building second level cache regions.
|
TimestampsCache
Wrapper for a
TimestampsRegion adding handling of stale results |
TimestampsCacheFactory
Responsible for building the TimestampsRegionAccessFactory to use for
managing query results in regards to staleness of the underlying
tables (sometimes called "query spaces" or "table spaces")
|
TimestampsRegion |
UpdateTimestampsCache
Deprecated.
Use
TimestampsCache instead |
Class and Description |
---|
AbstractCacheTransactionSynchronization |
CacheImplementor
SPI contract for Hibernate's second-level cache engine
|
CacheTransactionSynchronization
Defines a context object that a
RegionFactory is asked to create
(RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor) }) when a Hibernate Session
is created. |
DirectAccessRegion
Specialized Region whose data is accessed directly (not requiring
key/item wrapping, e.g.
|
DomainDataRegion
A Region for cacheable domain data - entity, collection, natural-id.
|
FilterKey
Allows cached queries to be keyed by enabled filters.
|
QueryCache
Deprecated.
Use
QueryResultsCache instead -
CacheImplementor.getQueryResultsCache(java.lang.String) rather than
CacheImplementor.getQueryCache() |
QueryKey
A key that identifies a particular query with bound parameter values.
|
QueryResultsCache
Defines the responsibility for managing query result data caching
in regards to a specific region.
|
QueryResultsRegion
Defines the contract for a cache region which will specifically be used to
store query results.
|
QuerySpacesHelper |
Region
Contract for a named "region".
|
RegionFactory
Contract for building second level cache regions.
|
SecondLevelCacheLogger |
TimestampsCache
Wrapper for a
TimestampsRegion adding handling of stale results |
TimestampsRegion |
UpdateTimestampsCache
Deprecated.
Use
TimestampsCache instead |
Class and Description |
---|
DomainDataRegion
A Region for cacheable domain data - entity, collection, natural-id.
|
Class and Description |
---|
AbstractRegionFactory |
CacheKeysFactory |
DirectAccessRegion
Specialized Region whose data is accessed directly (not requiring
key/item wrapping, e.g.
|
DomainDataRegion
A Region for cacheable domain data - entity, collection, natural-id.
|
QueryResultsRegion
Defines the contract for a cache region which will specifically be used to
store query results.
|
Region
Contract for a named "region".
|
RegionFactory
Contract for building second level cache regions.
|
TimestampsRegion |
Class and Description |
---|
RegionFactory
Contract for building second level cache regions.
|
TimestampsCacheFactory
Responsible for building the TimestampsRegionAccessFactory to use for
managing query results in regards to staleness of the underlying
tables (sometimes called "query spaces" or "table spaces")
|
Class and Description |
---|
CacheImplementor
SPI contract for Hibernate's second-level cache engine
|
CacheTransactionSynchronization
Defines a context object that a
RegionFactory is asked to create
(RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor) }) when a Hibernate Session
is created. |
Class and Description |
---|
CacheImplementor
SPI contract for Hibernate's second-level cache engine
|
CacheTransactionSynchronization
Defines a context object that a
RegionFactory is asked to create
(RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor) }) when a Hibernate Session
is created. |
Class and Description |
---|
QueryKey
A key that identifies a particular query with bound parameter values.
|
QueryResultsCache
Defines the responsibility for managing query result data caching
in regards to a specific region.
|
Class and Description |
---|
QueryKey
A key that identifies a particular query with bound parameter values.
|
QueryResultsCache
Defines the responsibility for managing query result data caching
in regards to a specific region.
|
Class and Description |
---|
Region
Contract for a named "region".
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.