Uses of Interface
com.jenkov.mrpersister.itf.mapping.IObjectMappingCache

Packages that use IObjectMappingCache
com.jenkov.mrpersister.impl   
com.jenkov.mrpersister.impl.mapping   
com.jenkov.mrpersister.itf   
 

Uses of IObjectMappingCache in com.jenkov.mrpersister.impl
 

Fields in com.jenkov.mrpersister.impl declared as IObjectMappingCache
protected  IObjectMappingCache PersistenceConfiguration.mappingCache
           
 

Methods in com.jenkov.mrpersister.impl that return IObjectMappingCache
 IObjectMappingCache PersistenceConfiguration.getObjectMappingCache()
           
protected  IObjectMappingCache GenericDao.getObjectMappingCache()
          Returns the object mapping cache from the persistence configuration used by this DAO class.
protected  IObjectMappingCache AbstractDao.getObjectMappingCache()
          Returns the object mapping cache from the persistence configuration used by this DAO class.
 

Methods in com.jenkov.mrpersister.impl with parameters of type IObjectMappingCache
 void PersistenceConfiguration.setObjectMappingCache(IObjectMappingCache cache)
           
 

Uses of IObjectMappingCache in com.jenkov.mrpersister.impl.mapping
 

Classes in com.jenkov.mrpersister.impl.mapping that implement IObjectMappingCache
 class ObjectMappingCache
           
 

Uses of IObjectMappingCache in com.jenkov.mrpersister.itf
 

Methods in com.jenkov.mrpersister.itf that return IObjectMappingCache
 IObjectMappingCache IPersistenceConfiguration.getObjectMappingCache()
          Returns the object mapping cache used in this persistence configuration.
 

Methods in com.jenkov.mrpersister.itf with parameters of type IObjectMappingCache
 void IPersistenceConfiguration.setObjectMappingCache(IObjectMappingCache cache)
          Sets the object mapping cache to be used in this persistence configuration.