Package org.pentaho.di.www.cache
Class CarteStatusCache
java.lang.Object
org.pentaho.di.www.cache.CarteStatusCache
- All Implemented Interfaces:
javax.persistence.Cache
,org.hibernate.Cache
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
boolean
containsCollection
(String role, Serializable ownerIdentifier) boolean
containsEntity
(Class entityClass, Serializable identifier) boolean
containsEntity
(String entityName, Serializable identifier) boolean
containsQuery
(String regionName) void
void
void
void
evictCollectionData
(String role) void
evictCollectionData
(String role, Serializable ownerIdentifier) void
void
void
evictEntityData
(Class entityClass) void
evictEntityData
(Class entityClass, Serializable identifier) void
evictEntityData
(String entityName) void
evictEntityData
(String entityName, Serializable identifier) void
void
evictNaturalIdData
(Class entityClass) void
evictNaturalIdData
(String entityName) void
evictQueryRegion
(String regionName) void
void
evictRegion
(String regionName) byte[]
static CarteStatusCache
org.hibernate.SessionFactory
void
void
void
<T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.Cache
evictAll, evictAllRegions, evictCollection, evictCollectionRegion, evictCollectionRegions, evictEntity, evictEntity, evictEntityRegion, evictEntityRegion, evictEntityRegions, evictNaturalIdRegion, evictNaturalIdRegion, evictNaturalIdRegions
-
Field Details
-
CARTE_STATUS_CACHE
- See Also:
-
-
Method Details
-
getInstance
-
clear
public void clear() throws org.hibernate.cache.CacheException- Throws:
org.hibernate.cache.CacheException
-
put
-
put
- Throws:
org.hibernate.cache.CacheException
-
get
-
remove
-
getSessionFactory
public org.hibernate.SessionFactory getSessionFactory()- Specified by:
getSessionFactory
in interfaceorg.hibernate.Cache
-
containsEntity
- Specified by:
containsEntity
in interfaceorg.hibernate.Cache
-
containsEntity
- Specified by:
containsEntity
in interfaceorg.hibernate.Cache
-
evictEntityData
- Specified by:
evictEntityData
in interfaceorg.hibernate.Cache
-
evictEntityData
- Specified by:
evictEntityData
in interfaceorg.hibernate.Cache
-
evictEntityData
- Specified by:
evictEntityData
in interfaceorg.hibernate.Cache
-
evictEntityData
- Specified by:
evictEntityData
in interfaceorg.hibernate.Cache
-
evictEntityData
public void evictEntityData()- Specified by:
evictEntityData
in interfaceorg.hibernate.Cache
-
evictNaturalIdData
- Specified by:
evictNaturalIdData
in interfaceorg.hibernate.Cache
-
evictNaturalIdData
- Specified by:
evictNaturalIdData
in interfaceorg.hibernate.Cache
-
evictNaturalIdData
public void evictNaturalIdData()- Specified by:
evictNaturalIdData
in interfaceorg.hibernate.Cache
-
containsCollection
- Specified by:
containsCollection
in interfaceorg.hibernate.Cache
-
evictCollectionData
- Specified by:
evictCollectionData
in interfaceorg.hibernate.Cache
-
evictCollectionData
- Specified by:
evictCollectionData
in interfaceorg.hibernate.Cache
-
evictCollectionData
public void evictCollectionData()- Specified by:
evictCollectionData
in interfaceorg.hibernate.Cache
-
containsQuery
- Specified by:
containsQuery
in interfaceorg.hibernate.Cache
-
evictDefaultQueryRegion
public void evictDefaultQueryRegion()- Specified by:
evictDefaultQueryRegion
in interfaceorg.hibernate.Cache
-
evictQueryRegion
- Specified by:
evictQueryRegion
in interfaceorg.hibernate.Cache
-
evictQueryRegions
public void evictQueryRegions()- Specified by:
evictQueryRegions
in interfaceorg.hibernate.Cache
-
evictRegion
- Specified by:
evictRegion
in interfaceorg.hibernate.Cache
-
contains
- Specified by:
contains
in interfacejavax.persistence.Cache
-
evict
- Specified by:
evict
in interfacejavax.persistence.Cache
-
evict
- Specified by:
evict
in interfacejavax.persistence.Cache
-
unwrap
- Specified by:
unwrap
in interfacejavax.persistence.Cache
-