|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlMappingAttribute | |
|---|---|
| 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 | |
|---|---|
(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 | |
|---|---|
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 | |
|---|---|
(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 | |
|---|---|
(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 | |
|---|---|
(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 | |
|---|---|
SqlMappingIdentity(SqlMappingItem item,
SqlMappingAttribute itemAttribute)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||