Uses of Interface
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy.DAOSelectionStrategy

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

Uses of DAOSelectionStrategy in org.LexGrid.LexBIG.caCore.connection.orm.utils
 

Fields in org.LexGrid.LexBIG.caCore.connection.orm.utils with type parameters of type DAOSelectionStrategy
private  List<DAOSelectionStrategy> LexEVSClassCache.selectionStrategies
           
 

Methods in org.LexGrid.LexBIG.caCore.connection.orm.utils that return types with arguments of type DAOSelectionStrategy
 List<DAOSelectionStrategy> LexEVSClassCache.getSelectionStrategies()
           
 

Method parameters in org.LexGrid.LexBIG.caCore.connection.orm.utils with type arguments of type DAOSelectionStrategy
 void LexEVSClassCache.setSelectionStrategies(List<DAOSelectionStrategy> selectionStrategies)
           
 

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

Classes in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy that implement DAOSelectionStrategy
 class CodingSchemeSelectionStrategy
           
 class HistoryOrCodingSchemeStrategy
           
 class TokenSecurityStrategy