| Package | Description |
|---|---|
| org.seasar.doma |
Provides annotations and exceptions.
|
| org.seasar.doma.jdbc.entity |
Provides the classes that are related to entities.
|
| org.seasar.doma.jdbc.id |
Provides classes that are related to identity generation of entity.
|
| Modifier and Type | Method and Description |
|---|---|
static GenerationType |
GenerationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenerationType[] |
GenerationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GeneratedIdPropertyType.isGenerationTypeSupported(GenerationType generationType,
Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
GenerationType |
BuiltinTableIdGenerator.getGenerationType() |
GenerationType |
IdGenerator.getGenerationType()
Returns the generation type.
|
GenerationType |
BuiltinSequenceIdGenerator.getGenerationType() |
GenerationType |
BuiltinIdentityIdGenerator.getGenerationType() |