Uses of Interface
org.synchronoss.cpo.core.CpoWhereGroup
Packages that use CpoWhereGroup
-
Uses of CpoWhereGroup in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core with parameters of type CpoWhereGroupModifier and TypeMethodDescriptionCpoWhereBuilder.and(CpoWhereGroup group) Adds a nested group of conditions, joined to the previous condition with AND.CpoWhereBuilder.or(CpoWhereGroup group) Adds a nested group of conditions, joined to the previous condition with OR.