Package org.apache.ibatis.abator.internal.db

Class Summary
ActualTableName This class holds the actual catalog, schema, and table name returned from the database introspection.
ColumnDefinition This class holds information about an introspected column.
ColumnDefinitions This class holds the results of introspecting the database table.
ConnectionFactory This class caches drivers 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
DatabaseIntrospector  
IntrospectedTableImpl