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) SqlMappingAttribute
SqlMappingIdentity. itemAttribute
The 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. attributes
The list of all partial attribute names in the result class.private Map<String,SqlMappingAttribute>
SqlMappingItem. attributesMap
The 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) SqlMappingAttribute
SqlMappingItem. addAttributeName(String name)
Adds a partial name of an attribute.(package private) SqlMappingAttribute
SqlMappingItem. 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) void
SqlMappingItem. setAttributes(List<SqlMappingAttribute> attributes)
Sets the list of all partial attribute names in the result class.(package private) void
SqlMappingItem. 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.
-