org.apache.openjpa.conf
Class ProductDerivations

java.lang.Object
  extended by org.apache.openjpa.conf.ProductDerivations

public class ProductDerivations
extends java.lang.Object

Utilities for running product derivations.

Author:
Abe White

Constructor Summary
ProductDerivations()
           
 
Method Summary
static void afterSpecificationSet(OpenJPAConfiguration conf)
          Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration) callbacks to the the given instance.
static void beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
          Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks to the the given instance.
static void beforeConfigurationLoad(OpenJPAConfiguration conf)
          Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration) callbacks to the the given instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductDerivations

public ProductDerivations()
Method Detail

beforeConfigurationConstruct

public static void beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks to the the given instance. Exceptions are swallowed.


beforeConfigurationLoad

public static void beforeConfigurationLoad(OpenJPAConfiguration conf)
Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration) callbacks to the the given instance. Exceptions are swallowed.


afterSpecificationSet

public static void afterSpecificationSet(OpenJPAConfiguration conf)
Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration) callbacks to the the given instance. Exceptions are swallowed.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.