Uses of Class
org.apache.openejb.jee.PersistenceUnitRef

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

Uses of PersistenceUnitRef in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type PersistenceUnitRef
protected  KeyedCollection<String,PersistenceUnitRef> WebFragment.persistenceUnitRef
           
protected  KeyedCollection<String,PersistenceUnitRef> WebApp.persistenceUnitRef
           
protected  KeyedCollection<String,PersistenceUnitRef> SessionBean.persistenceUnitRef
           
protected  KeyedCollection<String,PersistenceUnitRef> MessageDrivenBean.persistenceUnitRef
           
protected  KeyedCollection<String,PersistenceUnitRef> Interceptor.persistenceUnitRef
           
protected  KeyedCollection<String,PersistenceUnitRef> EntityBean.persistenceUnitRef
           
protected  KeyedCollection<String,PersistenceUnitRef> ApplicationClient.persistenceUnitRef
           
protected  KeyedCollection<String,PersistenceUnitRef> Application.persistenceUnitRef
           
 

Methods in org.apache.openejb.jee that return PersistenceUnitRef
 PersistenceUnitRef PersistenceUnitRef.injectionTarget(Class<?> clazz, String property)
           
 PersistenceUnitRef PersistenceUnitRef.injectionTarget(String className, String property)
           
 PersistenceUnitRef PersistenceUnitRef.lookup(String lookupName)
           
 PersistenceUnitRef PersistenceUnitRef.mappedName(String mappedName)
           
 PersistenceUnitRef PersistenceUnitRef.name(String persistenceUnitRefName)
           
 PersistenceUnitRef PersistenceUnitRef.unit(String persistenceUnit)
           
 

Methods in org.apache.openejb.jee that return types with arguments of type PersistenceUnitRef
 Collection<PersistenceUnitRef> WebFragment.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> WebApp.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> SessionBean.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> MessageDrivenBean.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> JndiConsumer.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> Interceptor.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> EntityBean.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> ApplicationClient.getPersistenceUnitRef()
           
 Collection<PersistenceUnitRef> Application.getPersistenceUnitRef()
           
 Map<String,PersistenceUnitRef> WebFragment.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> WebApp.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> SessionBean.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> MessageDrivenBean.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> JndiConsumer.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> Interceptor.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> EntityBean.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> ApplicationClient.getPersistenceUnitRefMap()
           
 Map<String,PersistenceUnitRef> Application.getPersistenceUnitRefMap()
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.