Uses of Interface
com.openindex.openestate.tool.db.DbPluginHandler
-
Packages that use DbPluginHandler Package Description com.openindex.openestate.tool.db com.openindex.openestate.tool.db.hsql com.openindex.openestate.tool.extensions -
-
Uses of DbPluginHandler in com.openindex.openestate.tool.db
Classes in com.openindex.openestate.tool.db that implement DbPluginHandler Modifier and Type Class Description classDbPluginHandlerImplDbPluginHandler.Methods in com.openindex.openestate.tool.db with parameters of type DbPluginHandler Modifier and Type Method Description voidDbUserHandler. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)abstract voidDbUserHandlerImpl. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)voidDbUserHandler. saveUserCompletely(Connection c, DbPluginHandler pluginHandler, DbUser user)abstract voidDbUserHandlerImpl. saveUserCompletely(Connection c, DbPluginHandler pluginHandler, DbUser user)voidDbUserHandler. saveUserProfile(Connection c, DbPluginHandler pluginHandler, DbUser user)abstract voidDbUserHandlerImpl. saveUserProfile(Connection c, DbPluginHandler pluginHandler, DbUser user) -
Uses of DbPluginHandler in com.openindex.openestate.tool.db.hsql
Classes in com.openindex.openestate.tool.db.hsql that implement DbPluginHandler Modifier and Type Class Description classHSqlDbPluginHandlerHSqlDbPluginAdapter.Methods in com.openindex.openestate.tool.db.hsql that return DbPluginHandler Modifier and Type Method Description DbPluginHandlerHSqlDbExtension. getPluginHandler()Methods in com.openindex.openestate.tool.db.hsql with parameters of type DbPluginHandler Modifier and Type Method Description voidHSqlDbUserHandler. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)voidHSqlDbUserHandler. saveUserCompletely(Connection c, DbPluginHandler pluginHandler, DbUser user)voidHSqlDbUserHandler. saveUserProfile(Connection c, DbPluginHandler pluginHandler, DbUser user) -
Uses of DbPluginHandler in com.openindex.openestate.tool.extensions
Methods in com.openindex.openestate.tool.extensions that return DbPluginHandler Modifier and Type Method Description abstract DbPluginHandlerDbAdapter. getPluginHandler()DbPluginHandlerDbExtension. getPluginHandler()
-