Hi, 

I'm trying to solve the following question:

Let's say that I have an object in my business domain which defines a series
of get/set methods for the following properties:

userName
userPassword
userDescription
userInitialMenu

Let's say that the user who install my application on Jboss is going to
create the database manually and he doesn't want to deal with
userDescription field, so he will create a Users table with only the
following properties: 

userName
userPassword
userInitialMenu

Provided that I'll dress my business domain object with the necessary checks
when the entity bean will return to me a course-grained view of the table,
is it legal to define a mapping between entity bean and table fields only
for a partial number of fields?


Regards,

Marco


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to