Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static CacheMarshaller |
CacheMarshallersValue.getMarshallerById(Configuration c,
java.lang.String id)
Return the
CacheMarshaller to use for caching metadata of id
id . |
CacheMarshaller |
CacheMarshallersValue.getMarshallerById(java.lang.String id)
Return the
CacheMarshaller to use for caching metadata of id
id . |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,CacheMarshaller> |
OpenJPAConfiguration.getCacheMarshallerInstances()
Return the cache marshaller listeners.
|
java.util.Map<java.lang.String,CacheMarshaller> |
CacheMarshallersValue.getInstancesAsMap() |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.