Package com.blazebit.persistence.spi
Interface JpqlFunctionProcessor<T>
-
- Type Parameters:
T- The type this processor handles
public interface JpqlFunctionProcessor<T>Interface for implementing processing of values produced by a JPQL function in the SELECT clause.- Since:
- 1.5.0
- Author:
- Christian Beikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectprocess(T result, List<Object> arguments)Processes the result set object.
-