|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FullyQualifiedTable | |
---|---|
org.mybatis.generator.api | Provides the main classes and interfaces used by clients of MyBatis Generator. |
org.mybatis.generator.internal |
Uses of FullyQualifiedTable in org.mybatis.generator.api |
---|
Fields in org.mybatis.generator.api declared as FullyQualifiedTable | |
---|---|
protected FullyQualifiedTable |
IntrospectedTable.fullyQualifiedTable
|
Methods in org.mybatis.generator.api that return FullyQualifiedTable | |
---|---|
FullyQualifiedTable |
IntrospectedTable.getFullyQualifiedTable()
|
Methods in org.mybatis.generator.api with parameters of type FullyQualifiedTable | |
---|---|
void |
IntrospectedTable.setFullyQualifiedTable(FullyQualifiedTable fullyQualifiedTable)
|
Uses of FullyQualifiedTable in org.mybatis.generator.internal |
---|
Methods in org.mybatis.generator.internal with parameters of type FullyQualifiedTable | |
---|---|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |