| Package | Description |
|---|---|
| com.impetus.kundera.persistence | |
| com.impetus.kundera.persistence.context |
| Modifier and Type | Field and Description |
|---|---|
private Cache |
EntityManagerSession.l2Cache
The l2 cache.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
EntityManagerSession.getL2Cache()
Gets the l2 cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityManagerSession.setL2Cache(Cache l2Cache)
Sets the l2 cache.
|
| Constructor and Description |
|---|
EntityManagerSession(Cache cache)
Instantiates a new entity manager cache.
|
| Modifier and Type | Field and Description |
|---|---|
private Cache |
CacheBase.l2Cache |
| Modifier and Type | Method and Description |
|---|---|
private void |
PersistenceCache.initialize(Cache l2Cache,
PersistenceCache pc) |
| Constructor and Description |
|---|
CacheBase(Cache l2Cache,
PersistenceCache pc) |
ElementCollectionCache(Cache l2Cache,
PersistenceCache pc) |
EmbeddedCache(Cache l2Cache,
PersistenceCache pc) |
MainCache(Cache l2Cache,
PersistenceCache pc) |
PersistenceCache(Cache l2Cache) |
TransactionalCache(Cache l2Cache,
PersistenceCache pc) |
Copyright © 2015. All Rights Reserved.