| 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.AbstractPreUpdateContext<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTypeProxy.preUpdate(ENTITY entity,
PreUpdateContext<ENTITY> context) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EntityListener.preUpdate(ENTITY entity,
PreUpdateContext<ENTITY> context)
Handles the entity before an update.
|
void |
EntityType.preUpdate(ENTITY entity,
PreUpdateContext<ENTITY> context)
Handles the entity before an update.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AutoBatchUpdateQuery.AutoBatchPreUpdateContext<E> |
protected static class |
AutoUpdateQuery.AutoPreUpdateContext<E> |
protected static class |
SqlFileBatchUpdateQuery.SqlFileBatchPreUpdateContext<E> |
protected static class |
SqlFileUpdateQuery.SqlFilePreUpdateContext<E> |