Uses of Class
com.sun.enterprise.deployment.EntityManagerReferenceDescriptor
-
-
Uses of EntityManagerReferenceDescriptor in com.sun.enterprise.deployment
Fields in com.sun.enterprise.deployment with type parameters of type EntityManagerReferenceDescriptor Modifier and Type Field Description protected Set<EntityManagerReferenceDescriptor>JndiEnvironmentRefsGroupDescriptor. entityManagerReferencesMethods in com.sun.enterprise.deployment that return EntityManagerReferenceDescriptor Modifier and Type Method Description protected abstract EntityManagerReferenceDescriptorWebBundleDescriptor. _getEntityManagerReferenceByName(String name)EntityManagerReferenceDescriptorApplication. getEntityManagerReferenceByName(String name)Return the entity manager factory reference descriptor corresponding to the given name.EntityManagerReferenceDescriptorApplicationClientDescriptor. getEntityManagerReferenceByName(String name)Return the entity manager factory reference descriptor corresponding to the given name.EntityManagerReferenceDescriptorJndiEnvironmentRefsGroupDescriptor. getEntityManagerReferenceByName(String name)EntityManagerReferenceDescriptorJndiNameEnvironment. getEntityManagerReferenceByName(String name)Return the entity manager reference descriptor corresponding to the given name.abstract EntityManagerReferenceDescriptorWebBundleDescriptor. getEntityManagerReferenceByName(String name)Methods in com.sun.enterprise.deployment that return types with arguments of type EntityManagerReferenceDescriptor Modifier and Type Method Description Set<EntityManagerReferenceDescriptor>Application. getEntityManagerReferenceDescriptors()Set<EntityManagerReferenceDescriptor>ApplicationClientDescriptor. getEntityManagerReferenceDescriptors()Set<EntityManagerReferenceDescriptor>JndiEnvironmentRefsGroupDescriptor. getEntityManagerReferenceDescriptors()Set<EntityManagerReferenceDescriptor>JndiNameEnvironment. getEntityManagerReferenceDescriptors()Return a set of entity manager reference descriptors.abstract Set<EntityManagerReferenceDescriptor>WebBundleDescriptor. getEntityManagerReferenceDescriptors()Methods in com.sun.enterprise.deployment with parameters of type EntityManagerReferenceDescriptor Modifier and Type Method Description voidApplication. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)voidApplicationClientDescriptor. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)voidJndiEnvironmentRefsGroupDescriptor. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)abstract voidWebBundleDescriptor. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)voidWritableJndiNameEnvironment. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)booleanEntityManagerReferenceDescriptor. isConflict(EntityManagerReferenceDescriptor other) -
Uses of EntityManagerReferenceDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return EntityManagerReferenceDescriptor Modifier and Type Method Description EntityManagerReferenceDescriptorResourceContainerContext. getEntityManagerReference(String name)Looks up an entity manager reference with the given name.EntityManagerReferenceDescriptorResourceContainerContextImpl. getEntityManagerReference(String name)Methods in com.sun.enterprise.deployment.annotation.context with parameters of type EntityManagerReferenceDescriptor Modifier and Type Method Description voidResourceContainerContext. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor emRefDesc)voidResourceContainerContextImpl. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor emRefDesc) -
Uses of EntityManagerReferenceDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node with parameters of type EntityManagerReferenceDescriptor Modifier and Type Method Description NodeEntityManagerReferenceNode. writeDescriptor(Node parent, String nodeName, EntityManagerReferenceDescriptor descriptor)write the descriptor class to a DOM tree and return itMethod parameters in com.sun.enterprise.deployment.node with type arguments of type EntityManagerReferenceDescriptor Modifier and Type Method Description protected voidDeploymentDescriptorNode. writeEntityManagerReferenceDescriptors(Node parentNode, Iterator<EntityManagerReferenceDescriptor> entityMgrRefs)write a list of entity manager reference descriptors to a DOM Tree -
Uses of EntityManagerReferenceDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return EntityManagerReferenceDescriptor Modifier and Type Method Description EntityManagerReferenceDescriptorEjbBundleDescriptorImpl. getEntityManagerReferenceByName(String name)Return the entity manager factory reference descriptor corresponding to the given name.EntityManagerReferenceDescriptorEjbDescriptor. getEntityManagerReferenceByName(String name)Return the entity manager factory reference descriptor corresponding to the given name.Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type EntityManagerReferenceDescriptor Modifier and Type Method Description Set<EntityManagerReferenceDescriptor>EjbBundleDescriptorImpl. getEntityManagerReferenceDescriptors()Set<EntityManagerReferenceDescriptor>EjbDescriptor. getEntityManagerReferenceDescriptors()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EntityManagerReferenceDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)voidEjbDescriptor. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference) -
Uses of EntityManagerReferenceDescriptor in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return EntityManagerReferenceDescriptor Modifier and Type Method Description protected EntityManagerReferenceDescriptorWebBundleDescriptorImpl. _getEntityManagerReferenceByName(String name)EntityManagerReferenceDescriptorWebBundleDescriptorImpl. getEntityManagerReferenceByName(String name)Return the entity manager factory reference descriptor corresponding to the given name.Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type EntityManagerReferenceDescriptor Modifier and Type Method Description Set<EntityManagerReferenceDescriptor>WebBundleDescriptorImpl. getEntityManagerReferenceDescriptors()Methods in org.glassfish.web.deployment.descriptor with parameters of type EntityManagerReferenceDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)
-