Uses of Interface
org.synchronoss.cpo.core.CpoData
Packages that use CpoData
Package
Description
-
Uses of CpoData in org.synchronoss.cpo.cassandra
Classes in org.synchronoss.cpo.cassandra that implement CpoDataModifier and TypeClassDescriptionclassHelps manage data transfer between the CPO object and the Cassandra bound statement. -
Uses of CpoData in org.synchronoss.cpo.cassandra.meta
Classes in org.synchronoss.cpo.cassandra.meta that implement CpoDataModifier and TypeClassDescriptionclassManages data transfer between the cpo objects and the result set -
Uses of CpoData in org.synchronoss.cpo.core
Classes in org.synchronoss.cpo.core that implement CpoDataModifier and TypeClassDescriptionclassBaseCpoDataimplementation that owns theCpoAttributebeing bound and handles the transform half of the contract (AbstractCpoData.transformIn(Object)/AbstractCpoData.transformOut(Object)). -
Uses of CpoData in org.synchronoss.cpo.core.meta
Classes in org.synchronoss.cpo.core.meta that implement CpoDataModifier and TypeClassDescriptionclassBaseCpoDataimplementation for datastore bindings that are addressed by a positional index (e.g. a JDBC parameter or column index) in addition to theCpoAttributethey move data for.classBaseCpoDataimplementation for reading a bound attribute's value out of a datastore result row (e.g. a JDBCResultSetor CassandraRow). -
Uses of CpoData in org.synchronoss.cpo.core.meta.domain
Methods in org.synchronoss.cpo.core.meta.domain with parameters of type CpoDataModifier and TypeMethodDescriptionvoidCpoAttribute.invokeSetter(Object instanceObject, CpoData cpoData) Invokes the bean's setter method, passing the value read fromcpoData. -
Uses of CpoData in org.synchronoss.cpo.jdbc
Classes in org.synchronoss.cpo.jdbc that implement CpoDataModifier and TypeClassDescriptionclassBase forCpoDataimplementations backed by a JDBCStatementsubtype, resolving theJdbcMethodMapEntryused to bind/read a bound attribute's value.classMoves a bound attribute's value to or from a JDBCCallableStatementIN/OUT parameter, applying any configuredJdbcCpoTransformalong the way.classThe data handler for a prepared statement -
Uses of CpoData in org.synchronoss.cpo.jdbc.meta
Classes in org.synchronoss.cpo.jdbc.meta that implement CpoData