Class RawSqlSource

java.lang.Object
org.apache.ibatis.scripting.defaults.RawSqlSource
All Implemented Interfaces:
SqlSource

public class RawSqlSource extends Object implements SqlSource
Static SqlSource. It is faster than DynamicSqlSource because mappings are calculated during startup.
Since:
3.2.0
Author:
Eduardo Macarron