Uses of Class
org.apache.openejb.jee.oejb2.PersistenceContextRefType
-
Packages that use PersistenceContextRefType Package Description org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PersistenceContextRefType in org.apache.openejb.jee.oejb2
Fields in org.apache.openejb.jee.oejb2 with type parameters of type PersistenceContextRefType Modifier and Type Field Description protected List<PersistenceContextRefType>EntityBeanType. persistenceContextRefprotected List<PersistenceContextRefType>GeronimoEjbJarType. persistenceContextRefprotected List<PersistenceContextRefType>MessageDrivenBeanType. persistenceContextRefprotected List<PersistenceContextRefType>SessionBeanType. persistenceContextRefMethods in org.apache.openejb.jee.oejb2 that return PersistenceContextRefType Modifier and Type Method Description PersistenceContextRefTypeObjectFactory. createPersistenceContextRefType()Create an instance ofPersistenceContextRefTypeMethods in org.apache.openejb.jee.oejb2 that return types with arguments of type PersistenceContextRefType Modifier and Type Method Description List<PersistenceContextRefType>EnterpriseBean. getPersistenceContextRef()List<PersistenceContextRefType>EntityBeanType. getPersistenceContextRef()List<PersistenceContextRefType>GeronimoEjbJarType. getPersistenceContextRef()List<PersistenceContextRefType>MessageDrivenBeanType. getPersistenceContextRef()List<PersistenceContextRefType>SessionBeanType. getPersistenceContextRef()
-