Class | Description |
---|---|
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)
|
DatabaseIntrospector | |
SqlReservedWords |
This class contains a somewhat comprehensive list of SQL reserved words.
|
Enum | Description |
---|---|
DatabaseDialects |
Typesafe enum of known database dialects
|
Copyright © 2010–2018 MyBatis.org. All rights reserved.