| java.lang.Object org.objectweb.speedo.metadata.SpeedoElement org.objectweb.speedo.metadata.SpeedoJoin
ACTION_CASCADE | final public static byte ACTION_CASCADE(Code) | | |
ACTION_DEFAULT | final public static byte ACTION_DEFAULT(Code) | | |
ACTION_NONE | final public static byte ACTION_NONE(Code) | | |
ACTION_NULL | final public static byte ACTION_NULL(Code) | | |
ACTION_RESTRICT | final public static byte ACTION_RESTRICT(Code) | | |
columns | public List columns(Code) | | The list of SpeedoJoinColumn composing the join. This columns are in the
external table.
|
deleteAction | public byte deleteAction(Code) | | Defines the action to do on the external table when a delete action
occurs in the main table.
|
SpeedoJoin | public SpeedoJoin()(Code) | | |
getIndexed | public boolean getIndexed()(Code) | | boolean value indicating if the join column are unique. |
getOuter | public boolean getOuter()(Code) | | |
getUnique | public boolean getUnique()(Code) | | |
setIndexed | public void setIndexed(boolean v)(Code) | | |
setOuter | public void setOuter(boolean v)(Code) | | |
setUnique | public void setUnique(boolean v)(Code) | | |
|
|