Uses of Record Class
org.synchronoss.cpo.core.BindAttribute
Packages that use BindAttribute
-
Uses of BindAttribute in org.synchronoss.cpo.cassandra
Method parameters in org.synchronoss.cpo.cassandra with type arguments of type BindAttributeModifier and TypeMethodDescriptionvoidCassandraBoundStatementFactory.setBindValues(Collection<BindAttribute> bindValues) Binds every value in a single call, rather than one call per bind variable. -
Uses of BindAttribute in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core that return types with arguments of type BindAttributeModifier and TypeMethodDescriptionBindableWhereBuilder.getBindValues()Gets the bind values accumulated so far by visiting the tree, in the order their placeholders appear inBindableWhereBuilder.getWhereClause().CpoStatementFactory.getBindValues(CpoFunction function, Object obj) Called by the CPO Framework.Method parameters in org.synchronoss.cpo.core with type arguments of type BindAttributeModifier and TypeMethodDescriptionvoidCpoStatementFactory.setBindValues(Collection<BindAttribute> bindValues) Called by the CPO Framework.