| Package | Description |
|---|---|
| org.seasar.doma.jdbc.dialect |
Provides RDBMS dialects.
|
| 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.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Class and Description |
|---|
| AutoGeneratedKeysType
Defines types for auto generated keys.
|
| Class and Description |
|---|
| IdGenerationConfig
A configuration for the identity generation.
|
| IdGenerator
An identity generator.
|
| Class and Description |
|---|
| AbstractIdGenerator
A skeletal implementation of the
IdGenerator interface. |
| AbstractPreGenerateIdGenerator
A generator that generates an identity value before an execution of insert.
|
| AbstractPreGenerateIdGenerator.IdContext
A context for identity values.
|
| AutoGeneratedKeysType
Defines types for auto generated keys.
|
| IdentityIdGenerator
A generator that uses a database IDENTITY column.
|
| IdGenerationConfig
A configuration for the identity generation.
|
| IdGenerator
An identity generator.
|
| IdProvider
An identity provider.
|
| SequenceIdGenerator
A generator that uses a database SEQUENCE.
|
| TableIdGenerator
A generator that uses a database TABLE.
|
| Class and Description |
|---|
| IdGenerationConfig
A configuration for the identity generation.
|