Uses of Enum Class
net.binis.codegen.spring.query.QueryProcessor.ResultType
Packages that use QueryProcessor.ResultType
-
Uses of QueryProcessor.ResultType in net.binis.codegen.spring.query
Methods in net.binis.codegen.spring.query that return QueryProcessor.ResultTypeModifier and TypeMethodDescriptionstatic QueryProcessor.ResultTypeReturns the enum constant of this class with the specified name.static QueryProcessor.ResultType[]QueryProcessor.ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.binis.codegen.spring.query with parameters of type QueryProcessor.ResultTypeModifier and TypeMethodDescriptionstatic <R> RQueryProcessor.process(QueryExecutor executor, jakarta.persistence.EntityManager manager, String query, List<Object> params, QueryProcessor.ResultType resultType, Class<?> returnClass, Class<?> mapClass, boolean isNative, boolean modifying, org.springframework.data.domain.Pageable pageable, jakarta.persistence.FlushModeType flush, jakarta.persistence.LockModeType lock, Map<String, Object> hints, List<Filter> filters) QueryProcessor.Processor.process(QueryExecutor executor, jakarta.persistence.EntityManager manager, String query, List<Object> params, QueryProcessor.ResultType resultType, Class<?> returnClass, Class<?> mapClass, boolean isNative, boolean modifying, org.springframework.data.domain.Pageable pageable, jakarta.persistence.FlushModeType flush, jakarta.persistence.LockModeType lock, Map<String, Object> hints, List<Filter> filters) -
Uses of QueryProcessor.ResultType in net.binis.codegen.spring.query.executor
Fields in net.binis.codegen.spring.query.executor declared as QueryProcessor.ResultType