Tagged Questions
1
vote
1answer
196 views
What does eclipse do when you inspect variables (while debugging)
I have an instance of org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy that is causing some grief: whenever I programmatically try to access it I get a null pointer exception (ie ...
0
votes
1answer
49 views
Java monitor changes in database - Hibernate and envers
I'm writing a server side application that will monitor changes to a database, I plan to do this with Hibernate. I'd like to set up a listener so that if any changes are made to the data any ...