Uses of Class
net.binis.codegen.spring.query.QueryProcessor.ResultType
| Package | Description |
|---|---|
| net.binis.codegen.spring.query |
-
Uses of QueryProcessor.ResultType in net.binis.codegen.spring.query
Methods in net.binis.codegen.spring.query that return QueryProcessor.ResultType Modifier and Type Method Description static QueryProcessor.ResultTypeQueryProcessor.ResultType. valueOf(String name)Returns 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.ResultType Modifier and Type Method Description static <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)ObjectQueryProcessor.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)