Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Use of DefaultOperators.GreaterOrEqualField

    Hi,
    I want to use DefaultOperators.GreaterOrEqualField
    for creating my advanced criteria on server side.
    It creates a otherFieldCriterion and I am facing issues while combining it with other simple criterion to create advancedCriterion.
    Could you please share a use case for this.

    #2
    It sounds like you want to manipulate AdvancedCriteria server-side. For this, take a look at the server-side JavaDoc, specifically packages com.isomorphic.criteria and com.isomorphic.criteria.criterion.

    Comment

    Working...
    X