org.apache.ws.jaxme.js.pattern
public static class VersionGenerator.TableInfo extends Object
This class is used internally to maintain the informations on the tables being cloned.
Method Summary | |
---|---|
void | add(VersionGenerator.ColumnUpdater pColumnUpdater) |
Iterator | getColumnUpdaters() |
String | getPropertyName() |
Table | getTable() |
boolean | hasPrimaryKey() |
boolean | isReferenced() |
void | setPrimaryKey(boolean pPrimaryKey) |
void | setReferenced(boolean pReferenced) |