Package org.synchronoss.cpo.core.meta.bean
package org.synchronoss.cpo.core.meta.bean
-
ClassesClassDescriptionPlain-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
CpoTransformclass 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 fromCpoClassBean) and its CRUD type (INSERT, RETRIEVE, UPDATE, DELETE, EXIST, EXECUTE).