Interface CassandraCpoTransform<D,J>
- Type Parameters:
D- The type of the datasource classJ- The type of the java class
- All Superinterfaces:
CpoTransform<D,J>
- All Known Implementing Classes:
TransformNoOp
Custom transforms of Java classes to Datasource classes
- Since:
- 9/19/10
- Author:
- Michael Bellomo
-
Method Summary
Modifier and TypeMethodDescriptiontransformOut(CassandraBoundStatementFactory cbsf, J attributeObject) Transforms a java class to a datasource classMethods inherited from interface org.synchronoss.cpo.core.transform.CpoTransform
transformIn, transformOut
-
Method Details
-
transformOut
Transforms a java class to a datasource class- Parameters:
cbsf- The CassandraBoundStatementFactoryattributeObject- The java attribute to be transformed- Returns:
- The datasource object
- Throws:
CpoException- an exception occurred
-