if we switch to JPA, we should be able to use @PrePersist, @PreUpdate events annotation right? The events annotations are not supported in Hibernate persistence unless we switch to Hibernate Entity Manager.
Thanks dev On 10/22/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: > > AppFuse 2.0 has full support for JPA. See the following tutorial for > details as to how to set up your project to use JPA: > http://www.appfuse.org/display/APF/Using+JPA > > Mike. > > On 10/22/07, dev dev <[EMAIL PROTECTED]> wrote: > > > > Has anyone done this yet for Appfuse 2.0? > > > > Thanks > > dev > > > >
