Uses of Interface
org.seasar.doma.jdbc.entity.PostDeleteContext
Packages that use PostDeleteContext
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 PostDeleteContext in org.seasar.doma.internal.jdbc.entity
Classes in org.seasar.doma.internal.jdbc.entity that implement PostDeleteContext -
Uses of PostDeleteContext in org.seasar.doma.jdbc.criteria.metamodel
Methods in org.seasar.doma.jdbc.criteria.metamodel with parameters of type PostDeleteContextModifier and TypeMethodDescriptionvoidEntityTypeProxy.postDelete(ENTITY entity, PostDeleteContext<ENTITY> context) -
Uses of PostDeleteContext in org.seasar.doma.jdbc.entity
Methods in org.seasar.doma.jdbc.entity with parameters of type PostDeleteContextModifier and TypeMethodDescriptiondefault voidEntityListener.postDelete(ENTITY entity, PostDeleteContext<ENTITY> context) Called after an entity has been successfully deleted from the database.voidEntityType.postDelete(ENTITY entity, PostDeleteContext<ENTITY> context) Called after an entity has been successfully deleted from the database. -
Uses of PostDeleteContext in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement PostDeleteContextModifier and TypeClassDescriptionprotected static classThe context class for post-delete processing in batch operations.protected static classContext class for post-delete operations.protected static classA context for post-delete entity lifecycle callbacks.protected static classA context for post-delete entity lifecycle callbacks.