Uses of Interface
com.openindex.openestate.tool.db.DbAdminHandler
-
Packages that use DbAdminHandler Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.db com.openindex.openestate.tool.db.hsql com.openindex.openestate.tool.extensions -
-
Uses of DbAdminHandler in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool with parameters of type DbAdminHandler Modifier and Type Method Description static boolean
ImmoToolBackupTask. isBackupSupported(AbstractDbDriver driver, DbAdminHandler adminHandler)
Constructors in com.openindex.openestate.tool with parameters of type DbAdminHandler Constructor Description ImmoToolBackupTask(AbstractDbDriver dbDriver, DbAdminHandler adminHandler, File backupArchive)
-
Uses of DbAdminHandler in com.openindex.openestate.tool.db
Classes in com.openindex.openestate.tool.db that implement DbAdminHandler Modifier and Type Class Description class
DbAdminHandlerImpl
DbAdminHandlerImpl. -
Uses of DbAdminHandler in com.openindex.openestate.tool.db.hsql
Classes in com.openindex.openestate.tool.db.hsql that implement DbAdminHandler Modifier and Type Class Description class
HSqlDbAdminHandler
HSqlDbAdminHandler.Methods in com.openindex.openestate.tool.db.hsql that return DbAdminHandler Modifier and Type Method Description DbAdminHandler
HSqlDbExtension. getAdminHandler()
-
Uses of DbAdminHandler in com.openindex.openestate.tool.extensions
Methods in com.openindex.openestate.tool.extensions that return DbAdminHandler Modifier and Type Method Description abstract DbAdminHandler
DbAdapter. getAdminHandler()
DbAdminHandler
DbExtension. getAdminHandler()
-