Uses of Class
org.synchronoss.cpo.core.meta.domain.CpoAttribute
Packages that use CpoAttribute
Package
Description
-
Uses of CpoAttribute in org.synchronoss.cpo.cassandra
Methods in org.synchronoss.cpo.cassandra that return types with arguments of type CpoAttributeModifier and TypeMethodDescriptionCassandraCpoAdapter.getCpoAttributes(String expression) Get the cpo attributes for this expressionConstructors in org.synchronoss.cpo.cassandra with parameters of type CpoAttributeModifierConstructorDescriptionCassandraBoundStatementCpoData(CassandraBoundStatementFactory cpoStatementFactory, CpoAttribute cpoAttribute, int index) Constructs the CassandraBoundStatementCpoData -
Uses of CpoAttribute in org.synchronoss.cpo.cassandra.exporter
Methods in org.synchronoss.cpo.cassandra.exporter with parameters of type CpoAttributeModifier and TypeMethodDescriptionvoidCassandraMetaXmlObjectExporter.visit(CpoAttribute cpoAttribute) -
Uses of CpoAttribute in org.synchronoss.cpo.cassandra.meta
Subclasses of CpoAttribute in org.synchronoss.cpo.cassandra.metaConstructors in org.synchronoss.cpo.cassandra.meta with parameters of type CpoAttributeModifierConstructorDescriptionCassandraResultSetCpoData(MethodMapper<?> methodMapper, Object rs, CpoAttribute cpoAttribute, int index) Constructs the CassandraResultSetCpoData -
Uses of CpoAttribute in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core that return CpoAttributeModifier and TypeMethodDescriptionBindAttribute.cpoAttribute()Returns the value of thecpoAttributerecord component.AbstractCpoData.getCpoAttribute()Gets the attribute this instance moves data for.Methods in org.synchronoss.cpo.core that return types with arguments of type CpoAttributeModifier and TypeMethodDescriptionCpoAdapter.getCpoAttributes(String expression) Gets theCpoAttributedefinitions matching a comma-separated expression of attribute names, as declared in the meta data for this bean's class.Methods in org.synchronoss.cpo.core with parameters of type CpoAttributeModifier and TypeMethodDescriptionvoidAbstractCpoData.setCpoAttribute(CpoAttribute cpoAttribute) Sets the attribute this instance moves data for.voidMetaVisitor.visit(CpoAttribute cpoAttribute) Visits an attribute node in the meta model.Constructors in org.synchronoss.cpo.core with parameters of type CpoAttributeModifierConstructorDescriptionAbstractCpoData(CpoAttribute cpoAttribute) Creates an instance bound to the given attribute.BindAttribute(CpoAttribute cpoAttribute, Object bindObject) Creates an instance bound to a resolved bean attribute.BindAttribute(CpoAttribute cpoAttribute, Object bindObject, String name) Creates an instance of aBindAttributerecord class. -
Uses of CpoAttribute in org.synchronoss.cpo.core.exporter
Methods in org.synchronoss.cpo.core.exporter with parameters of type CpoAttributeModifier and TypeMethodDescriptionvoidCoreMetaXmlObjectExporter.visit(CpoAttribute cpoAttribute) voidCpoClassSourceGenerator.visit(CpoAttribute cpoAttribute) voidCpoInterfaceSourceGenerator.visit(CpoAttribute cpoAttribute) -
Uses of CpoAttribute in org.synchronoss.cpo.core.meta
Methods in org.synchronoss.cpo.core.meta that return CpoAttributeModifier and TypeMethodDescriptionCpoMetaDescriptor.createCpoAttribute()Creates a new, emptyCpoAttribute.Methods in org.synchronoss.cpo.core.meta with parameters of type CpoAttributeModifier and TypeMethodDescriptionClass<?> AbstractCpoMetaAdapter.getDataTypeJavaClass(CpoAttribute attribute) Gets the Java class that the given attribute's native data type maps to.Class<?> CpoMetaAdapter.getDataTypeJavaClass(CpoAttribute attribute) Gets the Java class that the given attribute's native data type maps to.Class<?> CpoMetaDescriptor.getDataTypeJavaClass(CpoAttribute attribute) Gets the Java class that the given attribute's native data type maps to.AbstractCpoMetaAdapter.getDataTypeName(CpoAttribute attribute) Gets the Java class name that the given attribute's native data type maps to.CpoMetaAdapter.getDataTypeName(CpoAttribute attribute) Gets the Java class name that the given attribute's native data type maps to.CpoMetaDescriptor.getDataTypeName(CpoAttribute attribute) Gets the Java class name that the given attribute's native data type maps to.Constructors in org.synchronoss.cpo.core.meta with parameters of type CpoAttributeModifierConstructorDescriptionAbstractBindableCpoData(CpoAttribute cpoAttribute, int index) Creates an instance bound to the given attribute and positional index.ResultSetCpoData(MethodMapper<?> methodMapper, Object rs, CpoAttribute cpoAttribute, int index) Creates an instance bound to a single column/attribute of the given result row. -
Uses of CpoAttribute in org.synchronoss.cpo.core.meta.domain
Methods in org.synchronoss.cpo.core.meta.domain that return CpoAttributeModifier and TypeMethodDescriptionCpoArgument.getAttribute()Gets the attribute bound to this argument.abstract CpoAttributeCpoClass.getAttributeData(String dataName) Gets the attribute bound to the given datastore-side name.CpoClassCaseInsensitive.getAttributeData(String dataName) Gets the attribute bound to the given datastore-side name.CpoClassCaseSensitive.getAttributeData(String dataName) Gets the attribute bound to the given datastore-side name.CpoClass.getAttributeJava(String javaName) Gets the attribute bound to the given JavaBean property name.Methods in org.synchronoss.cpo.core.meta.domain with parameters of type CpoAttributeModifier and TypeMethodDescriptionvoidCpoClass.addAttribute(CpoAttribute cpoAttribute) Adds an attribute to this class, indexing it by both its Java name and its datastore name.abstract voidCpoClass.addDataNameToMap(String dataName, CpoAttribute cpoAttribute) Adds an attribute to the datastore-name lookup map, using whatever case-sensitivity policy the concrete subclass implements.voidCpoClassCaseInsensitive.addDataNameToMap(String dataName, CpoAttribute cpoAttribute) Adds an attribute to the datastore-name lookup map, using whatever case-sensitivity policy the concrete subclass implements.voidCpoClassCaseSensitive.addDataNameToMap(String dataName, CpoAttribute cpoAttribute) Adds an attribute to the datastore-name lookup map, using whatever case-sensitivity policy the concrete subclass implements.voidCpoClass.removeAttribute(CpoAttribute cpoAttribute) Removes an attribute from this class's Java-name and datastore-name indexes.voidCpoArgument.setAttribute(CpoAttribute attribute) Sets the attribute bound to this argument, and updates this argument's name to match the attribute's Java name. -
Uses of CpoAttribute in org.synchronoss.cpo.jdbc
Subclasses of CpoAttribute in org.synchronoss.cpo.jdbcMethods in org.synchronoss.cpo.jdbc that return types with arguments of type CpoAttributeConstructors in org.synchronoss.cpo.jdbc with parameters of type CpoAttributeModifierConstructorDescriptionAbstractStatementCpoData(CpoAttribute cpoAttribute, int index) Creates an instance for the given bound attribute and bind-marker index.CallableStatementCpoData(CallableStatement cs, CpoAttribute cpoAttribute, int index) Constructs a CallableStatementCpoDataCallableStatementCpoData(JdbcCallableStatementFactory jcsf, CpoAttribute cpoAttribute, int index) Constructs a CallableStatementCpoDataJdbcPreparedStatementCpoData(JdbcPreparedStatementFactory cpoStatementFactory, CpoAttribute cpoAttribute, int index) Construct a JdbcPreparedStatementCpoData -
Uses of CpoAttribute in org.synchronoss.cpo.jdbc.exporter
Methods in org.synchronoss.cpo.jdbc.exporter with parameters of type CpoAttributeModifier and TypeMethodDescriptionvoidJdbcMetaXmlObjectExporter.visit(CpoAttribute cpoAttribute) -
Uses of CpoAttribute in org.synchronoss.cpo.jdbc.jta
Methods in org.synchronoss.cpo.jdbc.jta that return types with arguments of type CpoAttribute -
Uses of CpoAttribute in org.synchronoss.cpo.jdbc.meta
Constructors in org.synchronoss.cpo.jdbc.meta with parameters of type CpoAttributeModifierConstructorDescriptionJdbcResultSetCpoData(MethodMapper<?> methodMapper, Object rs, CpoAttribute cpoAttribute, int index) Construct a JdbcResultSetCpoData