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

CAY-2807 entity property disambiguate method parameters #595

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Ivan-nikitko
Copy link
Contributor

API redesign in EntityProperty, CollectionProperty, MapProperty

Deprecated this methods:

Expression inId(Collection ids)
Expression inId(Object firstId, Object... moreIds)

Expression ninId(Collection ids)
Expression ninId(Object firstId, Object... moreIds)

in favor of this:

Expression idsInCollection(Collection<?> ids)
Expression idsIn(Object... ids)

Expression idsNotInCollection(Collection<?> ids)
Expression idsNotIn(Object... ids)

@stariy95 stariy95 self-assigned this Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants