Uses of Class
org.synchronoss.cpo.core.meta.domain.CpoClass
Packages that use CpoClass
Package
Description
-
Uses of CpoClass in org.synchronoss.cpo.cassandra
Constructors in org.synchronoss.cpo.cassandra with parameters of type CpoClassModifierConstructorDescriptionCassandraBoundStatementFactory(com.datastax.oss.driver.api.core.CqlSession sess, CassandraCpoAdapter cassandraCpoAdapter, CpoClass criteria, CpoFunction function, T bean, Collection<CpoWhere> wheres, Collection<CpoOrderBy> orderBy, Collection<CpoNativeFunction> nativeQueries) Used to build the CassandraBoundStatementthat CPO executes for a given CpoFunction. -
Uses of CpoClass in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core with parameters of type CpoClassModifier and TypeMethodDescriptionBuilds the native (SQL/CQL) order-by fragment for this clause against the given class's attribute-to-column mapping.Builds the native (SQL/CQL) fragment for this where clause against the given class's attribute-to-column mapping.Builds the native (SQL/CQL) order-by fragment for this clause against the given class's attribute-to-column mapping.voidVisits a class node in the meta model.Constructors in org.synchronoss.cpo.core with parameters of type CpoClassModifierConstructorDescriptionBindableWhereBuilder(CpoClass cpoClass) Creates a builder that resolves attributes against the given class while visiting a where tree. -
Uses of CpoClass in org.synchronoss.cpo.core.exporter
Methods in org.synchronoss.cpo.core.exporter with parameters of type CpoClass -
Uses of CpoClass in org.synchronoss.cpo.core.meta
Methods in org.synchronoss.cpo.core.meta that return CpoClassModifier and TypeMethodDescriptionCpoMetaDescriptor.createCpoClass()Creates a new, emptyCpoClassof the concrete type appropriate for this descriptor's case-sensitivity setting.<T> CpoClassAbstractCpoMetaAdapter.getMetaClass(T bean) Returns the metadata for the class that is contained within the metadata source<T> CpoClassCpoMetaAdapter.getMetaClass(T bean) Returns the metadata for the class that is contained within the metadata source<T> CpoClassCpoMetaDescriptor.getMetaClass(T bean) Returns the metadata for the class that is contained within the metadata sourceMethods in org.synchronoss.cpo.core.meta that return types with arguments of type CpoClassModifier and TypeMethodDescriptionAbstractCpoMetaAdapter.getCpoClasses()Returns a list of the cpo class objects that the meta adapter is aware of.CpoMetaAdapter.getCpoClasses()Returns a list of the cpo class objects that the meta adapter is aware of.CpoMetaDescriptor.getCpoClasses()Returns a list of the cpo class objects that the meta adapter is aware of.Methods in org.synchronoss.cpo.core.meta with parameters of type CpoClassModifier and TypeMethodDescriptionvoidCpoMetaDescriptor.addCpoClass(CpoClass cpoClass) Adds aCpoClassto this descriptor's metadata.voidCpoMetaDescriptor.removeCpoClass(CpoClass cpoClass) Removes aCpoClassfrom this descriptor's metadata. -
Uses of CpoClass in org.synchronoss.cpo.core.meta.domain
Subclasses of CpoClass in org.synchronoss.cpo.core.meta.domainModifier and TypeClassDescriptionclassCpoClassvariant 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.Methods in org.synchronoss.cpo.core.meta.domain with parameters of type CpoClass -
Uses of CpoClass in org.synchronoss.cpo.jdbc
Constructors in org.synchronoss.cpo.jdbc with parameters of type CpoClassModifierConstructorDescriptionJdbcCallableStatementFactory(Connection conn, JdbcCpoAdapter jca, CpoFunction function, Object criteria, CpoClass resultClass) Used to build the CallableStatement that is used by CPO to create the actual JDBC CallableStatement.JdbcPreparedStatementFactory(Connection conn, JdbcCpoAdapter jca, CpoClass criteria, CpoFunction function, T bean, Collection<CpoWhere> wheres, Collection<CpoOrderBy> orderBy, Collection<CpoNativeFunction> nativeQueries) Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.