| 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.AbstractPostUpdateContext<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTypeProxy.postUpdate(ENTITY entity,
PostUpdateContext<ENTITY> context) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EntityListener.postUpdate(ENTITY entity,
PostUpdateContext<ENTITY> context)
Handles the entity after an update.
|
void |
EntityType.postUpdate(ENTITY entity,
PostUpdateContext<ENTITY> context)
Handles the entity after an update.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AutoBatchUpdateQuery.AutoBatchPostUpdateContext<E> |
protected static class |
AutoUpdateQuery.AutoPostUpdateContext<E> |
protected static class |
SqlFileBatchUpdateQuery.SqlFileBatchPostUpdateContext<E> |
protected static class |
SqlFileUpdateQuery.SqlFilePostUpdateContext<E> |