Joined: Fri Apr 30, 2004 6:24 am Posts: 4 Location: Mumbai, India
|
The component section in the Hibernate documentation does not say anything about mapping "unrelated" classes. In our system here's the scenario.
There is one table table1 which stores data from two absolutely unrelated objects obj1 & obj2.
obj1 holds data such as a newly created userid and username while obj2 holds the users online application data.
table1 stores data from both these objects.
How do I address this scenario ??
Again, change to object model and db schema is not possible.
Please advise,
flexian
|
|