Re: How to set null for a column for which the corresponding java type is long

2004-01-28 Thread Andrei Ivanov
But isn't that much slower? /me is a newbie in java and ojb On Wed, 28 Jan 2004, Danilo Tommasina wrote: Hi, Do not use a primitive data type in your persistent class, use instead a subtype of Number. (Integer, Long, BigInteger, BigDecimal,... ) cheers Danilo Hi, All I

`Single Proxy for a Whole Collection` problem

2004-01-08 Thread Andrei Ivanov
Hello, I've created a mapping like this: class-descriptor class=com.ines.flanco.model.ProductTO table=products field-descriptor name=id column=id jdbc-type=INTEGER nullable=false primarykey=true