Class CassandraResultSetCpoData
java.lang.Object
org.synchronoss.cpo.core.AbstractCpoData
org.synchronoss.cpo.core.meta.AbstractBindableCpoData
org.synchronoss.cpo.core.meta.ResultSetCpoData
org.synchronoss.cpo.cassandra.meta.CassandraResultSetCpoData
- All Implemented Interfaces:
CpoData
Manages data transfer between the cpo objects and the result set
-
Constructor Summary
ConstructorsConstructorDescriptionCassandraResultSetCpoData(MethodMapper<?> methodMapper, Object rs, CpoAttribute cpoAttribute, int index) Constructs the CassandraResultSetCpoData -
Method Summary
Methods inherited from class org.synchronoss.cpo.core.meta.ResultSetCpoData
getRs, invokeGetterMethods inherited from class org.synchronoss.cpo.core.meta.AbstractBindableCpoData
getIndexMethods inherited from class org.synchronoss.cpo.core.AbstractCpoData
getCpoAttribute, getDataGetterReturnType, getDataSetterParamType, invokeSetter, setCpoAttribute, transformIn, transformOut
-
Constructor Details
-
CassandraResultSetCpoData
public CassandraResultSetCpoData(MethodMapper<?> methodMapper, Object rs, CpoAttribute cpoAttribute, int index) Constructs the CassandraResultSetCpoData- Parameters:
methodMapper- The MethodMapperrs- The result setcpoAttribute- The CpoAttributeindex- The index of the CpoAttribute in the result set
-