-->
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: inverse-Einstellung bei many-to-many
PostPosted: Tue Nov 21, 2006 3:36 pm 
Newbie

Joined: Fri Jun 23, 2006 9:47 am
Posts: 9
Hallo,

ich habe folgendes Problem:
Ich habe 2 Tabellen, die bidirektional mit einer many-to-many Beziehung verbunden sind.
Als Attribut ist auf der einen Seite beim Set das inverse="true" gesetzt und auf der anderen Seite inverse="false".

Ich müsste dieses inverse irgendwie innerhalb der Anwendung "erfragen", weil davon abhängig ist, wie ich die jeweiligen Datensätze verbinden muss (auf beiden Seiten oder eben nur auf einer Seite).

Da ich eine allgemeingültige Lösung für Sets mit und ohne inverse brauche
suche ich eine Möglichkeit über das Configuration-Objekt an die inverse-Einstellungen zu kommen.

Ich bekomme mittels

Configuration c = HibernateUtil.getConfiguration();
PersistentClass pc = c.getClassMapping(beanclass.class);
Property p = pc.getProperty("propertyname");

immerhin an das entsprechende Property, das das Set symbolisiert, aber dann komme ich nicht weiter.

Hat jemand vielleicht einen Tipp wie man diese Einstellungen erfragen kann?

Danke,

Gruß
mondoshawan


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.