Uses of Class
org.mybatis.dynamic.sql.exception.DynamicSqlException
Packages that use DynamicSqlException
-
Uses of DynamicSqlException in org.mybatis.dynamic.sql.exception
Subclasses of DynamicSqlException in org.mybatis.dynamic.sql.exceptionModifier and TypeClassDescriptionclassThis exception is thrown when a query is built that attempts to specify more than one alias for the same instance of an SqlTable object.classclassThis exception is thrown when the where clause in a statement will not render.