whiskeysierra
whiskeysierra

Reputation: 5120

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?

Upvotes: 6

Views: 2599

Answers (1)

whiskeysierra
whiskeysierra

Reputation: 5120

I found it here. Shame on Hibernate's documentation.

Upvotes: 14

Related Questions