Uses of Class
com.openindex.openestate.tool.db.DbPluginRelation
-
Packages that use DbPluginRelation Package Description com.openindex.openestate.tool.db com.openindex.openestate.tool.db.hsql -
-
Uses of DbPluginRelation in com.openindex.openestate.tool.db
Methods in com.openindex.openestate.tool.db that return DbPluginRelation Modifier and Type Method Description DbPluginRelation
DbPluginHandler. getPluginRelation(Connection c, String name)
DbPluginRelation
DbPluginHandlerImpl. getPluginRelation(Connection c, String name)
DbPluginRelation[]
DbPluginHandler. getPluginRelations(Connection c, long pluginId)
DbPluginRelation[]
DbPluginHandler. getPluginRelations(Connection c, long[] pluginIds)
DbPluginRelation[]
DbPluginHandler. getPluginRelations(Connection c, String[] names)
DbPluginRelation[]
DbPluginHandlerImpl. getPluginRelations(Connection c, long pluginId)
abstract DbPluginRelation[]
DbPluginHandlerImpl. getPluginRelations(Connection c, long[] pluginIds)
abstract DbPluginRelation[]
DbPluginHandlerImpl. getPluginRelations(Connection c, String[] names)
Methods in com.openindex.openestate.tool.db with parameters of type DbPluginRelation Modifier and Type Method Description void
DbPluginHandler. savePluginRelation(Connection c, DbPluginRelation relation)
abstract void
DbPluginHandlerImpl. savePluginRelation(Connection c, DbPluginRelation relation)
-
Uses of DbPluginRelation in com.openindex.openestate.tool.db.hsql
Methods in com.openindex.openestate.tool.db.hsql that return DbPluginRelation Modifier and Type Method Description DbPluginRelation[]
HSqlDbPluginHandler. getPluginRelations(Connection c, long[] pluginIds)
DbPluginRelation[]
HSqlDbPluginHandler. getPluginRelations(Connection c, String[] names)
Methods in com.openindex.openestate.tool.db.hsql with parameters of type DbPluginRelation Modifier and Type Method Description void
HSqlDbPluginHandler. savePluginRelation(Connection c, DbPluginRelation relation)
-