Package | Description |
---|---|
com.manydesigns.portofino.model.database | |
com.manydesigns.portofino.persistence.hibernate |
Modifier and Type | Class and Description |
---|---|
class |
IncrementGenerator |
class |
SequenceGenerator |
class |
TableGenerator |
Modifier and Type | Field and Description |
---|---|
protected Generator |
PrimaryKeyColumn.generator |
Modifier and Type | Method and Description |
---|---|
Generator |
PrimaryKeyColumn.getGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
PrimaryKeyColumn.setGenerator(Generator generator) |
Modifier and Type | Method and Description |
---|---|
protected void |
HibernateConfig.setPKColumnGenerator(Mappings mappings,
RootClass clazz,
Table tab,
Column column,
SimpleValue id,
Generator generator) |