Modifier and Type | Method and Description |
---|---|
<T,U> List<Pair<T,U>> |
KeylessDao.selectDistinct(String firstColumnName,
String secondColumnName,
Where where)
Select unique value pairs from the database for a particular pair of columns.
|
<T,U> List<Pair<T,U>> |
AbstractDao.selectDistinct(String firstColumnName,
String secondColumnName,
Where where) |
Copyright © 2019. All rights reserved.