Class ResultClassInfo
- java.lang.Object
-
- org.datanucleus.store.cassandra.query.ResultClassInfo
-
public class ResultClassInfo extends Object
Used to hold arguments that will be passed in QueryUtils.createResultObjectUsingDefaultConstructorAndSetters method*
-
-
Constructor Summary
Constructors Constructor Description ResultClassInfo(Field[] fields, String[] fieldNames, List<Integer> fieldsMatchingColumnIndexes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getFieldNames()Field[]getFields()List<Integer>getFieldsMatchingColumnIndexes()
-