Hacker News new | ask | show | jobs
by braisdom 2027 days ago
Hi, how does it compare to https://github.com/braisdom/ObjectiveSql
1 comments

ObjectiveSQL seems like another ORM framework for Java, alternative to JPA. From my experience JPA and its implementors (Hibernate) are much more popular and more widely used in projects. Currently JPlusOne can be applied only to projects using JPA, but adding support for ObjectiveSQL may be good idea for next feature. Thanks