Uses of Interface
org.synchronoss.cpo.core.CpoReleasable
Packages that use CpoReleasable
-
Uses of CpoReleasable in org.synchronoss.cpo.cassandra
Classes in org.synchronoss.cpo.cassandra that implement CpoReleasableModifier and TypeClassDescriptionclassCassandraBoundStatementFactory is the object that encapsulates the creation of the actual CassandraBoundStatementused to execute a CpoFunction against the datastax driver. -
Uses of CpoReleasable in org.synchronoss.cpo.core
Classes in org.synchronoss.cpo.core that implement CpoReleasableModifier and TypeClassDescriptionclassCpoStatementFactory is the base class that encapsulates the creation of the native statement for the target datastore from the meta expression, where clauses, and order-by clauses.Methods in org.synchronoss.cpo.core with parameters of type CpoReleasableModifier and TypeMethodDescriptionvoidCpoStatementFactory.AddReleasable(CpoReleasable releasable) Adds a releasable object to this object. -
Uses of CpoReleasable in org.synchronoss.cpo.jdbc
Classes in org.synchronoss.cpo.jdbc that implement CpoReleasableModifier and TypeClassDescriptionclassJdbcCallableStatementFactory is the object that encapsulates the creation of the actual CallableStatement for the JDBC driver.classJdbcPreparedStatementFactory is the object that encapsulates the creation of the actual PreparedStatement for the JDBC driver.Methods in org.synchronoss.cpo.jdbc with parameters of type CpoReleasableModifier and TypeMethodDescriptionvoidJdbcCallableStatementFactory.AddReleasable(CpoReleasable releasable) Adds a releasable object to this object.