static SelectionInstruction |
SelectionInstruction.forSelectAll(String sql,
String parentColumnName) |
static SelectionInstruction |
SelectionInstruction.simpleInstruction(String sql,
ChildSelectStrategy childSelectStrategy) |
static SelectionInstruction |
SelectionInstruction.withParentColumnName(String sql,
String parentColumnName,
ChildSelectStrategy childSelectStrategy) |
static SelectionInstruction |
SelectionInstruction.withPrimaryKeySql(String sql,
String primaryKeySql,
ChildSelectStrategy childSelectStrategy) |
static SelectionInstruction |
SelectionInstruction.withPrimaryKeySqlAndParentColumnName(String sql,
String primaryKeySql,
String parentColumnName,
ChildSelectStrategy childSelectStrategy) |