public abstract class RenderingStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static RenderingStrategy |
MYBATIS3 |
static RenderingStrategy |
SPRING_NAMED_PARAMETER |
Constructor and Description |
---|
RenderingStrategy() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getFormattedJdbcPlaceholder(BindableColumn<?> column,
String prefix,
String parameterName) |
public static final RenderingStrategy MYBATIS3
public static final RenderingStrategy SPRING_NAMED_PARAMETER
public abstract String getFormattedJdbcPlaceholder(BindableColumn<?> column, String prefix, String parameterName)
Copyright © 2016–2017 MyBatis.org. All rights reserved.