Modifier and Type | Method and Description |
---|---|
ChildSelectStrategy |
DaoImpl.childSelectStrategy() |
ChildSelectStrategy |
DaoDescriptor.childSelectStrategy() |
ChildSelectStrategy |
RelativeDaoDescriptor.childSelectStrategy() |
ChildSelectStrategy |
AbstractDaoBuilder.childSelectStrategy() |
ChildSelectStrategy |
AssociationDaoBuilder.childSelectStrategy() |
ChildSelectStrategy |
SelectionInstruction.getChildSelectStrategy() |
static ChildSelectStrategy |
ChildSelectStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChildSelectStrategy[] |
ChildSelectStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Map<String,ChildSelectStrategy> |
KeylessDaoDescriptor.joinedSelectStrategies()
The child select strategies used by any joined
DAO
objects, keyed by their table names. |
Map<String,ChildSelectStrategy> |
ColumnCollection.joinedSelectStrategies() |
Modifier and Type | Method and Description |
---|---|
static ChildrenSelector<?,?> |
ChildrenSelector.Factory.create(ChildSelectStrategy childSelectStrategy,
boolean selectAll,
Supplier<List<Long>> parentIdsSource,
Supplier<String> primaryKeySqlSource,
StatementPopulator statementPopulator) |
static SelectionInstruction |
SelectionInstruction.simpleInstruction(String sql,
ChildSelectStrategy childSelectStrategy) |
B |
AbstractDaoBuilder.withChildSelectStrategy(ChildSelectStrategy childSelectStrategy)
Set the method used for selecting for child elements of the entity.
|
AssociationDaoBuilder<LEFT,RIGHT> |
AssociationDaoBuilder.withChildSelectStrategy(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) |
Constructor and Description |
---|
JoinedChildrenSelector(KeylessDaoDescriptor<ENTITY,BUILDER> keylessDaoDescriptor,
ChildSelectStrategy childSelectStrategy,
boolean selectAll) |
Copyright © 2019. All rights reserved.