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 booleanImmoToolBackupTask. 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 classDbAdminHandlerImplDbAdminHandlerImpl. -
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 classHSqlDbAdminHandlerHSqlDbAdminHandler.Methods in com.openindex.openestate.tool.db.hsql that return DbAdminHandler Modifier and Type Method Description DbAdminHandlerHSqlDbExtension. 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 DbAdminHandlerDbAdapter. getAdminHandler()DbAdminHandlerDbExtension. getAdminHandler()
-