Ivan-nikitko opened a new pull request, #595: URL: https://github.com/apache/cayenne/pull/595
API redesign in EntityProperty, CollectionProperty, MapProperty **Deprecated this methods:** Expression inId(Collection<Object> ids) Expression inId(Object firstId, Object... moreIds) Expression ninId(Collection<Object> 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) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
