Uses of Enum
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 type with the specified name.static QueryProcessor.ResultType[]QueryProcessor.ResultType.values()Returns an array containing the constants of this enum type, 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, javax.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, javax.persistence.FlushModeType flush, javax.persistence.LockModeType lock, Map<String, Object> hints, List<Filter> filters) QueryProcessor.Processor.process(QueryExecutor executor, javax.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, javax.persistence.FlushModeType flush, javax.persistence.LockModeType lock, Map<String, Object> hints, List<Filter> filters)