Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static ResultTypeMappingType |
ResultTypeMappingType.getFromStringValue(String value) |
ResultTypeMappingType |
QueryType.getResultTypeMapping()
Returns the
result-type-mapping element |
static ResultTypeMappingType |
ResultTypeMappingType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
QueryType<T> |
QueryType.resultTypeMapping(ResultTypeMappingType resultTypeMapping)
Sets the
result-type-mapping element |
Copyright © 2018 JBoss by Red Hat. All rights reserved.