Uses of Class
org.synchronoss.cpo.core.meta.bean.CpoClassBean
Packages that use CpoClassBean
Package
Description
-
Uses of CpoClassBean in org.synchronoss.cpo.core.meta.bean
Subclasses of CpoClassBean in org.synchronoss.cpo.core.meta.beanModifier and TypeClassDescriptionclassPlain-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). -
Uses of CpoClassBean in org.synchronoss.cpo.core.meta.domain
Subclasses of CpoClassBean in org.synchronoss.cpo.core.meta.domainModifier and TypeClassDescriptionclassRepresents a single bound argument of aCpoFunction: a reference to theCpoAttributewhose value is supplied for one of the function's bind markers.classRuntime metadata for a JavaBean class mapped by CPO: itsCpoAttributes, keyed both by Java property name and by datastore column name, and itsCpoFunctionGroups (one per named CRUD operation group).classCpoClassvariant whose datastore-name lookups are case-insensitive: attribute data names are upper-cased before being used as map keys.classCpoClassvariant whose datastore-name lookups are case-sensitive: attribute data names are used as map keys exactly as configured.classRuntime metadata for a named group ofCpoFunctions that together implement one CRUD operation (e.g. all the INSERT functions named"cpo_default") for aCpoClass. -
Uses of CpoClassBean in org.synchronoss.cpo.jdbc
Subclasses of CpoClassBean in org.synchronoss.cpo.jdbcModifier and TypeClassDescriptionclassJdbcCpoArgument is a class that defines the arguments to a JDBC expression