org.apache.openjpa.persistence
Class PersistenceProductDerivation

java.lang.Object
  extended by org.apache.openjpa.persistence.PersistenceProductDerivation
All Implemented Interfaces:
org.apache.openjpa.conf.ProductDerivation

public class PersistenceProductDerivation
extends java.lang.Object
implements org.apache.openjpa.conf.ProductDerivation

Sets JPA specification defaults.

Author:
Abe White

Field Summary
static java.lang.String ALIAS_EJB
           
static java.lang.String SPEC_JPA
           
 
Fields inherited from interface org.apache.openjpa.conf.ProductDerivation
TYPE_FEATURE, TYPE_PRODUCT, TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE
 
Constructor Summary
PersistenceProductDerivation()
           
 
Method Summary
 void afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration c)
           
 void beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
           
 void beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration c)
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPEC_JPA

public static final java.lang.String SPEC_JPA
See Also:
Constant Field Values

ALIAS_EJB

public static final java.lang.String ALIAS_EJB
See Also:
Constant Field Values
Constructor Detail

PersistenceProductDerivation

public PersistenceProductDerivation()
Method Detail

getType

public int getType()
Specified by:
getType in interface org.apache.openjpa.conf.ProductDerivation

beforeConfigurationConstruct

public void beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
Specified by:
beforeConfigurationConstruct in interface org.apache.openjpa.conf.ProductDerivation

beforeConfigurationLoad

public void beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration c)
Specified by:
beforeConfigurationLoad in interface org.apache.openjpa.conf.ProductDerivation

afterSpecificationSet

public void afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration c)
Specified by:
afterSpecificationSet in interface org.apache.openjpa.conf.ProductDerivation


Copyright © 2006 Apache Software Foundation. All Rights Reserved.