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

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

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

Fields in org.apache.openejb.jee.jpa declared as PersistenceUnitMetadata
protected  PersistenceUnitMetadata EntityMappings.persistenceUnitMetadata
           
 

Methods in org.apache.openejb.jee.jpa that return PersistenceUnitMetadata
 PersistenceUnitMetadata ObjectFactory.createPersistenceUnitMetadata()
          Create an instance of PersistenceUnitMetadata
 PersistenceUnitMetadata EntityMappings.getPersistenceUnitMetadata()
          Gets the value of the persistenceUnitMetadata property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type PersistenceUnitMetadata
 void EntityMappings.setPersistenceUnitMetadata(PersistenceUnitMetadata value)
          Sets the value of the persistenceUnitMetadata property.
 



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