Interface CassandraCpoTransform<D,J>

Type Parameters:
D - The type of the datasource class
J - The type of the java class
All Superinterfaces:
CpoTransform<D,J>
All Known Implementing Classes:
TransformNoOp

public interface CassandraCpoTransform<D,J> extends CpoTransform<D,J>
Custom transforms of Java classes to Datasource classes
Since:
9/19/10
Author:
Michael Bellomo
  • Method Details

    • transformOut

      D transformOut(CassandraBoundStatementFactory cbsf, J attributeObject) throws CpoException
      Transforms a java class to a datasource class
      Parameters:
      cbsf - The CassandraBoundStatementFactory
      attributeObject - The java attribute to be transformed
      Returns:
      The datasource object
      Throws:
      CpoException - an exception occurred