Package | Description |
---|---|
com.manydesigns.portofino.model.database |
Modifier and Type | Field and Description |
---|---|
protected PrimaryKeyColumn |
Generator.primaryKeyColumn |
Modifier and Type | Field and Description |
---|---|
protected List<PrimaryKeyColumn> |
PrimaryKey.primaryKeyColumns |
Modifier and Type | Method and Description |
---|---|
PrimaryKeyColumn |
PrimaryKey.findPrimaryKeyColumnByName(String columnName) |
PrimaryKeyColumn |
PrimaryKey.findPrimaryKeyColumnByNameIgnoreCase(String columnName) |
PrimaryKeyColumn |
Generator.getPrimaryKeyColumn() |
Modifier and Type | Method and Description |
---|---|
List<PrimaryKeyColumn> |
PrimaryKey.getPrimaryKeyColumns() |
Modifier and Type | Method and Description |
---|---|
void |
Generator.setPrimaryKeyColumn(PrimaryKeyColumn primaryKeyColumn) |
Constructor and Description |
---|
Generator(PrimaryKeyColumn primaryKeyColumn) |
IncrementGenerator(PrimaryKeyColumn primaryKeyColumn) |
SequenceGenerator(PrimaryKeyColumn primaryKeyColumn) |
TableGenerator(PrimaryKeyColumn primaryKeyColumn) |