Uses of Class
com.sun.enterprise.deployment.EntityManagerFactoryReferenceDescriptor
-
-
Uses of EntityManagerFactoryReferenceDescriptor in com.sun.enterprise.deployment
Fields in com.sun.enterprise.deployment with type parameters of type EntityManagerFactoryReferenceDescriptor Modifier and Type Field Description protected Set<EntityManagerFactoryReferenceDescriptor>JndiEnvironmentRefsGroupDescriptor. entityManagerFactoryReferencesMethods in com.sun.enterprise.deployment that return types with arguments of type EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description Set<EntityManagerFactoryReferenceDescriptor>Application. getEntityManagerFactoryReferenceDescriptors()Set<EntityManagerFactoryReferenceDescriptor>ApplicationClientDescriptor. getEntityManagerFactoryReferenceDescriptors()Set<EntityManagerFactoryReferenceDescriptor>JndiEnvironmentRefsGroupDescriptor. getEntityManagerFactoryReferenceDescriptors()Set<EntityManagerFactoryReferenceDescriptor>JndiNameEnvironment. getEntityManagerFactoryReferenceDescriptors()Return a set of entity manager factory reference descriptors.abstract Set<EntityManagerFactoryReferenceDescriptor>WebBundleDescriptor. getEntityManagerFactoryReferenceDescriptors()Methods in com.sun.enterprise.deployment with parameters of type EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description voidApplication. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)voidApplicationClientDescriptor. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)voidJndiEnvironmentRefsGroupDescriptor. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)abstract voidWebBundleDescriptor. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)voidWritableJndiNameEnvironment. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)booleanEntityManagerFactoryReferenceDescriptor. isConflict(EntityManagerFactoryReferenceDescriptor other) -
Uses of EntityManagerFactoryReferenceDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description EntityManagerFactoryReferenceDescriptorResourceContainerContext. getEntityManagerFactoryReference(String name)Looks up an entity manager factory reference with the given name.EntityManagerFactoryReferenceDescriptorResourceContainerContextImpl. getEntityManagerFactoryReference(String name)Methods in com.sun.enterprise.deployment.annotation.context with parameters of type EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description voidResourceContainerContext. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor emfRefDesc)voidResourceContainerContextImpl. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor emfRefDesc) -
Uses of EntityManagerFactoryReferenceDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node with parameters of type EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description NodeEntityManagerFactoryReferenceNode. writeDescriptor(Node parent, String nodeName, EntityManagerFactoryReferenceDescriptor descriptor)write the descriptor class to a DOM tree and return itMethod parameters in com.sun.enterprise.deployment.node with type arguments of type EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description protected voidDeploymentDescriptorNode. writeEntityManagerFactoryReferenceDescriptors(Node parentNode, Iterator<EntityManagerFactoryReferenceDescriptor> entityMgrFactoryRefs)write a list of entity manager factory reference descriptors to a DOM Tree -
Uses of EntityManagerFactoryReferenceDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description EntityManagerFactoryReferenceDescriptorEjbBundleDescriptorImpl. getEntityManagerFactoryReferenceByName(String name)Return the entity manager factory reference descriptor corresponding to the given name.EntityManagerFactoryReferenceDescriptorEjbDescriptor. getEntityManagerFactoryReferenceByName(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 EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description Set<EntityManagerFactoryReferenceDescriptor>EjbBundleDescriptorImpl. getEntityManagerFactoryReferenceDescriptors()Set<EntityManagerFactoryReferenceDescriptor>EjbDescriptor. getEntityManagerFactoryReferenceDescriptors()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)voidEjbDescriptor. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference) -
Uses of EntityManagerFactoryReferenceDescriptor in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description protected EntityManagerFactoryReferenceDescriptorWebBundleDescriptorImpl. _getEntityManagerFactoryReferenceByName(String name)EntityManagerFactoryReferenceDescriptorWebBundleDescriptorImpl. getEntityManagerFactoryReferenceByName(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 EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description Set<EntityManagerFactoryReferenceDescriptor>WebBundleDescriptorImpl. getEntityManagerFactoryReferenceDescriptors()Methods in org.glassfish.web.deployment.descriptor with parameters of type EntityManagerFactoryReferenceDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)
-