Modifier and Type | Class and Description |
---|---|
static class |
ChildrenSelector.SelectAllChildren<CHILD,CHILDBUILDER> |
static class |
ChildrenSelector.SelectByIds<CHILD,CHILDBUILDER> |
static class |
ChildrenSelector.SubSelectChildren<CHILD,CHILDBUILDER> |
Modifier and Type | Method and Description |
---|---|
static ChildrenSelector<?,?> |
ChildrenSelector.Factory.create(ChildSelectStrategy childSelectStrategy,
boolean selectAll,
Supplier<List<Long>> parentIdsSource,
Supplier<String> primaryKeySqlSource,
StatementPopulator statementPopulator) |
Modifier and Type | Method and Description |
---|---|
void |
ChildrenDescriptor.populateChildren(Connection connection,
List<Envelope<PARENTBUILDER>> parentBuilders,
ChildrenSelector<CHILD,CHILDBUILDER> childrenSelector) |
Copyright © 2019. All rights reserved.