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

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

Uses of Persistence in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return Persistence
 Persistence PersistenceModule.getPersistence()
           
 

Methods in org.apache.openejb.config with parameters of type Persistence
 void PersistenceModule.setPersistence(Persistence persistence)
           
 

Constructors in org.apache.openejb.config with parameters of type Persistence
PersistenceModule(String rootUrl, Persistence persistence)
           
 

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

Methods in org.apache.openejb.jee.jpa.unit that return Persistence
 Persistence ObjectFactory.createPersistence()
          Create an instance of Persistence
static Persistence JaxbPersistenceFactory.getPersistence(URL url)
           
 

Uses of Persistence in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 with type parameters of type Persistence
protected  List<Persistence> OpenejbJarType.persistence
           
protected  List<Persistence> GeronimoEjbJarType.persistence
           
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type Persistence
 List<Persistence> OpenejbJarType.getPersistence()
           
 List<Persistence> GeronimoEjbJarType.getPersistence()
           
 



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