Uses of Class
com.foreach.across.modules.entity.query.EntityQuery
Packages that use EntityQuery
Package
Description
-
Uses of EntityQuery in com.foreach.across.modules.entity.autosuggest
Method parameters in com.foreach.across.modules.entity.autosuggest with type arguments of type EntityQueryModifier and TypeMethodDescriptionAutoSuggestDataAttributeRegistrar.EntityDataSetConfiguration.prefetchEntityQuery(Function<String, EntityQuery> prefetchEntityQuery) AutoSuggestDataAttributeRegistrar.EntityDataSetConfiguration.suggestionsEntityQuery(BiFunction<String, String, EntityQuery> suggestionsEntityQuery) -
Uses of EntityQuery in com.foreach.across.modules.entity.query
Methods in com.foreach.across.modules.entity.query that return EntityQueryModifier and TypeMethodDescriptionfinal EntityQueryEntityQuery.add(EntityQueryExpression expression) static EntityQueryEntityQuery.all()static EntityQueryEntityQuery.all(org.springframework.data.domain.Sort sort) static EntityQueryEntityQuery.and(EntityQueryExpression... expressions) Merges one or more entity queries expressions together usingEntityQueryOps.AND.static EntityQueryEntityQueryUtils.and(EntityQuery existing, Object predicate) Appends an optional predicate to an existing query using an AND operand.static EntityQueryEntityQueryUtils.appendToQuery(EntityQuery existing, EntityQueryOps operand, Object predicate) Appends an optional predicate to an existing query using the specified operand.EntityQueryFacade.convertToExecutableQuery(EntityQuery rawQuery) Convert a raw query to an executable query.default EntityQueryEntityQueryFacade.convertToExecutableQuery(String eql) Parses an EQL statement into an executable query, performing all necessary validation and type conversion.SimpleEntityQueryFacade.convertToExecutableQuery(EntityQuery rawQuery) static EntityQueryEntityQuery.create(EntityQueryOps operand, EntityQueryExpression... expressions) static EntityQueryEntityQuery.of(EntityQuery query) Create a duplicate of an existing query.static EntityQuerystatic EntityQueryEntityQuery.or(EntityQueryExpression... expressions) Merges one or more entity queries expressions together usingEntityQueryOps.OR.static EntityQueryEntityQueryUtils.or(EntityQuery existing, Object predicate) Appends an optional predicate to an existing query using an OR operand.static EntityQueryConverts an EQL statement into a (raw)EntityQuery.Convert a query string into a typed and validatedEntityQuery.static EntityQueryEntityQueryParser.parseRawQuery(String eql) Parse an EQL statement into a rawEntityQuery.EntityQueryParser.prepare(EntityQuery rawQuery) Convert a rawEntityQueryinstance into a validated and executable query instance that can be passed to theEntityQueryExecutorof the corresponding entity.EntityQuery.setExpressions(@NonNull List<EntityQueryExpression> expressions) EntityQuery.setOperand(@NonNull EntityQueryOps operand) EntityQuery.setSort(org.springframework.data.domain.Sort sort) Ordering of the results.EntityQuery.setTranslated(boolean translated) static EntityQueryEntityQueryUtils.simplify(@NonNull EntityQuery query) Simplifies a query by removing useless levels (grouping of predicates).DefaultEntityQueryTranslator.translate(EntityQuery rawQuery) Translate the raw query into strongly typed version.EntityQueryTranslator.translate(EntityQuery rawQuery) static EntityQueryEntityQueryUtils.translateConditions(@NonNull EntityQuery query, @NonNull Function<EntityQueryCondition, EntityQueryExpression> translator, String... properties) Perform simple condition translation on anEntityQuery, for example to remove conditions.Methods in com.foreach.across.modules.entity.query with parameters of type EntityQueryModifier and TypeMethodDescriptionstatic EntityQueryEntityQueryUtils.and(EntityQuery existing, Object predicate) Appends an optional predicate to an existing query using an AND operand.static EntityQueryEntityQueryUtils.appendToQuery(EntityQuery existing, EntityQueryOps operand, Object predicate) Appends an optional predicate to an existing query using the specified operand.default booleanEntityQueryExecutor.canExecute(@NonNull EntityQuery query) Can be implemented to check if this executor can actually work with this query.booleanPagingAndSortingEntityQueryExecutor.canExecute(EntityQuery query) EntityQueryFacade.convertToExecutableQuery(EntityQuery rawQuery) Convert a raw query to an executable query.SimpleEntityQueryFacade.convertToExecutableQuery(EntityQuery rawQuery) AbstractEntityQueryExecutor.executeQuery(EntityQuery query) Implementations of this method should ignore thegetSort()value.protected abstract org.springframework.data.domain.Page<T>AbstractEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Pageable pageable) Implementations of this method should ignore thegetSort()value.AbstractEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Sort sort) Implementations of this method should ignore thegetSort()value.PagingAndSortingEntityQueryExecutor.executeQuery(EntityQuery query) protected org.springframework.data.domain.Page<T>PagingAndSortingEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Pageable pageable) PagingAndSortingEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Sort sort) AbstractEntityQueryExecutor.findAll(EntityQuery query) final org.springframework.data.domain.Page<T>AbstractEntityQueryExecutor.findAll(EntityQuery query, org.springframework.data.domain.Pageable pageable) AbstractEntityQueryExecutor.findAll(EntityQuery query, org.springframework.data.domain.Sort sort) AssociatedEntityQueryExecutor.findAll(Object parent, EntityQuery query) org.springframework.data.domain.Page<T>AssociatedEntityQueryExecutor.findAll(Object parent, EntityQuery query, org.springframework.data.domain.Pageable pageable) EntityQueryExecutor.findAll(EntityQuery query) org.springframework.data.domain.Page<T>EntityQueryExecutor.findAll(EntityQuery query, org.springframework.data.domain.Pageable pageable) EntityQueryExecutor.findAll(EntityQuery query, org.springframework.data.domain.Sort sort) SimpleEntityQueryFacade.findAll(EntityQuery query) org.springframework.data.domain.Page<T>SimpleEntityQueryFacade.findAll(EntityQuery query, org.springframework.data.domain.Pageable pageable) SimpleEntityQueryFacade.findAll(EntityQuery query, org.springframework.data.domain.Sort sort) static List<EntityQueryCondition>EntityQueryUtils.findConditionsForProperty(@NonNull EntityQuery entityQuery, @NonNull String propertyName) Finds allEntityQueryConditionconditions inside anEntityQuerystatic EntityQueryEntityQuery.of(EntityQuery query) Create a duplicate of an existing query.static EntityQueryEntityQueryUtils.or(EntityQuery existing, Object predicate) Appends an optional predicate to an existing query using an OR operand.EntityQueryParser.prepare(EntityQuery rawQuery) Convert a rawEntityQueryinstance into a validated and executable query instance that can be passed to theEntityQueryExecutorof the corresponding entity.static EntityQueryEntityQueryUtils.simplify(@NonNull EntityQuery query) Simplifies a query by removing useless levels (grouping of predicates).DefaultEntityQueryTranslator.translate(EntityQuery rawQuery) Translate the raw query into strongly typed version.EntityQueryTranslator.translate(EntityQuery rawQuery) static EntityQueryEntityQueryUtils.translateConditions(@NonNull EntityQuery query, @NonNull Function<EntityQueryCondition, EntityQueryExpression> translator, String... properties) Perform simple condition translation on anEntityQuery, for example to remove conditions.Constructors in com.foreach.across.modules.entity.query with parameters of type EntityQuery -
Uses of EntityQuery in com.foreach.across.modules.entity.query.collections
Methods in com.foreach.across.modules.entity.query.collections with parameters of type EntityQueryModifier and TypeMethodDescriptionCollectionEntityQueryExecutor.executeQuery(EntityQuery query) protected org.springframework.data.domain.Page<T>CollectionEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Pageable pageable) CollectionEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Sort sort) -
Uses of EntityQuery in com.foreach.across.modules.entity.query.elastic
Methods in com.foreach.across.modules.entity.query.elastic with parameters of type EntityQueryModifier and TypeMethodDescriptionElasticEntityQueryExecutor.executeQuery(EntityQuery query) protected org.springframework.data.domain.Page<T>ElasticEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Pageable pageable) ElasticEntityQueryExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Sort sort) static org.springframework.data.elasticsearch.core.query.CriteriaQueryEntityQueryElasticUtils.toCriteriaQuery(EntityQuery query) -
Uses of EntityQuery in com.foreach.across.modules.entity.query.jpa
Methods in com.foreach.across.modules.entity.query.jpa with parameters of type EntityQueryModifier and TypeMethodDescriptionEntityQueryJpaExecutor.executeQuery(EntityQuery query) protected org.springframework.data.domain.Page<T>EntityQueryJpaExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Pageable pageable) EntityQueryJpaExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Sort sort) static <V> org.springframework.data.jpa.domain.Specification<V>EntityQueryJpaUtils.toSpecification(EntityQuery query) -
Uses of EntityQuery in com.foreach.across.modules.entity.query.querydsl
Methods in com.foreach.across.modules.entity.query.querydsl with parameters of type EntityQueryModifier and TypeMethodDescriptionEntityQueryQueryDslExecutor.executeQuery(EntityQuery query) protected org.springframework.data.domain.Page<T>EntityQueryQueryDslExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Pageable pageable) EntityQueryQueryDslExecutor.executeQuery(EntityQuery query, org.springframework.data.domain.Sort sort) static <V> com.querydsl.core.types.PredicateEntityQueryQueryDslUtils.toPredicate(EntityQuery query, EntityConfiguration<?> entityConfiguration) static <V> com.querydsl.core.types.PredicateEntityQueryQueryDslUtils.toPredicate(EntityQuery query, com.querydsl.core.types.EntityPath<V> rootPath) static <V> com.querydsl.core.types.PredicateEntityQueryQueryDslUtils.toPredicate(EntityQuery query, Class<V> entityType) static <V> com.querydsl.core.types.PredicateEntityQueryQueryDslUtils.toPredicate(EntityQuery query, Class<V> entityType, String root) -
Uses of EntityQuery in com.foreach.across.modules.entity.views.bootstrapui.options
Methods in com.foreach.across.modules.entity.views.bootstrapui.options with parameters of type EntityQueryModifier and TypeMethodDescriptionvoidEntityQueryOptionIterableBuilder.setEntityQuery(EntityQuery entityQuery) Set a typed entity query object. -
Uses of EntityQuery in com.foreach.across.modules.entity.views.processors.query
Methods in com.foreach.across.modules.entity.views.processors.query that return EntityQueryModifier and TypeMethodDescriptionEntityQueryFilterConfiguration.getBasePredicate()BaseEntityQuerythat should always be applied to the query being executed.EntityQueryRequest.getBasePredicate()EntityQueryFilterConfiguration.getDefaultQuery()The defaultEntityQuerythat should be executed if none is specified.EntityQueryRequest.getExecutableQuery()EntityQueryRequest.getRawQuery()EntityQueryRequest.getTranslatedRawQuery()Methods in com.foreach.across.modules.entity.views.processors.query with parameters of type EntityQueryModifier and TypeMethodDescriptionEntityQueryFilterConfiguration.EntityQueryFilterConfigurationBuilder.appendBasePredicate(EntityQuery basePredicate) Append a predicate to the baseEntityQuerypredicate.EntityQueryFilterConfiguration.EntityQueryFilterConfigurationBuilder.basePredicate(EntityQuery basePredicate) Set the baseEntityQuerypredicate that should always be applied.EntityQueryFilterConfiguration.EntityQueryFilterConfigurationBuilder.defaultQuery(EntityQuery defaultQuery) Set the defaultEntityQuerythat should be executed if none is specified.EntityQueryFilterFormControlBuilder.query(EntityQuery query) Sets the current query on the advanced control.voidEntityQueryRequest.setBasePredicate(EntityQuery basePredicate) voidEntityQueryRequest.setExecutableQuery(EntityQuery executableQuery) voidEntityQueryRequest.setRawQuery(EntityQuery rawQuery) voidEntityQueryRequest.setTranslatedRawQuery(EntityQuery translatedRawQuery)