Package | Description |
---|---|
com.caucho.amber.idgen | |
com.caucho.amber.manager | |
com.caucho.amber.type |
Modifier and Type | Class and Description |
---|---|
class |
AmberTableGenerator
Generator table.
|
class |
SequenceIdGenerator
Generator table.
|
Modifier and Type | Method and Description |
---|---|
IdGenerator |
AmberPersistenceUnit.getTableGenerator(java.lang.String name)
Returns a table generator.
|
IdGenerator |
AmberPersistenceUnit.putTableGenerator(java.lang.String name,
IdGenerator gen)
Sets a table generator.
|
Modifier and Type | Method and Description |
---|---|
IdGenerator |
AmberPersistenceUnit.putTableGenerator(java.lang.String name,
IdGenerator gen)
Sets a table generator.
|
Modifier and Type | Method and Description |
---|---|
IdGenerator |
EntityType.getGenerator(java.lang.String name)
Sets the named generator.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityType.setGenerator(java.lang.String name,
IdGenerator gen)
Sets the named generator.
|