Uses of Class
adams.db.wrapper.AbstractWrapper
-
Packages that use AbstractWrapper Package Description adams.db.mirrored adams.db.wrapper -
-
Uses of AbstractWrapper in adams.db.mirrored
Subclasses of AbstractWrapper in adams.db.mirrored Modifier and Type Class Description class
LogT
Allows mirroring to another database.class
SQL
Allows mirroring to another database. -
Uses of AbstractWrapper in adams.db.wrapper
Classes in adams.db.wrapper with type parameters of type AbstractWrapper Modifier and Type Class Description class
WrapperManager<T extends AbstractWrapper>
Manages the database URL/wrapper relations.
-