|
From: Anil G. (JIRA) <no...@at...> - 2006-06-28 09:27:20
|
one type of subclass object can be persist in the database with the same id for another type of object which is extended by the same class as first one.
--------------------------------------------------------------------------------------------------------------------------------------------------------
Key: HHH-1862
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1862
Project: Hibernate3
Type: New Feature
Components: core
Versions: 3.0.5
Reporter: Anil Garg
e.g.
lets say there are two subclasses x and y which are extended by the class u.
one object of x is persisted into the database with id say 1.
in the later there should be option in hibernate by which i can convert x object into y object i mean to say the y object can be saved in the database with same id as x.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|