Class ConstantMapping

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

public class ConstantMapping extends AbstractColumnMapping
This class represents a mapping between a column and a constant. The constant should be rendered exactly as specified here.
Author:
Jeff Butler