Uses of Interface
org.apache.openjpa.conf.CacheMarshaller
Packages that use CacheMarshaller
-
Uses of CacheMarshaller in org.apache.openjpa.conf
Classes in org.apache.openjpa.conf that implement CacheMarshallerModifier 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.Methods in org.apache.openjpa.conf that return CacheMarshallerModifier 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
.Methods in org.apache.openjpa.conf that return types with arguments of type CacheMarshallerModifier and TypeMethodDescriptionOpenJPAConfiguration.getCacheMarshallerInstances()
Return the cache marshaller listeners.CacheMarshallersValue.getInstancesAsMap()