public class RenderedSql extends Object
Class that combines a parameterized SQL string with its parameter mapping.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RenderedSql.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
getParameterMapping()
Returns the parameter mapping. 
 | 
String | 
getSql()
Returns the SQL string to render. 
 | 
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.