Uses of Class
org.sqlproc.engine.impl.SqlMappingAttribute
Packages that use SqlMappingAttribute
-
Uses of SqlMappingAttribute in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMappingAttributeModifier and TypeFieldDescription(package private) SqlMappingAttributeSqlMappingIdentity.itemAttributeThe related mapping rule sub-element for one output attribute.Fields in org.sqlproc.engine.impl with type parameters of type SqlMappingAttributeModifier and TypeFieldDescriptionprivate 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 SqlMappingAttributeModifier and TypeMethodDescription(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 SqlMappingAttributeModifier and TypeMethodDescription(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 SqlMappingAttributeModifier and TypeMethodDescription(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 SqlMappingAttributeModifierConstructorDescription(package private)SqlMappingIdentity(SqlMappingItem item, SqlMappingAttribute itemAttribute) Creates a new instance.