-->
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: relations mit formula
PostPosted: Thu Mar 13, 2008 5:48 am 
Newbie

Joined: Thu Mar 13, 2008 5:31 am
Posts: 1
Location: Germany
Hallo,

ich habe eine Klasse, die mit einer hierarchisch strukturierten Spalte auf sich selber verweist.
Praktisch:
Die Klasse S hat einen Pfad-ähnlichen business key,
der mit Trennzeichen '/' zusammengesetzt ist.
Code:
@Entity
public class S {
private String name;
...

Bsp.:
- Object A, nachfolger: A/B, A/C, A/B/C, ...
- Object X/Y/Z, Vorgänger: X, X/Y
Damit hat ein Object dieser Klasse eine Menge von Nachfolgern und eine Menge von Vorgängern.
(Die Existenz der entspr. Vorgänger wird beim Einfügen neuer Objekte sichergestellt).

Ich möchte jetzt diese m:n Beziehung (zumindest in eine Richtung) ohne Join-Tabelle referenzieren, da die Information schon in der Tabelle / Spalte enthalten ist.
Nach verschiedenen Quellen ist das mit @Formula möglich, meine bisherigen Versuche der Art:
Code:
@Formula("instr(successors.name,name)=1")
protected ArrayList<S> successors;

mit Aufruf:
Code:
select elements(s.successors) from S s

scheitern an verschiedenen Hürden,
kennt jemand eine Lösung ?

Tschüss, Matz


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.