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 DbPluginRelationDbPluginHandler. getPluginRelation(Connection c, String name)DbPluginRelationDbPluginHandlerImpl. 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 voidDbPluginHandler. savePluginRelation(Connection c, DbPluginRelation relation)abstract voidDbPluginHandlerImpl. 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 voidHSqlDbPluginHandler. savePluginRelation(Connection c, DbPluginRelation relation)
-