-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: XDoclet2: @hibernate.property und @hibernate.key-property
PostPosted: Mon Mar 06, 2006 5:21 am 
Newbie

Joined: Wed Jan 11, 2006 5:15 am
Posts: 15
Mein problem ist folgendes:
Ich habe eine Klasse die einfach einen int Kapselt, macht auf den ersten Blick keinen Sinn, auf den Zweiten schon - einfach mal so hinnehmen ;o)
Nun wird dieser int in einer Klasser als Component benutzt/abgelegt, also:

/**
* @hibernate.property unique = "true"
* not-null= "true"
* @hibernate.column name = "stationID"
*/
public int getStationId()
{
return stationId;
}

soweit so gut. Nun Gibt es noch eine Map, die die Objecte dieser Klasse (in der dieser int als Component ist) gespeichert werden. Der Key dazu ist natürlich die int-Klasse (composite-map-key). Jetzt habe ich das Problem das ich per XDoclet das ganze nichtmehr beschreiben kann! Bei:

/**
* @hibernate.key-property
* @hibernate.property unique = "true"
* not-null= "true"
* @hibernate.column name = "stationID"
*
*/
public int getStationId()
{
return stationId;
}

bekomme ich zwar eine korrekte Map-Beschreibung, aber in der anderen Klasse (component...) steht im XML-File dann folgendes:

<component name="stationId"></component>

Es Fehlen also die Angaben von hibernate.property. Es gibt auch eine Warnung weil 2 Top-Level... angegeben sind :o(
Für einen gute Tip wäre ich sehr dankbar.

Gruß Martin

Version:
Hibernat 3.1?
XDoclet 2


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.