Methods Summary |
---|
public void | addColumn(org.netbeans.modules.dbschema.DBMemberElement column)Adds a column to the list of columns mapped by this mapping field.
|
public java.util.ArrayList | getColumns()Returns the list of column names to which this mapping field is
mapped.
|
public int | getFetchGroup()Get the fetch group of this field element.
|
public boolean | isInConcurrencyCheck()Determines whether this field element is in a concurrency check or not.
|
public boolean | isReadOnly()Determines whether this field element is read only or not.
|
public boolean | isVersion()Determines whether this field element is a version field or not.
|
public void | removeColumn(java.lang.String columnName)Removes a column from the list of columns mapped by this mapping field.
|
public void | setFetchGroup(int group)Set the fetch group of this field element.
|
public void | setInConcurrencyCheck(boolean flag)Set whether this field element is in a concurrency check or not.
|
public void | setReadOnly(boolean flag)Set whether this field element is read only or not.
|
public void | setVersion(boolean flag)Set whether this field element is a version field or not.
|