Uses of Class
org.apache.openejb.jee.was.v6.ejb.MethodElement
-
Packages that use MethodElement Package Description org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MethodElement in org.apache.openejb.jee.was.v6.ejb
Subclasses of MethodElement in org.apache.openejb.jee.was.v6.ejb Modifier and Type Class Description classQueryMethodJava class for QueryMethod complex type.Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type MethodElement Modifier and Type Field Description protected List<MethodElement>ExcludeList. methodElementsprotected List<MethodElement>MethodPermission. methodElementsprotected List<MethodElement>MethodTransaction. methodElementsMethods in org.apache.openejb.jee.was.v6.ejb that return MethodElement Modifier and Type Method Description MethodElementObjectFactory. createMethodElement()Create an instance ofMethodElementMethods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type MethodElement Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MethodElement>ObjectFactory. createMethodElement(MethodElement value)List<MethodElement>ExcludeList. getMethodElements()Gets the value of the methodElements property.List<MethodElement>MethodPermission. getMethodElements()Gets the value of the methodElements property.List<MethodElement>MethodTransaction. getMethodElements()Gets the value of the methodElements property.Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type MethodElement Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MethodElement>ObjectFactory. createMethodElement(MethodElement value)
-