I'm also very interested in this capability, but have been unable to locate a easy way to do this.
As you probably know, the deprecated Data Object does allow you to do this. I think (but am not sure) that you can only control VO get & set together with an exclude: @ejb:value-object match="*" exclude="true" So you could use a wrapper getter and setter (where the wrapper getter calls the excluded getter, and the wrapper setter does nothing). Does anyone know of a better/smarter way to do this? On Mon, 2002-12-16 at 11:28, Craig Dickson wrote: > Is there a way to mark a property in an Entity bean class so that the > generated VO will only provide a getter and not a setter? > > Thanks. ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
