Uses of Interface
org.apache.openjpa.conf.CacheMarshaller
- 
Packages that use CacheMarshaller Package Description org.apache.openjpa.conf OpenJPA Configuration - 
- 
Uses of CacheMarshaller in org.apache.openjpa.conf
Classes in org.apache.openjpa.conf that implement CacheMarshaller Modifier and Type Class Description classCacheMarshallerImplDefaultCacheMarshallerimplementation that writes data to a specified file and reads data from a specified file or URL.classNoOpCacheMarshallerImplementation ofCacheMarshallerthat does nothing.Methods in org.apache.openjpa.conf that return CacheMarshaller Modifier and Type Method Description CacheMarshallerCacheMarshallersValue. getMarshallerById(String id)Return theCacheMarshallerto use for caching metadata of idid.static CacheMarshallerCacheMarshallersValue. getMarshallerById(Configuration c, String id)Return theCacheMarshallerto use for caching metadata of idid.Methods in org.apache.openjpa.conf that return types with arguments of type CacheMarshaller Modifier and Type Method Description Map<String,CacheMarshaller>OpenJPAConfiguration. getCacheMarshallerInstances()Return the cache marshaller listeners.Map<String,CacheMarshaller>CacheMarshallersValue. getInstancesAsMap() 
 -