Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FieldResult<T> |
FieldResult.column(String column)
Sets the
column attribute |
FieldResult<EntityResult<T>> |
EntityResult.createFieldResult()
Creates a new
field-result element |
FieldResult<EntityResult<T>> |
EntityResult.getOrCreateFieldResult()
If not already created, a new
field-result element will be created and returned. |
FieldResult<T> |
FieldResult.name(String name)
Sets the
name attribute |
FieldResult<T> |
FieldResult.removeColumn()
Removes the
column attribute |
FieldResult<T> |
FieldResult.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<FieldResult<EntityResult<T>>> |
EntityResult.getAllFieldResult()
Returns all
field-result elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.