Simple (Easy) Object Relational Mapping for Java
Sormula is a Java library that moves data between Java objects and relational database tables.
* Easy to Use
* Simple to Understand
* Minimal Configuration
* Portable
It provides select, insert, update, and delete, and many other common operations. One-to-one and one-to-many cascading for unlimited levels. Simplified IN operator parameter as java.util.Collection. Custom conversions between any Java class/type and column type...