Skip to content

Commit f27b93e

Browse files
committed
minor improvement to jdoc
1 parent 2e63495 commit f27b93e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ protected void logFlushResults(FlushEvent event) {
113113
}
114114

115115
/**
116-
* Process cascade save/update at the start of a flush to discover
117-
* any newly referenced entity that must be passed to saveOrUpdate(),
118-
* and also apply orphan delete
116+
* Process {@link CascadingActions#PERSIST_ON_FLUSH} at the start of a
117+
* flush to discover any newly referenced entity that must be passed to
118+
* {@code persist()}, and also apply orphan delete.
119119
*/
120120
private void prepareEntityFlushes(EventSource session, PersistenceContext persistenceContext)
121121
throws HibernateException {

0 commit comments

Comments
 (0)