Uses of Class
org.apache.openejb.jee.jpa.unit.PersistenceUnit

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

Uses of PersistenceUnit in org.apache.openejb.jee.jpa.unit
 

Fields in org.apache.openejb.jee.jpa.unit with type parameters of type PersistenceUnit
protected  List<PersistenceUnit> Persistence.persistenceUnit
           
 

Methods in org.apache.openejb.jee.jpa.unit that return PersistenceUnit
 PersistenceUnit ObjectFactory.createPersistencePersistenceUnit()
          Create an instance of PersistenceUnit
 

Methods in org.apache.openejb.jee.jpa.unit that return types with arguments of type PersistenceUnit
 List<PersistenceUnit> Persistence.getPersistenceUnit()
          Gets the value of the persistenceUnit property.
 

Constructors in org.apache.openejb.jee.jpa.unit with parameters of type PersistenceUnit
Persistence(PersistenceUnit... persistenceUnit)
           
 



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