What are object/relational mapping integration module?
Spring also supports for using of an object/relational mapping (ORM) tool over straight JDBC by providing the ORM module. Spring provide support to tie into several popular ORM frameworks, including Hibernate, JDO, and iBATIS SQL Maps. Springs transaction management supports each of these ORM frameworks as well as JDBC.
Related Questions
- If Hydrate is about laying an object model over an existing database, why are there no tools to convert a relational schema into objects?
- I have applied a mapping to an object and would like to re-position the mapping. How can the mapping be moved?
- Can I persist my objects using serialization instead of using a relational or object database?