Modifier and Type | Field and Description |
---|---|
static PopulateResult |
PopulateResult.Ignore |
static PopulateResult |
PopulateResult.NoPrimaryKey |
static PopulateResult |
PopulateResult.ParentColumn |
static PopulateResult |
PopulateResult.PrimaryKey |
Modifier and Type | Method and Description |
---|---|
static PopulateResult |
PopulateResult.fromJoinColumn(Consumer<Connection> connectionUser) |
static PopulateResult |
PopulateResult.fromJoinColumn(Envelope<?> item,
Map<String,PopulateResult> subResults) |
PopulateResult |
Column.populate(BUILDER constructor,
ResultSet resultSet)
Populates the passed builder object with the data read from the database.
|
PopulateResult |
IndirectPrimaryKey.populate(BUILDER constructor,
ResultSet resultSet) |
PopulateResult |
NoBackReferenceParentColumn.populate(BUILDER item,
ResultSet resultSet) |
PopulateResult |
ColumnImpl.populate(BUILDER builder,
ResultSet resultSet) |
PopulateResult |
ParentColumnImpl.populate(CHILDBUILDER item,
ResultSet resultSet) |
PopulateResult |
JoinColumn.populate(ENTITYBUILDER builder,
ResultSet resultSet) |
PopulateResult |
DirectPrimaryKey.populate(ENTITY constructor,
ResultSet resultSet) |
Modifier and Type | Method and Description |
---|---|
Map<String,PopulateResult> |
PopulateResult.getSubResults() |
Modifier and Type | Method and Description |
---|---|
<JOINED> void |
JoinedChildrenSelector.addJoinedInstanceAndItsJoins(String columnName,
Envelope<JOINED> joinedObject,
Map<String,PopulateResult> subResults) |
static PopulateResult |
PopulateResult.fromJoinColumn(Envelope<?> item,
Map<String,PopulateResult> subResults) |
Copyright © 2019. All rights reserved.