Hi everyone, I want to persist some data to Alfresco database, currently i'm using a simple sql queries to perform that, but what i want is a ORM way to do that.
why aren't you using a custom model for nodes and custom node properties to save your custom data? Then you would automatically use the ORM layer included in Alfresco and not have to deal with direct SQL at all. It's basically the recommended default to add any custom data in Alfresco.