Package org.synchronoss.cpo.core.meta.bean


package org.synchronoss.cpo.core.meta.bean
  • Classes
    Class
    Description
    Plain-data holder for the fields of a CPO attribute as loaded from meta XML: the Java-side name/type, the datastore-side name/type, and an optional CpoTransform class name.
    Plain-data holder for a name and description, the common base for the CPO metadata bean classes (CpoClass, CpoArgument, CpoFunctionGroup) that all identify themselves primarily by name.
    Plain-data holder for the fields of a CPO function as loaded from meta XML: its name, native expression (SQL/CQL), and description.
    Plain-data holder for the fields of a CPO function group as loaded from meta XML: the group's name (inherited from CpoClassBean) and its CRUD type (INSERT, RETRIEVE, UPDATE, DELETE, EXIST, EXECUTE).