<JOIN_DAEMON> : Join daemon

Java class : leon.info.daemon.LyJoinDaemon

ROLE

The join information defines how to manage a (n, m) relation between two classes. This tag is equivalent with the use of JOIN tag but avoid declaring a class describing the join table.

ELEMENTS

<!ELEMENT JOIN_DAEMON 
	  (C_BIND,
	   (F_BIND | F_BINDS),
	   (F_BIND | F_BINDS))>
Element Mand. Mult. Description
C_BIND yes no Physical binding for the join table.
F_BIND yes no Simple binding on physical keys of the first class to be joined.
F_BINDS yes no Multiple binding on physical keys of the first class to be joined.
F_BIND yes no Simple binding on physical keys of the second class to be joined.
F_BINDS yes no Multiple binding on physical keys of the second class to be joined.