JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
tk.mybatis.mapper.gensql
Interface GenSql
All Known Implementing Classes:
GenSql.NULL
public interface
GenSql
生成 SQL,初始化时执行
Author:
liuzh
Nested Class Summary
Nested Classes
Modifier and Type
Interface
Description
static class
GenSql.NULL
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
genSql
(
EntityTable
entityTable,
EntityColumn
entityColumn)
Method Details
genSql
String
genSql
(
EntityTable
entityTable,
EntityColumn
entityColumn)