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

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

Uses of PersistenceContextRef in org.apache.openejb.jee
 

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

Methods in org.apache.openejb.jee that return PersistenceContextRef
 PersistenceContextRef PersistenceContextRef.injectionTarget(Class<?> clazz, String property)
           
 PersistenceContextRef PersistenceContextRef.injectionTarget(String className, String property)
           
 PersistenceContextRef PersistenceContextRef.lookup(String lookupName)
           
 PersistenceContextRef PersistenceContextRef.mappedName(String mappedName)
           
 PersistenceContextRef PersistenceContextRef.name(String persistenceContextRefName)
           
 PersistenceContextRef PersistenceContextRef.property(String name, String value)
           
 PersistenceContextRef PersistenceContextRef.type(PersistenceContextType persistenceContextType)
           
 PersistenceContextRef PersistenceContextRef.unit(String persistenceUnit)
           
 

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



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