Uses of Class
org.apache.openejb.jee.jpa.PersistenceUnitDefaults

Packages that use PersistenceUnitDefaults
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of PersistenceUnitDefaults in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as PersistenceUnitDefaults
protected  PersistenceUnitDefaults PersistenceUnitMetadata.persistenceUnitDefaults
           
 

Methods in org.apache.openejb.jee.jpa that return PersistenceUnitDefaults
 PersistenceUnitDefaults ObjectFactory.createPersistenceUnitDefaults()
          Create an instance of PersistenceUnitDefaults
 PersistenceUnitDefaults PersistenceUnitMetadata.getPersistenceUnitDefaults()
          Gets the value of the persistenceUnitDefaults property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type PersistenceUnitDefaults
 void PersistenceUnitMetadata.setPersistenceUnitDefaults(PersistenceUnitDefaults value)
          Sets the value of the persistenceUnitDefaults property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.