Hi,
I am working with mysql database.And I do not have freedom to change database.and i ama evaluating wherther hibernate suits my needs.
Now becuase of some constraint in the existing system one set of tables depend on year.
for example..
document00 represents documents added in year 2000
document01 represents documents added in year 2001
...
and so on.
And table called person whcih has association with documentXX is not broken as per year.
Now if I have to model the persistent layer with hibernate, how would i take care of the scenario.
as for every year adocumentXX corresponding to that year will be added.
What should i mention in the mapping file ? for documentXX
-Ad
|