| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.internal.db |
| 类和说明 |
|---|
| ActualTableName
This class holds the actual catalog, schema, and table name returned from the
database introspection.
|
| 类和说明 |
|---|
| ConnectionFactory
This class assumes that classes are cached elsewhere for performance reasons,
but also to make sure that any native libraries are only loaded one time
(avoids the dreaded UnsatisfiedLinkError library loaded in another
classloader)
|
| DatabaseDialects
Typesafe enum of known database dialects.
|
Copyright © 2019. All rights reserved.