We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e63495 commit f27b93eCopy full SHA for f27b93e
hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java
@@ -113,9 +113,9 @@ protected void logFlushResults(FlushEvent event) {
113
}
114
115
/**
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
+ * Process {@link CascadingActions#PERSIST_ON_FLUSH} at the start of a
+ * flush to discover any newly referenced entity that must be passed to
+ * {@code persist()}, and also apply orphan delete.
119
*/
120
private void prepareEntityFlushes(EventSource session, PersistenceContext persistenceContext)
121
throws HibernateException {
0 commit comments