public final class DefaultSqlMappingContext extends Object implements SqlMappingContext
Constructor and Description |
---|
DefaultSqlMappingContext(Map<String,String> sqlMappings,
DatabaseType databaseType) |
Modifier and Type | Method and Description |
---|---|
String |
getSqlMapping(String id)
Returns the mapping for the given id.
|
public DefaultSqlMappingContext(Map<String,String> sqlMappings, DatabaseType databaseType)
public String getSqlMapping(String id)
getSqlMapping
in interface SqlMappingContext
id
- the identifier for which to return the mappingIllegalArgumentException
- thrown if there is no mapping for the given idCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.