Uses of Class
org.synchronoss.cpo.core.meta.domain.CpoFunction
Packages that use CpoFunction
Package
Description
-
Uses of CpoFunction in org.synchronoss.cpo.cassandra
Constructors in org.synchronoss.cpo.cassandra with parameters of type CpoFunctionModifierConstructorDescriptionCassandraBoundStatementFactory(com.datastax.oss.driver.api.core.CqlSession sess, CassandraCpoAdapter cassandraCpoAdapter, CpoClass criteria, CpoFunction function, T bean, Collection<CpoWhere> wheres, Collection<CpoOrderBy> orderBy, Collection<CpoNativeFunction> nativeQueries) Used to build the CassandraBoundStatementthat CPO executes for a given CpoFunction. -
Uses of CpoFunction in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core with parameters of type CpoFunctionModifier and TypeMethodDescriptionCpoStatementFactory.getBindValues(CpoFunction function, Object obj) Called by the CPO Framework.voidMetaVisitor.visit(CpoFunction cpoFunction) Visits a function node in the meta model. -
Uses of CpoFunction in org.synchronoss.cpo.core.exporter
Methods in org.synchronoss.cpo.core.exporter with parameters of type CpoFunctionModifier and TypeMethodDescriptionvoidAbstractMetaVisitor.visit(CpoFunction cpoFunction) voidCoreMetaXmlObjectExporter.visit(CpoFunction cpoFunction) -
Uses of CpoFunction in org.synchronoss.cpo.core.meta
Methods in org.synchronoss.cpo.core.meta that return CpoFunctionModifier and TypeMethodDescriptionCpoMetaDescriptor.createCpoFunction()Creates a new, emptyCpoFunction. -
Uses of CpoFunction in org.synchronoss.cpo.core.meta.domain
Methods in org.synchronoss.cpo.core.meta.domain that return types with arguments of type CpoFunctionModifier and TypeMethodDescriptionCpoFunctionGroup.getFunctions()Gets the functions in this group.Methods in org.synchronoss.cpo.core.meta.domain with parameters of type CpoFunctionModifier and TypeMethodDescriptionvoidCpoFunctionGroup.addFunction(CpoFunction function) Appends a function to this group.CpoFunction.parameterToString(CpoFunction function) Builds a diagnostic string describingfunction's argument list: each argument's bound attribute Java type, for debugging/logging purposes.booleanCpoFunctionGroup.removeFunction(CpoFunction function) Removes a function from this group. -
Uses of CpoFunction in org.synchronoss.cpo.jdbc
Constructors in org.synchronoss.cpo.jdbc with parameters of type CpoFunctionModifierConstructorDescriptionJdbcCallableStatementFactory(Connection conn, JdbcCpoAdapter jca, CpoFunction function, Object criteria, CpoClass resultClass) Used to build the CallableStatement that is used by CPO to create the actual JDBC CallableStatement.JdbcPreparedStatementFactory(Connection conn, JdbcCpoAdapter jca, CpoClass criteria, CpoFunction function, T bean, Collection<CpoWhere> wheres, Collection<CpoOrderBy> orderBy, Collection<CpoNativeFunction> nativeQueries) Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.