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