Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods to ERXKey that simplify creation of ERXExistsQualifiers. #553

Merged
merged 3 commits into from
Apr 12, 2014
Merged

Add methods to ERXKey that simplify creation of ERXExistsQualifiers. #553

merged 3 commits into from
Apr 12, 2014

Commits on Mar 18, 2014

  1. Add methods to ERXKey that simplify creation of ERXExistsQualifiers. …

    …e.g., aPerson.PETS.atLeastOneSatisfies(Pet.IS_DOG.isTrue()); and aPerson.PETS.anySatisfy(Pet.IS_DOG.isTrue());
    avendasora committed Mar 18, 2014
    Configuration menu
    Copy the full SHA
    f356abd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Change qualifier method name to be more consistent with existing qual…

    …ifier names, add isEmpty and isNotEmpty relationship qualifiers also.
    avendasora committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    25bc5e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5582d0a View commit details
    Browse the repository at this point in the history