Hi All
Had a couple of typos when I first sent this, so here it goes
again...
Is there a way to prevent the deletion of an Entity
EJB? Let's say I have a 'read only' Entity Bean. How do I configure the Bean
such that remove (if called) can never delete the entity? I notice that throwing
a RemoveException from ejbRemove() prevents deletion but was wondering if there
was a more elegant way to prevent deletion.
Thanks
Rob |
- Re: Let's try again - Preventing entity deletion Rob Young
- Re: Let's try again - Preventing entity deletion Juan Pablo Lorandi
- Re: Let's try again - Preventing entity deleti... Juan Pablo Lorandi