Skip to content

Releases: ActiveJpa/activejpa

Release 1.1.0

12 Jul 04:30
Compare
Choose a tag to compare

This release deprecates some of the functionalities in favor fluent methods and has improved the coverage vastly.

  • Fluent methods in the Filter class (One of the constructors is deprecated). See README for usage now
  • support for non_in filters

Release 1.0.3

19 Apr 05:13
Compare
Choose a tag to compare
  • Added no_like, is_null, is_not_null operators
  • Added a filter() method to Model class. This can be used to construct fluent style filters on the model class and fetch the result list

v1.0.0

14 Nov 16:18
Compare
Choose a tag to compare
  • Moved away from javassist to bytebuddy
  • Added vanilla example
  • Upgraded dependent jars