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