It is useful for the application to react to certain events that occur inside Hibernate. It allows for the implementation of generic functionality and the extension of Hibernate functionality.
Read More →All the methods of the Session interface correlate to an event. Only we need to use LoadEvent, a FlushEvent,
Read More →Hibernate3 allows certain actions to be permissioned via JACC, and authorized via JAAS. This is an optional functionality that is built on top of the event architecture.
Read More →It is useful for the application to react to certain events that occur inside Hibernate. It allows for the implementation of generic functionality and the extension of Hibernate functionality.
Read More →All the methods of the Session interface correlate to an event. Only we need to use LoadEvent, a FlushEvent,
Read More →Hibernate3 allows certain actions to be permissioned via JACC, and authorized via JAAS. This is an optional functionality that is built on top of the event architecture.
Read More →