JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.sql.exec.spi
SecondaryAction
Contents
Description
Hide sidebar
Show sidebar
Interface SecondaryAction
All Known Subinterfaces:
PostAction
,
PreAction
@Incubating
public interface
SecondaryAction
Common marker interface for
PreAction
and
PostAction
.
Implementation Specification:
Split to allow implementing both simultaneously.