Articles about code sample’

Mar 20, 2008

Hibernate Events

Posted by Anandhan Subbiah in Java, Programming Concepts, Technical Articles 1 comment

Hibernate 3 actually implements most of its functionality as event listeners. Event listeners are always registered globally for the event that they handle. You can register them in the configuration file or programmatic ally. Either way, you will need to map your implementation of one of the interfaces to the associated types.Here is the different [...]

  • Share/Bookmark