Field Summary |
|
final public static int | MANY_TO_MANY_BI Many to Many bidirectional (collection/map at both sides). |
final public static int | MANY_TO_ONE_BI Many to One bidirectional (reference back to a collection of the object). |
final public static int | NONE No relation. |
final public static int | ONE_TO_MANY_BI One to Many bidirectional (collection/map of object with reference back). |
final public static int | ONE_TO_MANY_UNI One to Many unidirectional (collection/map of object with no reference back). |
final public static int | ONE_TO_ONE_BI One to One bidirectional (object reference at both sides). |
final public static int | ONE_TO_ONE_UNI One to One bidirectional (object reference at one side only). |