-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Michiel Meeuwissen edited this page Feb 3, 2019
·
12 revisions
Version 2.0 will be largely similar compatible with 1.2. Some minor API-changes will be made, which should be easy to fix. Support for SQL2 will be added.
-
java Restrictions.eq(<property>, Boolean.FALSE)
will not any more implitely match on missing property. UseisFalsy(<property>)
in stead. - Must methods on
java Restrictions
do not any more acceptjava Object
, but only the types that are actually supported. This results in more methods, but it will be less error prone to use. -
java Restrictions
contains several other methods. E.g. related to matching on attributes (so it is not necessary to prepend an@
to attribute names).