Hello,
I have been told that Hibernate as an ORM can function very well as an abstraction layer between Java and a purely relational Oracle Database.
The intent here is that Java will be able to work internally with the objects defined as they desire, while the database is designed in a purely relational manner (in order to provide internal efficiency, flexibility and so that it can be used by other non OO tools and languages.), and Hibernate providing the bridge between the two.
Is this true?
If so, what are the implications of doing so? Will this create an overwhelming amount of work for the Hibernate developer? Will this have great performance issues?
Many Thanks,
Paul Gomes
|