Package | Description |
---|---|
javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
org.hibernate |
This package defines the central Hibernate APIs.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Cache |
EntityManagerFactory.getCache()
Access the cache that is associated with the entity manager
factory (the "second level cache").
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cache
Provides an API for querying/managing the second level cache regions.
|
Modifier and Type | Class and Description |
---|---|
class |
DisabledCaching
CacheImplementor implementation for disabled caching
|
class |
EnabledCaching |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheImplementor
SPI contract for Hibernate's second-level cache engine
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.