[hibernate-dev] org.hibernate.event.spi Listener changes for 6 ?

Sanne Grinovero sanne at hibernate.org
Tue May 16 11:19:33 EDT 2017


Since 6 is coming I'd like to suggest two trivial changes for the listeners:

# Serializable

I assume we can drop the "extend Serializable" from all these interfaces ?

# PostInsertEventListener.requiresPostCommitHanding(EntityPersister)

I suspect there is a typo in this method?
N.B. there are some more copies of `requiresPostCommitHanding` in
other listeners, beyond the PostInsertEventListener.

Thanks,
Sanne


More information about the hibernate-dev mailing list