Re: EOGenerator and prototypes
Re: EOGenerator and prototypes
- Subject: Re: EOGenerator and prototypes
- From: Lachlan Deck <email@hidden>
- Date: Wed, 16 May 2007 11:16:31 +1000
On 16/05/2007, at 11:01 AM, Mike Schrag wrote:
What was your javaValueClass (or whatever it is named) pre-
prototypes and post-prototypes?
Previously:
{
allowsNull = Y;
columnName = feeExTax;
externalType = DECIMAL;
name = feeExTax;
precision = 10;
scale = 2;
valueClassName = NSDecimalNumber;
valueType = B;
}
Now:
{
columnName = feeExTax;
name = feeExTax;
prototypeName = decimal_14_2;
}
Prototype definition:
{
allowsNull = Y;
columnName = "";
externalType = NUMERIC;
name = decimal_14_2;
precision = 14;
scale = 2;
valueClassName = NSNumber;
valueType = B;
}
So it would seem that Entity Modeler is not setting the
valueClassName as NSDecimalNumber when selecting "Big Decimal -
BigDecimal B".
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden