Uses of Class
org.sqlproc.engine.impl.SqlMappingAttribute
-
Packages that use SqlMappingAttribute Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlMappingAttribute in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMappingAttribute Modifier and Type Field Description (package private) SqlMappingAttributeSqlMappingIdentity. itemAttributeThe related mapping rule sub-element for one output attribute.Fields in org.sqlproc.engine.impl with type parameters of type SqlMappingAttribute Modifier and Type Field Description private List<SqlMappingAttribute>SqlMappingItem. attributesThe list of all partial attribute names in the result class.private Map<String,SqlMappingAttribute>SqlMappingItem. attributesMapThe map of all partial attribute names in the result class.Methods in org.sqlproc.engine.impl that return SqlMappingAttribute Modifier and Type Method Description (package private) SqlMappingAttributeSqlMappingItem. addAttributeName(String name)Adds a partial name of an attribute.(package private) SqlMappingAttributeSqlMappingItem. setAttributeValue(String attrName, String value)Injects value to the named attribute.Methods in org.sqlproc.engine.impl that return types with arguments of type SqlMappingAttribute Modifier and Type Method Description (package private) List<SqlMappingAttribute>SqlMappingItem. getAttributes()Returns the list of all partial attribute names in the result class.Method parameters in org.sqlproc.engine.impl with type arguments of type SqlMappingAttribute Modifier and Type Method Description (package private) voidSqlMappingItem. setAttributes(List<SqlMappingAttribute> attributes)Sets the list of all partial attribute names in the result class.(package private) voidSqlMappingItem. setAttributesMap(Map<String,SqlMappingAttribute> attributesMap)Sets the map of all partial attribute names in the result class.Constructors in org.sqlproc.engine.impl with parameters of type SqlMappingAttribute Constructor Description SqlMappingIdentity(SqlMappingItem item, SqlMappingAttribute itemAttribute)Creates a new instance.
-