Hi, we are using hibernate ina legacy database.
We are learning hibernate; is very powerfull so you can really address every issue.
The problem is how to be on sync with database. The legacy database change and if we change auto generated xml file we bust be very carefull.
So we are thinking, to use two software layer.
The fisrt is a simple auto genreate java class we call (with no fantasy) Data Access layer. The second , the domain object layer uses data access layer to address all database operation
Could be a good idea or not?
Thakns in advance
Marco
|