Uses of Interface
org.apache.openjpa.conf.CacheMarshaller
-
Uses of CacheMarshaller in org.apache.openjpa.conf
Modifier and TypeClassDescriptionclass
DefaultCacheMarshaller
implementation that writes data to a specified file and reads data from a specified file or URL.class
Implementation ofCacheMarshaller
that does nothing.Modifier and TypeMethodDescriptionCacheMarshallersValue.getMarshallerById
(String id) Return theCacheMarshaller
to use for caching metadata of idid
.static CacheMarshaller
CacheMarshallersValue.getMarshallerById
(Configuration c, String id) Return theCacheMarshaller
to use for caching metadata of idid
.Modifier and TypeMethodDescriptionOpenJPAConfiguration.getCacheMarshallerInstances()
Return the cache marshaller listeners.CacheMarshallersValue.getInstancesAsMap()