This content has been marked as final.
Show 4 replies
-
1. Re: PrePersist implementation
epbernard May 16, 2006 10:01 AM (in response to voidhawc)PrePersist is an annotation, (ie almost like an interface, do you need more?
-
2. Re: PrePersist implementation
voidhawc May 16, 2006 6:46 PM (in response to voidhawc)Thanks for that, Emmanuel.
But I was looking for how, precisely, the JBoss/Hibernate engine processes the @PrePersist annonation.
So, the ejb3-persistence.jar from Hibernate that JBoss uses only has interfaces???? No actual implementation or processing inside its classes?
Thanks,
Grant -
3. Re: PrePersist implementation
epbernard May 16, 2006 7:56 PM (in response to voidhawc)Look into the entitymanager source, there are special events that take care of it (in the event package afair)
-