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

public class OpenJPAJCacheDerivation extends org.apache.openjpa.lib.conf.AbstractProductDerivation
  • Field Summary

    Fields inherited from interface org.apache.openjpa.lib.conf.ProductDerivation

    TYPE_FEATURE, TYPE_PRODUCT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
     
    boolean
    beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration conf)
     
    int
     

    Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation

    afterSpecificationSet, beforeConfigurationClose, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, getSupportedQueryHints, load, load, loadDefaults, loadGlobals, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • beforeConfigurationLoad

      public boolean beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration conf)
      Specified by:
      beforeConfigurationLoad in interface org.apache.openjpa.lib.conf.ProductDerivation
      Overrides:
      beforeConfigurationLoad in class org.apache.openjpa.lib.conf.AbstractProductDerivation
    • beforeConfigurationConstruct

      public boolean beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
      Specified by:
      beforeConfigurationConstruct in interface org.apache.openjpa.lib.conf.ProductDerivation
      Overrides:
      beforeConfigurationConstruct in class org.apache.openjpa.lib.conf.AbstractProductDerivation
    • getType

      public int getType()