org.objectweb.speedo.metadata
Class SpeedoJoin
java.lang.Object
org.objectweb.speedo.metadata.SpeedoElement
org.objectweb.speedo.metadata.SpeedoJoin
- public class SpeedoJoin
- extends SpeedoElement
- Author:
- S.Chassande-Barrioz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
public java.lang.String table
- Is the name of table
columns
public java.util.List columns
- The list of SpeedoColumn composing the join
ACTION_NONE
public static final byte ACTION_NONE
- See Also:
- Constant Field Values
ACTION_NULL
public static final byte ACTION_NULL
- See Also:
- Constant Field Values
ACTION_CASCADE
public static final byte ACTION_CASCADE
- See Also:
- Constant Field Values
ACTION_RESTRICT
public static final byte ACTION_RESTRICT
- See Also:
- Constant Field Values
ACTION_DEFAULT
public static final byte ACTION_DEFAULT
- See Also:
- Constant Field Values
deleteAction
public byte deleteAction
SpeedoJoin
public SpeedoJoin()
setOuter
public void setOuter(boolean v)
getOuter
public boolean getOuter()
setIndexed
public void setIndexed(boolean v)
getIndexed
public boolean getIndexed()
setUnique
public void setUnique(boolean v)
getUnique
public boolean getUnique()