Uses of Enum Class
com.foreach.across.modules.entity.query.EntityQueryOps
Packages that use EntityQueryOps
Package
Description
-
Uses of EntityQueryOps in com.foreach.across.modules.entity.query
Methods in com.foreach.across.modules.entity.query that return EntityQueryOpsModifier and TypeMethodDescriptionstatic EntityQueryOpsEntityQuery.getOperand()@NonNull EntityQueryOpsEntityQueryCondition.getOperand()EntityQueryExpression.getOperand()static EntityQueryOpsEntityQueryOps.resolveMultiValueOperand(@NonNull EntityQueryOps single) Retrieve the multi-value equivalent operand for a single-value operand.EntityQueryOps.reverse()static EntityQueryOpsReturns the enum constant of this class with the specified name.static EntityQueryOps[]EntityQueryOps.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.foreach.across.modules.entity.query with parameters of type EntityQueryOpsModifier and TypeMethodDescriptionstatic EntityQueryEntityQueryUtils.appendToQuery(EntityQuery existing, EntityQueryOps operand, Object predicate) Appends an optional predicate to an existing query using the specified operand.static EntityQueryEntityQuery.create(EntityQueryOps operand, EntityQueryExpression... expressions) booleanDefaultEntityQueryMetadataProvider.isValidOperatorForProperty(EntityQueryOps operator, String property) booleanEntityQueryMetadataProvider.isValidOperatorForProperty(EntityQueryOps operator, String property) booleanDefaultEntityQueryMetadataProvider.isValidValueForPropertyAndOperator(Object value, String property, EntityQueryOps operator) booleanEntityQueryMetadataProvider.isValidValueForPropertyAndOperator(Object value, String property, EntityQueryOps operator) static EntityQueryOpsEntityQueryOps.resolveMultiValueOperand(@NonNull EntityQueryOps single) Retrieve the multi-value equivalent operand for a single-value operand.EntityQuery.setOperand(@NonNull EntityQueryOps operand) EntityQueryCondition.setOperand(@NonNull EntityQueryOps operand) Constructors in com.foreach.across.modules.entity.query with parameters of type EntityQueryOpsModifierConstructorDescriptionEntityQuery(@NonNull EntityQueryOps operand) EntityQueryCondition(String property, EntityQueryOps operand, @NonNull Object... arguments) -
Uses of EntityQueryOps in com.foreach.across.modules.entity.views.processors.query
Methods in com.foreach.across.modules.entity.views.processors.query with parameters of type EntityQueryOpsModifier and TypeMethodDescriptionstatic EQTranslationRuleEQTranslationRule.getTranslationRuleFor(EntityQueryOps from, EntityQueryOps to) booleanEntityQueryRequestProperty.isSingleConditionWithOperand(EntityQueryOps operand) Constructors in com.foreach.across.modules.entity.views.processors.query with parameters of type EntityQueryOpsModifierConstructorDescriptionEntityQueryRequestValueFetcher(@NonNull EQTypeConverter typeConverter, @NonNull EntityPropertyDescriptor propertyDescriptor, EntityQueryOps operand, boolean multiple)