Modifier and Type | Method and Description |
---|---|
PopulateResult |
StringColumn.populate(T item,
ResultSet resultSet) |
PopulateResult |
BigDecimalColumn.populate(T item,
ResultSet resultSet) |
PopulateResult |
TypedColumn.populate(T item,
ResultSet resultSet)
Populates the object with the data read from the database.
|
PopulateResult |
LocalDateTimeColumn.populate(T item,
ResultSet resultSet) |
PopulateResult |
JoinColumn.populate(T item,
ResultSet resultSet) |
PopulateResult |
PrimaryKeyImpl.populate(T item,
ResultSet resultSet) |
PopulateResult |
LongColumn.populate(T item,
ResultSet resultSet) |
PopulateResult |
StringConverterColumn.populate(T item,
ResultSet resultSet) |
static PopulateResult |
PopulateResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PopulateResult[] |
PopulateResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.