| Author |
Message |
|
|
Post subject: natural-id tag bug ?
Posted: Dec 05, 2006 - 10:07 AM
|
|
Joined: Nov 07, 2006
Posts: 3
|
|
Hi
if I surround a property with the natural-id tag in the hibernate config file and synchronize , the field disappears from the generated BaseObject. I cant see any errors in the eclipse error log.
<natural-id>
<property
name="MistralID"
column="MistralID"
type="string"
not-null="false"
length="255"
/>
</natural-id> |
|
|
| |
|
|
|
 |
|
|
Post subject: re: natural-id tag bug
Posted: Nov 06, 2007 - 04:41 PM
|
|
Joined: Nov 06, 2007
Posts: 1
|
|
| I am also seeing this problem. Does anyone know of a work-around? |
|
|
| |
|
|
|
 |
|
|
| |