Two years after the very first version, Stalactite ORM is back with a 2.0.0 version released ! ππ
As a reminder (legit one !), it has a new approach compared to JPA :
- mapping is defined by method references instead of Annotations or XML
- its fluent API helps you see the complexity of you graph
- it eagerly fetches your relations to avoid hidden sql queries
Here are some of new features :
- composite-keys
- many-to-many relations
- Map mapping
- Spring intΓ©gration
To give it a try, see documentation here
Top comments (0)