JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.event.spi
PreFlushEventListener
Contents
Description
Method Summary
Method Details
onAutoPreFlush(PreFlushEvent)
Hide sidebar
Show sidebar
Interface PreFlushEventListener
@Incubating
public interface
PreFlushEventListener
A listener for events of type
PreFlushEvent
.
Since:
7.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onAutoPreFlush
(
PreFlushEvent
event)
Method Details
onAutoPreFlush
void
onAutoPreFlush
(
PreFlushEvent
event)
throws
HibernateException
Throws:
HibernateException