public interface SqlNameMapping
Maps QueryParameter
s to database table columns.
Modifier and Type | Interface and Description |
---|---|
static class |
SqlNameMapping.MappingEntry
Represents a database table/column-name/column-type triplet.
|
Modifier and Type | Method and Description |
---|---|
SqlNameMapping.MappingEntry |
getMappingEntry(QueryParameter queryParameter)
Return the database mapping for the given parameter.
|
SqlNameMapping.MappingEntry getMappingEntry(QueryParameter queryParameter)
Return the database mapping for the given parameter.
queryParameter
- the parameter for which to return the mappingCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.