Class StringConstantMapping

java.lang.Object
org.mybatis.dynamic.sql.util.AbstractColumnMapping
org.mybatis.dynamic.sql.util.StringConstantMapping

public class StringConstantMapping extends AbstractColumnMapping
This class represents a mapping between a column and a string constant. The constant should be rendered surrounded by single quotes for SQL.
Author:
Jeff Butler