| 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.AbstractPreDeleteContext<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTypeProxy.preDelete(ENTITY entity,
PreDeleteContext<ENTITY> context) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EntityListener.preDelete(ENTITY entity,
PreDeleteContext<ENTITY> context)
Handles the entity before a delete.
|
void |
EntityType.preDelete(ENTITY entity,
PreDeleteContext<ENTITY> context)
Handles the entity before a delete.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AutoBatchDeleteQuery.AutoBatchPreDeleteContext<E> |
protected static class |
AutoDeleteQuery.AutoPreDeleteContext<E> |
protected static class |
SqlFileBatchDeleteQuery.SqlFileBatchPreDeleteContext<E> |
protected static class |
SqlFileDeleteQuery.SqlFilePreDeleteContext<E> |