Uses of Interface
org.hibernate.loader.ast.spi.AfterLoadAction
Packages that use AfterLoadAction
Package
Description
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
-
Uses of AfterLoadAction in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type AfterLoadActionModifier and TypeMethodDescriptionvoid
CallbackImpl.registerAfterLoadAction
(AfterLoadAction afterLoadAction) void
CallbackNoOp.registerAfterLoadAction
(AfterLoadAction afterLoadAction) -
Uses of AfterLoadAction in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type AfterLoadActionModifier and TypeMethodDescriptionvoid
Callback.registerAfterLoadAction
(AfterLoadAction afterLoadAction) Register a callback action