Uses of Class
org.apache.ibatis.cache.decorators.TransactionalCache
-
Packages that use TransactionalCache Package Description org.apache.ibatis.cache Base package for caching stuff. -
-
Uses of TransactionalCache in org.apache.ibatis.cache
Fields in org.apache.ibatis.cache with type parameters of type TransactionalCache Modifier and Type Field Description private java.util.Map<Cache,TransactionalCache>
TransactionalCacheManager. transactionalCaches
Methods in org.apache.ibatis.cache that return TransactionalCache Modifier and Type Method Description private TransactionalCache
TransactionalCacheManager. getTransactionalCache(Cache cache)
-