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 |
---|---|
ConstructorResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.createConstructorResult()
Creates a new
constructor-result element |
ConstructorResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.getOrCreateConstructorResult()
If not already created, a new
constructor-result element will be created and returned. |
ConstructorResult<T> |
ConstructorResult.removeAllColumn()
Removes all
column elements |
ConstructorResult<T> |
ConstructorResult.removeTargetClass()
Removes the
target-class attribute |
ConstructorResult<T> |
ConstructorResult.targetClass(String targetClass)
Sets the
target-class attribute |
Modifier and Type | Method and Description |
---|---|
ColumnResult<ConstructorResult<T>> |
ConstructorResult.createColumn()
Creates a new
column element |
List<ColumnResult<ConstructorResult<T>>> |
ConstructorResult.getAllColumn()
Returns all
column elements |
List<ConstructorResult<SqlResultSetMapping<T>>> |
SqlResultSetMapping.getAllConstructorResult()
Returns all
constructor-result elements |
ColumnResult<ConstructorResult<T>> |
ConstructorResult.getOrCreateColumn()
If not already created, a new
column element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.