This content has been marked as final.
Show 1 reply
-
1. Re: How to handle 1:1 related beans in facade/value objects
hariv Jan 3, 2005 1:11 PM (in response to czernay)You can have a non-abstract setImage method in your Account entity bean ,which accepts a byte array, which will inturn create the dependent image entity bean and sets the byte array on the image entity bean.
I hope this helps.
Thanks