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 EntityQueryConditionAssociatedEntityQueryExecutor.buildEqualsOrContainsCondition(Object value) static EntityQueryConditionEntityQueryUtils.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 allEntityQueryConditionconditions inside anEntityQueryMethods in com.foreach.across.modules.entity.query with parameters of type EntityQueryConditionModifier and TypeMethodDescriptionEntityQueryConditionTranslator.translate(EntityQueryCondition condition) voidDefaultEntityQueryMetadataProvider.validateOperatorForCondition(EntityQueryCondition condition) voidEntityQueryMetadataProvider.validateOperatorForCondition(EntityQueryCondition condition) voidDefaultEntityQueryMetadataProvider.validatePropertyForCondition(EntityQueryCondition condition) voidEntityQueryMetadataProvider.validatePropertyForCondition(EntityQueryCondition condition) voidDefaultEntityQueryMetadataProvider.validateValueForCondition(EntityQueryCondition condition) voidEntityQueryMetadataProvider.validateValueForCondition(EntityQueryCondition condition) Method parameters in com.foreach.across.modules.entity.query with type arguments of type EntityQueryConditionModifier and TypeMethodDescriptionstatic EntityQueryEntityQueryUtils.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.CriteriaEntityQueryConditionElasticFunctionHandler.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.SpecificationEntityQueryConditionJpaFunctionHandler.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 TypeMethodDescriptionvoidEntityQueryRequestProperty.addRawCondition(EntityQueryCondition condition) voidEntityQueryRequestProperty.addTranslatedCondition(EntityQueryCondition condition)