Uses of Class
com.foreach.across.modules.entity.query.EntityQueryCondition
Packages that use EntityQueryCondition
Package
Description
-
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query
Methods in com.foreach.across.modules.entity.query that return EntityQueryConditionModifier and TypeMethodDescriptionprotected EntityQueryCondition
AssociatedEntityQueryExecutor.buildEqualsOrContainsCondition
(Object value) static EntityQueryCondition
EntityQueryUtils.createAssociationPredicate
(@NonNull EntityAssociation association, @NonNull Object parent) Create the predicate for fetching entities associated to a specific parent entity, mapped by anEntityAssociation
.EntityQueryCondition.setArguments
(@NonNull Object[] arguments) EntityQueryCondition.setOperand
(@NonNull EntityQueryOps operand) EntityQueryCondition.setProperty
(@NonNull String property) EntityQueryCondition.setTranslated
(boolean translated) Methods in com.foreach.across.modules.entity.query that return types with arguments of type EntityQueryConditionModifier and TypeMethodDescriptionstatic List<EntityQueryCondition>
EntityQueryUtils.findConditionsForProperty
(@NonNull EntityQuery entityQuery, @NonNull String propertyName) Finds allEntityQueryCondition
conditions inside anEntityQuery
Methods in com.foreach.across.modules.entity.query with parameters of type EntityQueryConditionModifier and TypeMethodDescriptionEntityQueryConditionTranslator.translate
(EntityQueryCondition condition) void
DefaultEntityQueryMetadataProvider.validateOperatorForCondition
(EntityQueryCondition condition) void
EntityQueryMetadataProvider.validateOperatorForCondition
(EntityQueryCondition condition) void
DefaultEntityQueryMetadataProvider.validatePropertyForCondition
(EntityQueryCondition condition) void
EntityQueryMetadataProvider.validatePropertyForCondition
(EntityQueryCondition condition) void
DefaultEntityQueryMetadataProvider.validateValueForCondition
(EntityQueryCondition condition) void
EntityQueryMetadataProvider.validateValueForCondition
(EntityQueryCondition condition) Method parameters in com.foreach.across.modules.entity.query with type arguments of type EntityQueryConditionModifier and TypeMethodDescriptionstatic EntityQuery
EntityQueryUtils.translateConditions
(@NonNull EntityQuery query, @NonNull Function<EntityQueryCondition, EntityQueryExpression> translator, String... properties) Perform simple condition translation on anEntityQuery
, for example to remove conditions. -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query.elastic
Methods in com.foreach.across.modules.entity.query.elastic with parameters of type EntityQueryConditionModifier and TypeMethodDescriptionorg.springframework.data.elasticsearch.core.query.Criteria
EntityQueryConditionElasticFunctionHandler.apply
(EntityQueryCondition entityQueryCondition) -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query.jpa
Methods in com.foreach.across.modules.entity.query.jpa with parameters of type EntityQueryConditionModifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification
EntityQueryConditionJpaFunctionHandler.apply
(EntityQueryCondition entityQueryCondition) -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query.querydsl
Methods in com.foreach.across.modules.entity.query.querydsl with parameters of type EntityQueryConditionModifier and TypeMethodDescriptionEntityQueryConditionQueryDslFunctionHandler.apply
(EntityQueryCondition entityQueryCondition) -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query.support
Methods in com.foreach.across.modules.entity.query.support with parameters of type EntityQueryConditionModifier and TypeMethodDescriptionContainsEntityQueryConditionTranslator.translate
(EntityQueryCondition condition) EmptyStringEntityQueryConditionTranslator.translate
(EntityQueryCondition condition) ExpandingEntityQueryConditionTranslator.translate
(EntityQueryCondition condition) IgnoringCaseEntityQueryConditionTranslator.translate
(EntityQueryCondition condition) InEntityQueryConditionTranslator.translate
(EntityQueryCondition condition) -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.views.processors.query
Methods in com.foreach.across.modules.entity.views.processors.query that return types with arguments of type EntityQueryConditionModifier and TypeMethodDescriptionEntityQueryRequestProperty.getRawConditions()
EntityQueryRequestProperty.getTranslatedConditions()
Methods in com.foreach.across.modules.entity.views.processors.query with parameters of type EntityQueryConditionModifier and TypeMethodDescriptionvoid
EntityQueryRequestProperty.addRawCondition
(EntityQueryCondition condition) void
EntityQueryRequestProperty.addTranslatedCondition
(EntityQueryCondition condition)