Interface QueryMappingConfiguration
- All Known Implementing Classes:
DefaultQueryMappingConfiguration
public interface QueryMappingConfiguration
Configures a
RowMapper
for each type to be used for extracting entities of that
type from a ResultSet
.- Since:
- 1.1
- Author:
- Jens Schauder, Evgeni Dimitrov
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QueryMappingConfiguration
An immutable empty instance that will return null for all arguments. -
Method Summary
-
Field Details
-
EMPTY
An immutable empty instance that will return null for all arguments.
-
-
Method Details
-
getRowMapper
-