Uses of Enum Class
com.foreach.across.modules.entity.query.EntityQueryOps
Package
Description
-
Uses of EntityQueryOps in com.foreach.across.modules.entity.query
Modifier and TypeMethodDescriptionstatic EntityQueryOps
EntityQuery.getOperand()
@NonNull EntityQueryOps
EntityQueryCondition.getOperand()
EntityQueryExpression.getOperand()
static EntityQueryOps
EntityQueryOps.resolveMultiValueOperand
(@NonNull EntityQueryOps single) Retrieve the multi-value equivalent operand for a single-value operand.EntityQueryOps.reverse()
static EntityQueryOps
Returns 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.Modifier and TypeMethodDescriptionstatic EntityQuery
EntityQueryUtils.appendToQuery
(EntityQuery existing, EntityQueryOps operand, Object predicate) Appends an optional predicate to an existing query using the specified operand.static EntityQuery
EntityQuery.create
(EntityQueryOps operand, EntityQueryExpression... expressions) boolean
DefaultEntityQueryMetadataProvider.isValidOperatorForProperty
(EntityQueryOps operator, String property) boolean
EntityQueryMetadataProvider.isValidOperatorForProperty
(EntityQueryOps operator, String property) boolean
DefaultEntityQueryMetadataProvider.isValidValueForPropertyAndOperator
(Object value, String property, EntityQueryOps operator) boolean
EntityQueryMetadataProvider.isValidValueForPropertyAndOperator
(Object value, String property, EntityQueryOps operator) static EntityQueryOps
EntityQueryOps.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) ModifierConstructorDescriptionEntityQuery
(@NonNull EntityQueryOps operand) EntityQueryCondition
(String property, EntityQueryOps operand, @NonNull Object... arguments) -
Uses of EntityQueryOps in com.foreach.across.modules.entity.views.processors.query
Modifier and TypeMethodDescriptionstatic EQTranslationRule
EQTranslationRule.getTranslationRuleFor
(EntityQueryOps from, EntityQueryOps to) boolean
EntityQueryRequestProperty.isSingleConditionWithOperand
(EntityQueryOps operand) ModifierConstructorDescriptionEntityQueryRequestValueFetcher
(@NonNull EQTypeConverter typeConverter, @NonNull EntityPropertyDescriptor propertyDescriptor, EntityQueryOps operand, boolean multiple)