| 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.AbstractPreInsertContext<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTypeProxy.preInsert(ENTITY entity,
PreInsertContext<ENTITY> context) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EntityListener.preInsert(ENTITY entity,
PreInsertContext<ENTITY> context)
Handles the entity before an insert.
|
void |
EntityType.preInsert(ENTITY entity,
PreInsertContext<ENTITY> context)
Handles the entity before an insert.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AutoBatchInsertQuery.AutoBatchPreInsertContext<E> |
protected static class |
AutoInsertQuery.AutoPreInsertContext<E> |
protected static class |
SqlFileBatchInsertQuery.SqlFileBatchPreInsertContext<E> |
protected static class |
SqlFileInsertQuery.SqlFilePreInsertContext<E> |