Uses of Class
org.glassfish.ejb.deployment.descriptor.QueryDescriptor
-
Packages that use QueryDescriptor Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node org.glassfish.ejb.deployment.util -
-
Uses of QueryDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return QueryDescriptor Modifier and Type Method Description QueryDescriptorPersistenceDescriptor. getQueryFor(com.sun.enterprise.deployment.MethodDescriptor method)QueryDescriptorPersistenceDescriptor. getQueryFor(Method method)Methods in org.glassfish.ejb.deployment.descriptor with parameters of type QueryDescriptor Modifier and Type Method Description voidPersistenceDescriptor. setQueryFor(com.sun.enterprise.deployment.MethodDescriptor method, QueryDescriptor query)voidPersistenceDescriptor. setQueryFor(Method method, QueryDescriptor query)Constructors in org.glassfish.ejb.deployment.descriptor with parameters of type QueryDescriptor Constructor Description QueryDescriptor(QueryDescriptor otherQuery, Method m) -
Uses of QueryDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return QueryDescriptor Modifier and Type Method Description QueryDescriptorQueryNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type QueryDescriptor Modifier and Type Method Description NodeQueryNode. writeDescriptor(Node parent, String nodeName, QueryDescriptor descriptor) -
Uses of QueryDescriptor in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util with parameters of type QueryDescriptor Modifier and Type Method Description protected voidEjbBundleTracerVisitor. accept(QueryDescriptor qd)
-