Class SpringBatchReaderRenderingStrategy
- java.lang.Object
-
- org.mybatis.dynamic.sql.render.RenderingStrategy
-
- org.mybatis.dynamic.sql.render.MyBatis3RenderingStrategy
-
- org.mybatis.dynamic.sql.util.springbatch.SpringBatchReaderRenderingStrategy
-
public class SpringBatchReaderRenderingStrategy extends MyBatis3RenderingStrategy
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 Constructor Description SpringBatchReaderRenderingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormattedJdbcPlaceholder(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
-
-
-
-
Method Detail
-
getFormattedJdbcPlaceholder
public String getFormattedJdbcPlaceholder(BindableColumn<?> column, String prefix, String parameterName)
- Overrides:
getFormattedJdbcPlaceholder
in classMyBatis3RenderingStrategy
-
-