Uses of Package
org.synchronoss.cpo.core
Packages that use org.synchronoss.cpo.core
Package
Description
-
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.coreClassDescription
BindAttributepairs a single bind value produced while walking aCpoWheretree (seeBindableWhereBuilder) with either the resolvedCpoAttributeit 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 ElementCpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value beans within a datasource.CreatesCpoAdapterinstances (plain, transactional, or XA) for a single named data source configuration.CpoDatais 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 configuredCpoTransformon the way in or out.ACpoExceptionis 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 likeUPPER(?)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 aCpoAdapteroperation: 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 DataSourceThis 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 -
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.core.configClassDescriptionCreates
CpoAdapterinstances (plain, transactional, or XA) for a single named data source configuration.ACpoExceptionis the common superclass for any number of CPO related exceptions that may occur during the execution of a business task. -
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.core.exporter
-
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.core.helperClassDescriptionA
CpoExceptionis the common superclass for any number of CPO related exceptions that may occur during the execution of a business task. -
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.core.jtaClassDescriptionA
CpoExceptionis the common superclass for any number of CPO related exceptions that may occur during the execution of a business task. -
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.core.metaClassDescriptionBase
CpoDataimplementation that owns theCpoAttributebeing bound and handles the transform half of the contract (AbstractCpoData.transformIn(Object)/AbstractCpoData.transformOut(Object)).CpoDatais 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 configuredCpoTransformon the way in or out.ACpoExceptionis the common superclass for any number of CPO related exceptions that may occur during the execution of a business task. -
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.core.meta.domainClassDescription
CpoDatais 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 configuredCpoTransformon the way in or out.ACpoExceptionis 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. -
Classes in org.synchronoss.cpo.core used by org.synchronoss.cpo.core.transformClassDescriptionA
CpoExceptionis the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.