When I mark a field as type="INTEGER" and then mark it as a primary key using primaryKey="true" then the java data type that's used is NumberKey. If I don't mark it as a primary key then the java data type is int. Why is that? It just causes me more hassle because to get the value I have to do: blah.getId().getBigDecimal().intValue() instead of just doing blah.getId()
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
