gov.nih.nci.caarray.domain.search
Interface JoinableSortCriterion<T>
- Type Parameters:
T
- entity type for which this is sort criterion.
- All Superinterfaces:
- com.fiveamsolutions.nci.commons.data.search.SortCriterion<T>
- All Known Implementing Classes:
- AdHocSortCriterion, SampleJoinableSortCriterion, SourceJoinableSortCriterion
public interface JoinableSortCriterion<T>
- extends com.fiveamsolutions.nci.commons.data.search.SortCriterion<T>
SortCriterion where the orderBy field must be used with the joins field because the orderBy field
depends on an alias established in the joins.
- Author:
- mshestopalov
Method Summary |
java.lang.String[] |
getJoins()
Get list of join tables for this search order. |
Methods inherited from interface com.fiveamsolutions.nci.commons.data.search.SortCriterion |
getLeftJoinField, getOrderField |
getJoins
java.lang.String[] getJoins()
- Get list of join tables for this search order.
- Returns:
- join tables