| Package | Description |
|---|---|
| org.seasar.doma.internal.jdbc.entity | |
| 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 | Class and Description |
|---|---|
class |
org.seasar.doma.internal.jdbc.entity.AbstractPostInsertContext<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTypeProxy.postInsert(ENTITY entity,
PostInsertContext<ENTITY> context) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EntityListener.postInsert(ENTITY entity,
PostInsertContext<ENTITY> context)
Handles the entity after an insert.
|
void |
EntityType.postInsert(ENTITY entity,
PostInsertContext<ENTITY> context)
Handles the entity after an insert.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AutoBatchInsertQuery.AutoBatchPostInsertContext<E> |
protected static class |
AutoInsertQuery.AutoPostInsertContext<E> |
protected static class |
SqlFileBatchInsertQuery.SqlFileBatchPostInsertContext<E> |
protected static class |
SqlFileInsertQuery.SqlFilePostInsertContext<E> |