java.lang.Object | ||
↳ | org.hibernate.transform.BasicTransformerAdapter | |
↳ | org.hibernate.transform.RootEntityResultTransformer |
ResultTransformer
implementation which limits the result tuple
to only the "root entity".
instance
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INSTANCE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return just the root entity from the row tuple.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return just the root entity from the row tuple.
tuple | The result elements |
---|---|
aliases | The result aliases ("parallel" array to tuple) |