This commit is contained in:
@@ -687,7 +687,7 @@ public interface Attribute<T, F> {
|
|||||||
final String fieldname = fieldalias;
|
final String fieldname = fieldalias;
|
||||||
Class column = fieldtype;
|
Class column = fieldtype;
|
||||||
java.lang.reflect.Type generictype = fieldtype;
|
java.lang.reflect.Type generictype = fieldtype;
|
||||||
System.out.println("------------generictype:" + generictype + ", tfield: " + tfield + ", tgetter: " + tgetter);
|
|
||||||
if (tfield != null) { // public tfield
|
if (tfield != null) { // public tfield
|
||||||
column = tfield.getType();
|
column = tfield.getType();
|
||||||
generictype = tfield.getGenericType();
|
generictype = tfield.getGenericType();
|
||||||
|
|||||||
Reference in New Issue
Block a user