Uses of Class
org.LexGrid.LexBIG.caCore.connection.orm.utils.DBConnector

Packages that use DBConnector
org.LexGrid.LexBIG.caCore.connection   
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy   
 

Uses of DBConnector in org.LexGrid.LexBIG.caCore.connection
 

Methods in org.LexGrid.LexBIG.caCore.connection that return DBConnector
 DBConnector DAOListFactory.getConnector()
           
 

Methods in org.LexGrid.LexBIG.caCore.connection with parameters of type DBConnector
 void DAOListFactory.setConnector(DBConnector connector)
           
 

Uses of DBConnector in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy that return DBConnector
 DBConnector CodingSchemeSelectionStrategy.getDbConnector()
           
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy with parameters of type DBConnector
 void CodingSchemeSelectionStrategy.setDbConnector(DBConnector dbConnector)