Uses of Class
net.binis.codegen.spring.query.executor.QueryExecutor
Packages that use QueryExecutor
Package
Description
-
Uses of QueryExecutor in net.binis.codegen.spring.query
Methods in net.binis.codegen.spring.query with parameters of type QueryExecutorModifier 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 QueryExecutor in net.binis.codegen.spring.query.base
Fields in net.binis.codegen.spring.query.base declared as QueryExecutor -
Uses of QueryExecutor in net.binis.codegen.spring.query.executor
Fields in net.binis.codegen.spring.query.executor declared as QueryExecutorModifier and TypeFieldDescriptionQueryOrderer.executorprotected final QueryExecutorTupleBackedProjection.executorprotected QueryExecutorQueryExecutor.parentFields in net.binis.codegen.spring.query.executor with type parameters of type QueryExecutorModifier and TypeFieldDescriptionprotected final UnaryOperator<QueryExecutor> QueryExecutor.fieldsExecutorMethods in net.binis.codegen.spring.query.executor that return QueryExecutorModifier and TypeMethodDescriptionQueryExecutor._identifierUpdate(String id, Object value) QueryExecutor._orderIdentifier(String id) QueryExecutor.$identifier(String id, Object value) protected QueryExecutorQueryExecutor.$parent()QueryExecutor.params(Collection<Object> params) Constructors in net.binis.codegen.spring.query.executor with parameters of type QueryExecutorModifierConstructorDescriptionQueryOrderer(QueryExecutor<Object, Object, Object, R, Object, Object, Object> executor, Function<String, Object> func) TupleBackedProjection(jakarta.persistence.Tuple tuple, QueryExecutor executor) Constructor parameters in net.binis.codegen.spring.query.executor with type arguments of type QueryExecutorModifierConstructorDescriptionprotectedQueryExecutor(Class<?> returnClass, Supplier<QueryEmbed> queryName, UnaryOperator<QueryExecutor> fieldsExecutor)