ActiveJDBC – ORM
by
Anuj Verma
·
Published
· Updated
ActiveJDBC – ORM
ActiveJDBC is a Java implementation of the Active Record design pattern developed by Igor Polevoy.
It was inspired by ActiveRecord ORM from Ruby on Rails.
It is based on a set of conventions and does not require configuration.
ActiveJDBC is a lightweight and fast Java ORM
If you:
-
want to write a lot less code
- are tired of configuring ORMs
- do not like to write a ton of persistent code
- like conventions over configuration
- do not want to learn another query language
- want your persistent code to run fast
- want to simply understand your code better…
|
|
Recent Comments