Class DistinctResultTransformer

  • All Implemented Interfaces:
    java.io.Serializable, ResultTransformer

    public class DistinctResultTransformer
    extends BasicTransformerAdapter
    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, singleton instance.

    See Also:
    Serialized Form