Uses of Class
org.synchronoss.cpo.core.CpoStatementFactory
Packages that use CpoStatementFactory
-
Uses of CpoStatementFactory in org.synchronoss.cpo.cassandra
Subclasses of CpoStatementFactory in org.synchronoss.cpo.cassandraModifier and TypeClassDescriptionclassCassandraBoundStatementFactory is the object that encapsulates the creation of the actual CassandraBoundStatementused to execute a CpoFunction against the datastax driver. -
Uses of CpoStatementFactory in org.synchronoss.cpo.jdbc
Subclasses of CpoStatementFactory in org.synchronoss.cpo.jdbcModifier and TypeClassDescriptionclassJdbcPreparedStatementFactory is the object that encapsulates the creation of the actual PreparedStatement for the JDBC driver.