Uses of Class
com.foreach.across.modules.entity.query.EntityQueryCondition
Package
Description
-
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query
Modifier 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) Modifier and TypeMethodDescriptionstatic List<EntityQueryCondition>
EntityQueryUtils.findConditionsForProperty
(@NonNull EntityQuery entityQuery, @NonNull String propertyName) Finds allEntityQueryCondition
conditions inside anEntityQuery
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionorg.springframework.data.elasticsearch.core.query.Criteria
EntityQueryConditionElasticFunctionHandler.apply
(EntityQueryCondition entityQueryCondition) -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query.jpa
Modifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification
EntityQueryConditionJpaFunctionHandler.apply
(EntityQueryCondition entityQueryCondition) -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query.querydsl
Modifier and TypeMethodDescriptionEntityQueryConditionQueryDslFunctionHandler.apply
(EntityQueryCondition entityQueryCondition) -
Uses of EntityQueryCondition in com.foreach.across.modules.entity.query.support
Modifier 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
Modifier and TypeMethodDescriptionEntityQueryRequestProperty.getRawConditions()
EntityQueryRequestProperty.getTranslatedConditions()
Modifier and TypeMethodDescriptionvoid
EntityQueryRequestProperty.addRawCondition
(EntityQueryCondition condition) void
EntityQueryRequestProperty.addTranslatedCondition
(EntityQueryCondition condition)