| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SqlMappingAttribute |
SqlMappingIdentity.itemAttribute
The related mapping rule sub-element for one output attribute.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) List<SqlMappingAttribute> |
SqlMappingItem.getAttributes()
Returns the list of all partial attribute names in the result class.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
SqlMappingIdentity(SqlMappingItem item,
SqlMappingAttribute itemAttribute)
Creates a new instance.
|
Copyright © 2014. All Rights Reserved.