public class JoinedChildrenSelector<ENTITY,BUILDER> extends Object
Most users of hrorm will have no need to directly use this.
Constructor and Description |
---|
JoinedChildrenSelector(KeylessDaoDescriptor<ENTITY,BUILDER> keylessDaoDescriptor,
ChildSelectStrategy childSelectStrategy,
boolean selectAll) |
Modifier and Type | Method and Description |
---|---|
<JOINED> void |
addJoinedInstanceAndItsJoins(String columnName,
Envelope<JOINED> joinedObject,
Map<String,PopulateResult> subResults) |
void |
populateChildren(Connection connection,
StatementPopulator statementPopulator) |
public JoinedChildrenSelector(KeylessDaoDescriptor<ENTITY,BUILDER> keylessDaoDescriptor, ChildSelectStrategy childSelectStrategy, boolean selectAll)
public <JOINED> void addJoinedInstanceAndItsJoins(String columnName, Envelope<JOINED> joinedObject, Map<String,PopulateResult> subResults)
public void populateChildren(Connection connection, StatementPopulator statementPopulator)
Copyright © 2019. All rights reserved.