Uses of Class
org.synchronoss.cpo.core.CpoNativeFunction
Packages that use CpoNativeFunction
-
Uses of CpoNativeFunction in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core that return types with arguments of type CpoNativeFunctionModifier and TypeMethodDescriptionCpoQuery.nativeExpressions()Returns the value of thenativeExpressionsrecord component.Methods in org.synchronoss.cpo.core with parameters of type CpoNativeFunctionModifier and TypeMethodDescriptionCpoQuery.nativeExpression(CpoNativeFunction nativeExpression) Adds a native expression that augments the expression stored in the metadata.Method parameters in org.synchronoss.cpo.core with type arguments of type CpoNativeFunctionModifier and TypeMethodDescriptionCpoQuery.nativeExpressions(Collection<CpoNativeFunction> nativeExpressions) Adds a collection of native expressions.