Package one.microstream.cache.hibernate
Class StorageAccess.Default
java.lang.Object
one.microstream.cache.hibernate.StorageAccess.Default
- All Implemented Interfaces:
 StorageAccess,org.hibernate.cache.spi.support.DomainDataStorageAccess,org.hibernate.cache.spi.support.StorageAccess
- Enclosing interface:
 - StorageAccess
 
public static class StorageAccess.Default extends Object implements StorageAccess
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.cache.hibernate.StorageAccess
StorageAccess.Default - 
Constructor Summary
Constructors Constructor Description Default() - 
Method Summary
Modifier and Type Method Description booleancontains(Object key)voidevictData()voidevictData(Object key)ObjectgetFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)voidputIntoCache(Object key, Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session)voidrelease()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
Default
public Default() 
 - 
 - 
Method Details
- 
getFromCache
public Object getFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)- Specified by:
 getFromCachein interfaceorg.hibernate.cache.spi.support.StorageAccess
 - 
putIntoCache
public void putIntoCache(Object key, Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session)- Specified by:
 putIntoCachein interfaceorg.hibernate.cache.spi.support.StorageAccess
 - 
contains
- Specified by:
 containsin interfaceorg.hibernate.cache.spi.support.StorageAccess
 - 
evictData
public void evictData()- Specified by:
 evictDatain interfaceorg.hibernate.cache.spi.support.StorageAccess
 - 
evictData
- Specified by:
 evictDatain interfaceorg.hibernate.cache.spi.support.StorageAccess
 - 
release
public void release()- Specified by:
 releasein interfaceorg.hibernate.cache.spi.support.StorageAccess
 
 -