Uses of Interface
org.hibernate.loader.ast.spi.AfterLoadAction
-
Packages that use AfterLoadAction Package Description org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.exec.spi 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 AfterLoadAction Modifier and Type Method Description void
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 AfterLoadAction Modifier and Type Method Description void
Callback. registerAfterLoadAction(AfterLoadAction afterLoadAction)
Register a callback action
-