Class OpenJPAJCacheDerivation
java.lang.Object
org.apache.openjpa.lib.conf.AbstractProductDerivation
org.apache.commons.jcs3.jcache.openjpa.OpenJPAJCacheDerivation
- All Implemented Interfaces:
org.apache.openjpa.lib.conf.ProductDerivation
-
Field Summary
Fields inherited from interface org.apache.openjpa.lib.conf.ProductDerivation
TYPE_FEATURE, TYPE_PRODUCT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
beforeConfigurationConstruct
(org.apache.openjpa.lib.conf.ConfigurationProvider cp) boolean
beforeConfigurationLoad
(org.apache.openjpa.lib.conf.Configuration conf) int
getType()
Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation
afterSpecificationSet, beforeConfigurationClose, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, getSupportedQueryHints, load, load, loadDefaults, loadGlobals, validate
-
Constructor Details
-
OpenJPAJCacheDerivation
public OpenJPAJCacheDerivation()
-
-
Method Details
-
beforeConfigurationLoad
- Specified by:
beforeConfigurationLoad
in interfaceorg.apache.openjpa.lib.conf.ProductDerivation
- Overrides:
beforeConfigurationLoad
in classorg.apache.openjpa.lib.conf.AbstractProductDerivation
-
beforeConfigurationConstruct
- Specified by:
beforeConfigurationConstruct
in interfaceorg.apache.openjpa.lib.conf.ProductDerivation
- Overrides:
beforeConfigurationConstruct
in classorg.apache.openjpa.lib.conf.AbstractProductDerivation
-
getType
-