public abstract class BaseSqlNameMapping extends Object implements SqlNameMapping
SqlNameMapping.MappingEntry
Modifier and Type | Method and Description |
---|---|
SqlNameMapping.MappingEntry |
getMappingEntry(QueryParameter queryParameter)
Return the database mapping for the given parameter.
|
com.google.common.collect.ImmutableMap<QueryParameter,SqlNameMapping.MappingEntry> |
getMappings() |
public final SqlNameMapping.MappingEntry getMappingEntry(QueryParameter queryParameter)
SqlNameMapping
Return the database mapping for the given parameter.
getMappingEntry
in interface SqlNameMapping
queryParameter
- the parameter for which to return the mappingpublic com.google.common.collect.ImmutableMap<QueryParameter,SqlNameMapping.MappingEntry> getMappings()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.