public class PersistenceCache extends Object
| Modifier and Type | Field and Description |
|---|---|
private CacheBase |
mainCache |
private javax.persistence.PersistenceContextType |
persistenceContextType |
| Constructor and Description |
|---|
PersistenceCache()
Map containing data required for inserting records for each join table.
|
PersistenceCache(Cache l2Cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Cleaned out the data.
|
CacheBase |
getMainCache() |
javax.persistence.PersistenceContextType |
getPersistenceContextType() |
private void |
initialize(Cache l2Cache,
PersistenceCache pc) |
void |
setPersistenceContextType(javax.persistence.PersistenceContextType persistenceContextType) |
private CacheBase mainCache
private javax.persistence.PersistenceContextType persistenceContextType
public PersistenceCache()
public PersistenceCache(Cache l2Cache)
private void initialize(Cache l2Cache, PersistenceCache pc)
public void clean()
public CacheBase getMainCache()
public javax.persistence.PersistenceContextType getPersistenceContextType()
public void setPersistenceContextType(javax.persistence.PersistenceContextType persistenceContextType)
persistenceContextType - the persistenceContextType to setCopyright © 2015. All Rights Reserved.