|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.conf.ProductDerivations
public class ProductDerivations
Utilities for running product derivations.
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 |
---|
public ProductDerivations()
Method Detail |
---|
public static void beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider)
callbacks
to the the given instance. Exceptions are swallowed.
public static void beforeConfigurationLoad(OpenJPAConfiguration conf)
ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration)
callbacks
to the the given instance. Exceptions are swallowed.
public static void afterSpecificationSet(OpenJPAConfiguration conf)
ProductDerivation.afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration)
callbacks
to the the given instance. Exceptions are swallowed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |