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 |
---|---|
ColumnResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.createColumnResult()
Creates a new
column-result element |
ColumnResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.getOrCreateColumnResult()
If not already created, a new
column-result element will be created and returned. |
ColumnResult<T> |
ColumnResult.name(String name)
Sets the
name attribute |
ColumnResult<T> |
ColumnResult.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<ColumnResult<SqlResultSetMapping<T>>> |
SqlResultSetMapping.getAllColumnResult()
Returns all
column-result elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.