Java org.apache.ibatis.scripting LanguageDriver fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.scripting LanguageDriver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.scripting LanguageDriver.

The text is from its open source code.

Implementation

org.apache.ibatis.scripting.LanguageDriver has the following implementations.
Click this link to see all its implementation.

Method

SqlSourcecreateSqlSource(Configuration configuration, XNode script, Class parameterType)
Creates an SqlSource that will hold the statement read from a mapper xml file.
SqlSourcecreateSqlSource(Configuration configuration, String script, Class parameterType)
Creates an SqlSource that will hold the statement read from an annotation.