Mantis - Resin
Viewing Issue Advanced Details
1716 minor always 04-27-07 07:03 03-12-08 15:20
westrupp  
ferg  
high  
closed 3.1.0  
fixed  
none    
none 3.1.6  
0001716: Amber native query " select * " does not work
A select * will fail to load a Bean.class object if the corresponding table has the column ordering different from ID + fields in alphabetical order.

Table: BEAN
===========
ID
A_COLUMN
B_COLUMN
C_COLUMN
...

In other words, when the table structure does not match the Bean.class fields in ascending order, the "select *" will fail.

Notes
(0002844)
ferg   
03-12-08 15:20   
jpa/0y1d