I want to add entitylistners to my entity for which I used annotation @EntityListners on my hibernate pojo, its not making any difference.The entity listners are not being called , I am uisng hibernate 3.5.1 final.do I need JPA for this to work ?does the annotation @PrePersist @EntityListeners .... they work just with hibernate ?
↧