Class SpringBatchReaderRenderingStrategy
java.lang.Object
org.mybatis.dynamic.sql.render.RenderingStrategy
org.mybatis.dynamic.sql.render.MyBatis3RenderingStrategy
org.mybatis.dynamic.sql.util.springbatch.SpringBatchReaderRenderingStrategy
This rendering strategy should be used for MyBatis3 statements using one of the
Spring batch readers supplied by mybatis-spring integration (http://www.mybatis.org/spring/).
Those readers are MyBatisPagingItemReader and MyBatisCursorItemReader.
-
Field Summary
Fields inherited from class org.mybatis.dynamic.sql.render.RenderingStrategy
DEFAULT_PARAMETER_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFormattedJdbcPlaceholder
(BindableColumn<?> column, String prefix, String parameterName) Methods inherited from class org.mybatis.dynamic.sql.render.MyBatis3RenderingStrategy
getFormattedJdbcPlaceholder
Methods inherited from class org.mybatis.dynamic.sql.render.RenderingStrategy
formatParameterMapKey, getMultiRowFormattedJdbcPlaceholder
-
Constructor Details
-
SpringBatchReaderRenderingStrategy
public SpringBatchReaderRenderingStrategy()
-
-
Method Details
-
getFormattedJdbcPlaceholder
public String getFormattedJdbcPlaceholder(BindableColumn<?> column, String prefix, String parameterName) - Overrides:
getFormattedJdbcPlaceholder
in classMyBatis3RenderingStrategy
-