Using SmartGWT EE. Is it always the case that fields with type="integer" are Longs in the criteria, values and oldValues maps in the DSRequest the server sees? And does type="float" always result in a BigDecimal? I assume type="date" is always java.sql.date or java.util.date? If this is covered in documentation somewhere please point me to it. Thanks.
I want to be sure we write our server side code in such a way that we don't end up with problems if we move some tables to a different RDBMS.
I want to be sure we write our server side code in such a way that we don't end up with problems if we move some tables to a different RDBMS.
Comment