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 class
CacheMarshallerImpl
DefaultCacheMarshaller
implementation that writes data to a specified file and reads data from a specified file or URL.class
NoOpCacheMarshaller
Implementation ofCacheMarshaller
that does nothing.Methods in org.apache.openjpa.conf that return CacheMarshaller Modifier and Type Method Description CacheMarshaller
CacheMarshallersValue. getMarshallerById(java.lang.String id)
Return theCacheMarshaller
to use for caching metadata of idid
.static CacheMarshaller
CacheMarshallersValue. getMarshallerById(Configuration c, java.lang.String id)
Return theCacheMarshaller
to 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 java.util.Map<java.lang.String,CacheMarshaller>
OpenJPAConfiguration. getCacheMarshallerInstances()
Return the cache marshaller listeners.java.util.Map<java.lang.String,CacheMarshaller>
CacheMarshallersValue. getInstancesAsMap()
-