| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.metamodel |
Provides metamodels used to build the criteria query statements.
|
| org.seasar.doma.jdbc.entity |
Provides the classes that are related to entities.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedIdPropertyType<ENTITY,?,?> |
EntityTypeProxy.getGeneratedIdPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
GeneratedIdPropertyType<ENTITY,?,?> |
EntityType.getGeneratedIdPropertyType()
Returns the identity property description whose value is generated.
|
| Modifier and Type | Field and Description |
|---|---|
protected GeneratedIdPropertyType<ENTITY,?,?> |
AutoInsertQuery.generatedIdPropertyType |
protected GeneratedIdPropertyType<ENTITY,?,?> |
AutoBatchInsertQuery.generatedIdPropertyType |