Hi everybody,

What kind of EJB version are you using? In the 2.0 version the EJB
containers should implement a lazy loading of the entity beans therefore you
should not worry about that issue. This lazy loading depends on the EJB
container implementation, in case of Bea Weblogic, it loads some bean
attributes instead of the whole bean and all its relationships.

Reguards,
Jose



> Hi,
>
> I am trying to implement lazy loading for some fields
> (i.e. relationship fields). Generating value objects
> involves the @persistence tag, which only works on
> abstract getX accessors, which have no method body
> in the abstract bean class I am writing. Is there a
> way to use the @persitence tag with non-abstract methods,
> or any other way to implement lazy loading ?
>
> Thanks in advance
>
> Stefan
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to