java.lang.Object
io.github.mmm.orm.mapping.DbSelection<V>
- Type Parameters:
V- type of the Java value to select and to map.
Container with information about the a single selected column.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionDbSelection(io.github.mmm.value.CriteriaObject<V> selection, io.github.mmm.value.converter.TypeMapper<V, ?> typeMapper) The constructor. -
Method Summary
-
Constructor Details
-
DbSelection
public DbSelection(io.github.mmm.value.CriteriaObject<V> selection, io.github.mmm.value.converter.TypeMapper<V, ?> typeMapper) The constructor.- Parameters:
selection- theselection.typeMapper- thetype mapper.
-
-
Method Details
-
getSelection
- Returns:
- the
Supplierwith the selection from theDbStatement.
-
getTypeMapper
- Returns:
- the
TypeMapperfor theselection.
-
toString
-