Uses of Class
net.binis.codegen.spring.query.executor.QueryExecutor
| Package | Description |
|---|---|
| net.binis.codegen.spring.query | |
| net.binis.codegen.spring.query.base | |
| net.binis.codegen.spring.query.executor |
-
Uses of QueryExecutor in net.binis.codegen.spring.query
Methods in net.binis.codegen.spring.query with parameters of type QueryExecutor 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) -
Uses of QueryExecutor in net.binis.codegen.spring.query.base
Fields in net.binis.codegen.spring.query.base declared as QueryExecutor Modifier and Type Field Description protected QueryExecutorBaseQueryNameImpl. executor -
Uses of QueryExecutor in net.binis.codegen.spring.query.executor
Fields in net.binis.codegen.spring.query.executor declared as QueryExecutor Modifier and Type Field Description protected QueryExecutor<Object,Object,Object,R,Object,Object,Object>QueryOrderer. executorprotected QueryExecutorQueryExecutor. parentMethods in net.binis.codegen.spring.query.executor that return QueryExecutor Modifier and Type Method Description QueryExecutor<T,S,O,R,A,F,U>QueryExecutor. identifier(String id, Object value)QueryExecutor<T,S,O,R,A,F,U>QueryExecutor. identifierUpdate(String id, Object value)protected QueryExecutor<T,S,O,R,A,F,U>QueryExecutor. orderIdentifier(String id)QueryExecutor<T,S,O,R,A,F,U>QueryExecutor. params(Collection<Object> params)Constructors in net.binis.codegen.spring.query.executor with parameters of type QueryExecutor Constructor Description QueryOrderer(QueryExecutor<Object,Object,Object,R,Object,Object,Object> executor, Function<String,Object> func)TupleBackedProjection(javax.persistence.Tuple tuple, QueryExecutor executor)Constructor parameters in net.binis.codegen.spring.query.executor with type arguments of type QueryExecutor Constructor Description QueryExecutor(Class<?> returnClass, Supplier<QueryEmbed> queryName, UnaryOperator<QueryExecutor> fieldsExecutor)