Class CarteStatusCache

java.lang.Object
org.pentaho.di.www.cache.CarteStatusCache
All Implemented Interfaces:
javax.persistence.Cache, org.hibernate.Cache

public class CarteStatusCache extends Object implements org.hibernate.Cache
  • Field Details

  • Method Details

    • getInstance

      public static CarteStatusCache getInstance()
    • clear

      public void clear() throws org.hibernate.cache.CacheException
      Throws:
      org.hibernate.cache.CacheException
    • put

      public void put(String logId, String cacheString, int from)
    • put

      public void put(Object key, Object value) throws org.hibernate.cache.CacheException
      Throws:
      org.hibernate.cache.CacheException
    • get

      public byte[] get(String logId, int from)
    • remove

      public void remove(String id)
    • getSessionFactory

      public org.hibernate.SessionFactory getSessionFactory()
      Specified by:
      getSessionFactory in interface org.hibernate.Cache
    • containsEntity

      public boolean containsEntity(Class entityClass, Serializable identifier)
      Specified by:
      containsEntity in interface org.hibernate.Cache
    • containsEntity

      public boolean containsEntity(String entityName, Serializable identifier)
      Specified by:
      containsEntity in interface org.hibernate.Cache
    • evictEntityData

      public void evictEntityData(Class entityClass, Serializable identifier)
      Specified by:
      evictEntityData in interface org.hibernate.Cache
    • evictEntityData

      public void evictEntityData(String entityName, Serializable identifier)
      Specified by:
      evictEntityData in interface org.hibernate.Cache
    • evictEntityData

      public void evictEntityData(Class entityClass)
      Specified by:
      evictEntityData in interface org.hibernate.Cache
    • evictEntityData

      public void evictEntityData(String entityName)
      Specified by:
      evictEntityData in interface org.hibernate.Cache
    • evictEntityData

      public void evictEntityData()
      Specified by:
      evictEntityData in interface org.hibernate.Cache
    • evictNaturalIdData

      public void evictNaturalIdData(Class entityClass)
      Specified by:
      evictNaturalIdData in interface org.hibernate.Cache
    • evictNaturalIdData

      public void evictNaturalIdData(String entityName)
      Specified by:
      evictNaturalIdData in interface org.hibernate.Cache
    • evictNaturalIdData

      public void evictNaturalIdData()
      Specified by:
      evictNaturalIdData in interface org.hibernate.Cache
    • containsCollection

      public boolean containsCollection(String role, Serializable ownerIdentifier)
      Specified by:
      containsCollection in interface org.hibernate.Cache
    • evictCollectionData

      public void evictCollectionData(String role, Serializable ownerIdentifier)
      Specified by:
      evictCollectionData in interface org.hibernate.Cache
    • evictCollectionData

      public void evictCollectionData(String role)
      Specified by:
      evictCollectionData in interface org.hibernate.Cache
    • evictCollectionData

      public void evictCollectionData()
      Specified by:
      evictCollectionData in interface org.hibernate.Cache
    • containsQuery

      public boolean containsQuery(String regionName)
      Specified by:
      containsQuery in interface org.hibernate.Cache
    • evictDefaultQueryRegion

      public void evictDefaultQueryRegion()
      Specified by:
      evictDefaultQueryRegion in interface org.hibernate.Cache
    • evictQueryRegion

      public void evictQueryRegion(String regionName)
      Specified by:
      evictQueryRegion in interface org.hibernate.Cache
    • evictQueryRegions

      public void evictQueryRegions()
      Specified by:
      evictQueryRegions in interface org.hibernate.Cache
    • evictRegion

      public void evictRegion(String regionName)
      Specified by:
      evictRegion in interface org.hibernate.Cache
    • contains

      public boolean contains(Class cls, Object primaryKey)
      Specified by:
      contains in interface javax.persistence.Cache
    • evict

      public void evict(Class cls, Object primaryKey)
      Specified by:
      evict in interface javax.persistence.Cache
    • evict

      public void evict(Class cls)
      Specified by:
      evict in interface javax.persistence.Cache
    • unwrap

      public <T> T unwrap(Class<T> cls)
      Specified by:
      unwrap in interface javax.persistence.Cache