|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultTypeMappingType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 | Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd |
Uses of ResultTypeMappingType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ResultTypeMappingType | |
---|---|
static ResultTypeMappingType |
ResultTypeMappingType.getFromStringValue(java.lang.String value)
|
ResultTypeMappingType |
QueryType.getResultTypeMapping()
Returns the result-type-mapping element |
static ResultTypeMappingType |
ResultTypeMappingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResultTypeMappingType[] |
ResultTypeMappingType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 with parameters of type ResultTypeMappingType | |
---|---|
QueryType<T> |
QueryType.setResultTypeMapping(ResultTypeMappingType resultTypeMapping)
If not already created, a new result-type-mapping element with the given value will be created. |
Uses of ResultTypeMappingType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return ResultTypeMappingType | |
---|---|
ResultTypeMappingType |
QueryTypeImpl.getResultTypeMapping()
Returns the result-type-mapping element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 with parameters of type ResultTypeMappingType | |
---|---|
QueryType<T> |
QueryTypeImpl.setResultTypeMapping(ResultTypeMappingType resultTypeMapping)
If not already created, a new result-type-mapping element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |