Search found 1 match

by rushirathi
Thu Oct 17, 2019 6:19 am
Forum: ADP Users Forum
Topic: Hibernate
Replies: 2
Views: 20716

Re: Hibernate

The four levels are:

Pure Relational
Light Object Mapping
Medium Object Mapping
Full Object Mapping
Pure Relational Mapping - The entire application, including the user interface, is designed around the relational model and SQL-based relational operations.
Light Object Mapping - The entities are ...