Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EntityResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.createEntityResult()
Creates a new
entity-result element |
EntityResult<T> |
EntityResult.discriminatorColumn(String discriminatorColumn)
Sets the
discriminator-column attribute |
EntityResult<T> |
EntityResult.entityClass(String entityClass)
Sets the
entity-class attribute |
EntityResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.getOrCreateEntityResult()
If not already created, a new
entity-result element will be created and returned. |
EntityResult<T> |
EntityResult.removeAllFieldResult()
Removes all
field-result elements |
EntityResult<T> |
EntityResult.removeDiscriminatorColumn()
Removes the
discriminator-column attribute |
EntityResult<T> |
EntityResult.removeEntityClass()
Removes the
entity-class attribute |
Modifier and Type | Method and Description |
---|---|
FieldResult<EntityResult<T>> |
EntityResult.createFieldResult()
Creates a new
field-result element |
List<EntityResult<SqlResultSetMapping<T>>> |
SqlResultSetMapping.getAllEntityResult()
Returns all
entity-result elements |
List<FieldResult<EntityResult<T>>> |
EntityResult.getAllFieldResult()
Returns all
field-result elements |
FieldResult<EntityResult<T>> |
EntityResult.getOrCreateFieldResult()
If not already created, a new
field-result element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.