Hi,
In my experience all you need to do is use objects instead of primitive
types as your ejb public fields.
For example instead of 

public int myField;

use

public Integer myField;

If the db column value is null, so will myField be null.

david jencks

On 2001.06.18 01:24:29 -0400 [EMAIL PROTECTED] wrote:
> Hi all,
> 
> I have question, what settings CMP for access to database column
> with�NULL values?
> 
> Miro
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to