RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

DbAccess doesn't recognize bean class with public fields #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. DbAccess db = new SQLiteAccess();
2. List<A> aList = db.query("select * from A", MyBean.class)

What is the expected output? What do you see instead?
aList must have MyBean objects with their fields are properly set. However,
public field members have no value.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by taroleo on 24 Aug 2009 at 8:59

GoogleCodeExporter commented 8 years ago

Original comment by taroleo on 10 Sep 2009 at 5:57

GoogleCodeExporter commented 8 years ago
Issue 36 has been merged into this issue.

Original comment by taroleo on 20 Nov 2009 at 9:22

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by taroleo on 23 Dec 2009 at 2:19