There is a lightweight ORM called GStorm here , which I had on my list of things to research, which has basically no dependencies, but does not process the related domain objects
And the library for uses Grails GORM here (which explicitly derives GORM from Grails, so it has quite a few dependencies, including Hibernate)
Other than this (and maybe some other examples that I missed), I don't know anything about what you are doing. I think you will have to write your own (you can switch between INSERT or UPDATE depending on whether you pass the primary key - if the primary keys are automatically generated by the database)
source share