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 class
DbPluginHandlerImpl
DbPluginHandler.Methods in com.openindex.openestate.tool.db with parameters of type DbPluginHandler Modifier and Type Method Description void
DbUserHandler. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)
abstract void
DbUserHandlerImpl. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)
void
DbUserHandler. saveUserCompletely(Connection c, DbPluginHandler pluginHandler, DbUser user)
abstract void
DbUserHandlerImpl. saveUserCompletely(Connection c, DbPluginHandler pluginHandler, DbUser user)
void
DbUserHandler. saveUserProfile(Connection c, DbPluginHandler pluginHandler, DbUser user)
abstract void
DbUserHandlerImpl. 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 class
HSqlDbPluginHandler
HSqlDbPluginAdapter.Methods in com.openindex.openestate.tool.db.hsql that return DbPluginHandler Modifier and Type Method Description DbPluginHandler
HSqlDbExtension. getPluginHandler()
Methods in com.openindex.openestate.tool.db.hsql with parameters of type DbPluginHandler Modifier and Type Method Description void
HSqlDbUserHandler. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)
void
HSqlDbUserHandler. saveUserCompletely(Connection c, DbPluginHandler pluginHandler, DbUser user)
void
HSqlDbUserHandler. 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 DbPluginHandler
DbAdapter. getPluginHandler()
DbPluginHandler
DbExtension. getPluginHandler()
-