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