Uses of Interface
org.synchronoss.cpo.INodeVisitor

Packages that use INodeVisitor
org.synchronoss.cpo   
org.synchronoss.cpo.jdbc   
 

Uses of INodeVisitor in org.synchronoss.cpo
 

Methods in org.synchronoss.cpo with parameters of type INodeVisitor
 boolean Node.acceptBFVisitor(INodeVisitor nv)
          Implements the visitor pattern.
 boolean Node.acceptDFVisitor(INodeVisitor nv)
          Implements the visitor pattern.
 

Uses of INodeVisitor in org.synchronoss.cpo.jdbc
 

Classes in org.synchronoss.cpo.jdbc that implement INodeVisitor
 class JdbcWhereBuilder<T>
          JdbcWhereBuilder is an interface for specifying the sort order in which objects are returned from the Datasource.
 



Copyright © 2010. All Rights Reserved.