Uses of Package
org.synchronoss.cpo.core

Packages that use org.synchronoss.cpo.core
  • Class
    Description
    BindAttribute pairs a single bind value produced while walking a CpoWhere tree (see BindableWhereBuilder) with either the resolved CpoAttribute it belongs to, or, when no matching bean attribute exists, the raw attribute name it was addressed by.
    Exception class acts as a catch all for any condition occurring in with regards to an Element
    CpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value beans within a datasource.
    Creates CpoAdapter instances (plain, transactional, or XA) for a single named data source configuration.
    CpoData is the binding between a single bean attribute and the mechanics needed to move its value into and out of the datastore: invoking the bean's getter/setter reflectively and applying any configured CpoTransform on the way in or out.
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
    Represents a native (datastore-specific) function expression bound to a marker, for embedding SQL/CQL functions like UPPER(?) into a CPO where/order-by clause.
    CpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
    The clauses of a CpoAdapter operation: the function group to run plus any run-time where constraints, orderings, and native expressions.
    CpoReleasable is a class that can be called during a CpoTransform when there are resources that need to released after the current prepared statement is processed.
    CpoTrxAdapter adds commit, rollback, and close functionality to the methods already in CpoAdapter.
    `CpoWhere` is an interface for specifying the where clause to filter objects that are returned from the Datasource.
    Interface that defines the methods needed by CPO for any class that collects DataSource info and instantiates the DataSource
    This defines a depth first meta visitor.
    This is a general Node class to be used to build different types of trees.
    This is the interface for the visitors to the Node Hierarchy
  • Class
    Description
    Creates CpoAdapter instances (plain, transactional, or XA) for a single named data source configuration.
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
  • Class
    Description
    This defines a depth first meta visitor.
  • Class
    Description
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
  • Class
    Description
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
  • Class
    Description
    Base CpoData implementation that owns the CpoAttribute being bound and handles the transform half of the contract (AbstractCpoData.transformIn(Object)/AbstractCpoData.transformOut(Object)).
    CpoData is the binding between a single bean attribute and the mechanics needed to move its value into and out of the datastore: invoking the bean's getter/setter reflectively and applying any configured CpoTransform on the way in or out.
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
  • Class
    Description
    CpoData is the binding between a single bean attribute and the mechanics needed to move its value into and out of the datastore: invoking the bean's getter/setter reflectively and applying any configured CpoTransform on the way in or out.
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
    Defines that a implementer of this interface allows visits from a MetaVisitor.
    This defines a depth first meta visitor.
  • Class
    Description
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.