Uses of Class
org.apache.openejb.jee.oejb2.PersistenceUnitRefType

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

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

Fields in org.apache.openejb.jee.oejb2 with type parameters of type PersistenceUnitRefType
protected  List<PersistenceUnitRefType> EntityBeanType.persistenceUnitRef
           
protected  List<PersistenceUnitRefType> MessageDrivenBeanType.persistenceUnitRef
           
protected  List<PersistenceUnitRefType> SessionBeanType.persistenceUnitRef
           
protected  List<PersistenceUnitRefType> GeronimoEjbJarType.persistenceUnitRef
           
 

Methods in org.apache.openejb.jee.oejb2 that return PersistenceUnitRefType
 PersistenceUnitRefType ObjectFactory.createPersistenceUnitRefType()
          Create an instance of PersistenceUnitRefType
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type PersistenceUnitRefType
 javax.xml.bind.JAXBElement<PersistenceUnitRefType> ObjectFactory.createEntityManagerFactoryRef(PersistenceUnitRefType value)
          Create an instance of JAXBElement<PersistenceUnitRefType>}
 List<PersistenceUnitRefType> EntityBeanType.getPersistenceUnitRef()
           
 List<PersistenceUnitRefType> EnterpriseBean.getPersistenceUnitRef()
           
 List<PersistenceUnitRefType> MessageDrivenBeanType.getPersistenceUnitRef()
           
 List<PersistenceUnitRefType> SessionBeanType.getPersistenceUnitRef()
           
 List<PersistenceUnitRefType> GeronimoEjbJarType.getPersistenceUnitRef()
           
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type PersistenceUnitRefType
 javax.xml.bind.JAXBElement<PersistenceUnitRefType> ObjectFactory.createEntityManagerFactoryRef(PersistenceUnitRefType value)
          Create an instance of JAXBElement<PersistenceUnitRefType>}
 



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