java.lang.Object | |
↳ | org.hibernate.transform.DistinctRootEntityResultTransformer |
Much like RootEntityResultTransformer
, but we also distinct
the entity in the final result.
instance
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INSTANCE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Simply delegates to
transformList(List) . | |||||||||||
Simply delegates to
transformTuple(Object[], String[]) . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Simply delegates to transformList(List)
.
list | The list to transform. |
---|
Simply delegates to transformTuple(Object[], String[])
.
tuple | The tuple to transform |
---|---|
aliases | The tuple aliases |