java.lang.Object | ||
↳ | org.hibernate.transform.BasicTransformerAdapter | |
↳ | org.hibernate.transform.DistinctResultTransformer |
Distinctions the result tuples in the final result based on the defined equality of the tuples.
Since this transformer is stateless, all instances would be considered equal. So for optimization purposes we limit it to a single, singletoninstance
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INSTANCE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Uniquely distinct each tuple row here.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Uniquely distinct each tuple row here.
list | The result. |
---|