Uses of Package
org.synchronoss.cpo.core

Packages that use org.synchronoss.cpo.core
  • 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)).
    Base DataSourceInfo implementation that holds the common name/fetchSize/batchSize configuration and lazily creates the underlying datasource object on first access, guarding creation with a lock so concurrent callers cannot race to create it twice.
    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.
    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.
    The CpoBaseAdapter has common functionality needed by all Adapter implementations
    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.
    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.
    CpoStatementFactory is the base class that encapsulates the creation of the native statement for the target datastore from the meta expression, where clauses, and order-by clauses.
    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
  • 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
    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
    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
    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.
  • 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)).
    Base DataSourceInfo implementation that holds the common name/fetchSize/batchSize configuration and lazily creates the underlying datasource object on first access, guarding creation with a lock so concurrent callers cannot race to create it twice.
    Default CpoWhere implementation: a bindable where-clause node that is also a Node, allowing leaf comparisons to be chained into branches via BindableCpoWhere.addWhere(CpoWhere) and rendered to native SQL/CQL text via BindableCpoWhere.toString(CpoClass).
    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.
    The CpoBaseAdapter has common functionality needed by all Adapter implementations
    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.
    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.
    CpoStatementFactory is the base class that encapsulates the creation of the native statement for the target datastore from the meta expression, where clauses, and order-by clauses.
    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 is a general Node class to be used to build different types of trees.
  • 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
    CpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value beans within a datasource.
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
    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.
    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.
  • 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
    A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.