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.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
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.id |
This package contains internal implementation classes for the
main API interfaces.
|
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.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Class and Description |
---|
QueryCacheFactory
Defines a factory for query cache instances.
|
Class and Description |
---|
QueryCacheFactory
Defines a factory for query cache instances.
|
Class and Description |
---|
QueryCacheFactory
Defines a factory for query cache instances.
|
Class and Description |
---|
RegionFactory
Contract for building second level cache regions.
|
Class and Description |
---|
CacheDataDescription
Describes attributes regarding the type of data to be cached.
|
CacheKeysFactory |
CollectionRegion
Defines the contract for a cache region which will specifically be used to
store collection data.
|
EntityRegion
Defines the contract for a cache region which will specifically be used to
store entity data.
|
NaturalIdRegion
Defines the contract for a cache region which will specifically be used to
store naturalId data.
|
QueryCache
Defines the contract for caches capable of storing query results.
|
QueryCacheFactory
Defines a factory for query cache instances.
|
QueryKey
A key that identifies a particular query with bound parameter values.
|
QueryResultsRegion
Defines the contract for a cache region which will specifically be used to
store query results.
|
RegionFactory
Contract for building second level cache regions.
|
TimestampsRegion
Defines the contract for a cache region which will specifically be used to
store entity "update timestamps".
|
UpdateTimestampsCache
Tracks the timestamps of the most recent updates to particular tables.
|
Class and Description |
---|
CacheDataDescription
Describes attributes regarding the type of data to be cached.
|
CollectionRegion
Defines the contract for a cache region which will specifically be used to
store collection data.
|
EntityRegion
Defines the contract for a cache region which will specifically be used to
store entity data.
|
FilterKey
Allows cached queries to be keyed by enabled filters.
|
GeneralDataRegion
Contract for general-purpose cache regions.
|
NaturalIdRegion
Defines the contract for a cache region which will specifically be used to
store naturalId data.
|
QueryCache
Defines the contract for caches capable of storing query results.
|
QueryKey
A key that identifies a particular query with bound parameter values.
|
QueryResultsRegion
Defines the contract for a cache region which will specifically be used to
store query results.
|
Region
Defines a contract for accessing a particular named region within the
underlying cache implementation.
|
TimestampsRegion
Defines the contract for a cache region which will specifically be used to
store entity "update timestamps".
|
TransactionalDataRegion
Defines contract for regions which hold transactionally-managed data.
|
UpdateTimestampsCache
Tracks the timestamps of the most recent updates to particular tables.
|
Class and Description |
---|
CollectionRegion
Defines the contract for a cache region which will specifically be used to
store collection data.
|
EntityRegion
Defines the contract for a cache region which will specifically be used to
store entity data.
|
NaturalIdRegion
Defines the contract for a cache region which will specifically be used to
store naturalId data.
|
Class and Description |
---|
QueryCacheFactory
Defines a factory for query cache instances.
|
RegionFactory
Contract for building second level cache regions.
|
Class and Description |
---|
QueryCache
Defines the contract for caches capable of storing query results.
|
Region
Defines a contract for accessing a particular named region within the
underlying cache implementation.
|
RegionFactory
Contract for building second level cache regions.
|
UpdateTimestampsCache
Tracks the timestamps of the most recent updates to particular tables.
|
Class and Description |
---|
OptimisticCacheSource
Contract for sources of optimistically lockable data sent to the second level
cache.
|
Class and Description |
---|
QueryCache
Defines the contract for caches capable of storing query results.
|
Region
Defines a contract for accessing a particular named region within the
underlying cache implementation.
|
RegionFactory
Contract for building second level cache regions.
|
UpdateTimestampsCache
Tracks the timestamps of the most recent updates to particular tables.
|
Class and Description |
---|
QueryCache
Defines the contract for caches capable of storing query results.
|
QueryKey
A key that identifies a particular query with bound parameter values.
|
Class and Description |
---|
QueryCache
Defines the contract for caches capable of storing query results.
|
QueryKey
A key that identifies a particular query with bound parameter values.
|
Class and Description |
---|
OptimisticCacheSource
Contract for sources of optimistically lockable data sent to the second level
cache.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.