Where can I find a complete (!) list of all Hibernate events?
Hibernate supports several events through listener interfaces. I could find all interfaces in the API docs. But i couldn't find a complete list of the corresponding event names.
Any idea where to look?