org.hibernate.SQLQuery.RootReturn |
Allows access to further control how root returns are mapped back from result sets
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a simple property-to-one-column mapping
| |||||||||||
Add a property, presumably with more than one column.
| |||||||||||
Name the column alias that identifies the entity's discriminator
| |||||||||||
Set the lock mode for this return
|
Add a simple property-to-one-column mapping
propertyName | The name of the property. |
---|---|
columnAlias | The name of the column |
this
, for method chaining
Add a property, presumably with more than one column.
propertyName | The name of the property. |
---|
Name the column alias that identifies the entity's discriminator
columnAlias | The discriminator column alias |
---|
this
, for method chaining
Set the lock mode for this return
lockMode | The new lock mode. |
---|
this
, for method chaining