In one sentence, I'd suggest that you don't extend GenericDAO and
GenericManager, but rather look at their retrieval methods and copy
them into your own read-only implementation, or perhaps just override
them with a log.warn("Not implemented in READ-ONLY mode") and return
null.


On Mon, Aug 25, 2008 at 10:07 PM, Joey122 <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> Is this possible - I ve declared a model entity and get the idea of what is
> happening -
>
> However I only want to allow the data to be viewed and NOT loaded.
>
> Is there an annotation that needs adding to do this?
>
> Can someone explain in one sentence what needs to be done / give me a
> pointer
>
> Cheers
> --
> View this message in context: 
> http://www.nabble.com/Only-listing-Entity---Prevent-Edit-Save-Delete-Capability-tp19150749s2369p19150749.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to