Activejpa Versions Save

A simple active record pattern library in java that makes programming DAL easier

1.1.0

4 years ago

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

1.0.3

5 years ago
  • 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

1.0.0

6 years ago
  • Moved away from javassist to bytebuddy
  • Added vanilla example
  • Upgraded dependent jars