Uses of Interface
org.seasar.doma.jdbc.entity.PostInsertContext
Packages that use PostInsertContext
Package
Description
Internal implementation details for the Doma framework.
Provides metamodels used to build the criteria query statements.
Provides classes and interfaces for entity mapping and lifecycle management.
Provides query objects that build and execute SQL statements.
-
Uses of PostInsertContext in org.seasar.doma.internal.jdbc.entity
Classes in org.seasar.doma.internal.jdbc.entity that implement PostInsertContext -
Uses of PostInsertContext in org.seasar.doma.jdbc.criteria.metamodel
Methods in org.seasar.doma.jdbc.criteria.metamodel with parameters of type PostInsertContextModifier and TypeMethodDescriptionvoidEntityTypeProxy.postInsert(ENTITY entity, PostInsertContext<ENTITY> context) -
Uses of PostInsertContext in org.seasar.doma.jdbc.entity
Methods in org.seasar.doma.jdbc.entity with parameters of type PostInsertContextModifier and TypeMethodDescriptiondefault voidEntityListener.postInsert(ENTITY entity, PostInsertContext<ENTITY> context) Called after an entity has been successfully inserted into the database.voidEntityType.postInsert(ENTITY entity, PostInsertContext<ENTITY> context) Called after an entity has been successfully inserted into the database. -
Uses of PostInsertContext in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement PostInsertContextModifier and TypeClassDescriptionprotected static classThe context class for post-insert batch processing.protected static classA context class for post-insert entity processing.protected static classA context class for post-insert entity processing.protected static classA context for post-insert entity lifecycle callbacks.protected static classA context for post-insert entity lifecycle callbacks.