Hi, I'm looking through the feasibility and complexity of migrating rss manager data access from JPA to native SQL. This is due to inconsistencies cause by the JPA in the rss manager core.
With the JPA most of the internal data access APIs use object mode to perform CRUD operations. With the migrations we will needs to change some APIs and and redesigns things as there is no such a object model with native SQL. Also internal data service access methods also take the benefit of the JPA object model during the persistence. Most of the current APIs design in the way that suits for the persistence. With the native all the persistence activities will needs to be written with the SQL. Internal restructure will be needed with the migration. @Prabath and Dhanuka WDYT? Appreciate any suggestions and thoughts on this. Thanks, Harsha -- Harsha Kumara Software Engineer, WSO2 Inc. Mobile: +94775505618 Blog:harshcreationz.blogspot.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
