Uses of Interface
org.apache.openjpa.conf.CacheMarshaller

Packages that use CacheMarshaller
org.apache.openjpa.conf OpenJPA Configuration 
 

Uses of CacheMarshaller in org.apache.openjpa.conf
 

Classes in org.apache.openjpa.conf that implement CacheMarshaller
 class CacheMarshallerImpl
          Default CacheMarshaller implementation that writes data to a specified file and reads data from a specified file or URL.
 class NoOpCacheMarshaller
          Implementation of CacheMarshaller that does nothing.
 

Methods in org.apache.openjpa.conf that return CacheMarshaller
static CacheMarshaller CacheMarshallersValue.getMarshallerById(Configuration c, String id)
          Return the CacheMarshaller to use for caching metadata of id id.
 CacheMarshaller CacheMarshallersValue.getMarshallerById(String id)
          Return the CacheMarshaller to use for caching metadata of id id.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.