Class JdbcSupplierProperties
java.lang.Object
org.springframework.cloud.fn.supplier.jdbc.JdbcSupplierProperties
@ConfigurationProperties("jdbc.supplier")
@Validated
public class JdbcSupplierProperties
extends Object
- Author:
- Soby Chacko, Artem Bilan
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JdbcSupplierProperties
public JdbcSupplierProperties()
-
-
Method Details
-
getQuery
-
setQuery
-
getUpdate
-
setUpdate
-
isSplit
public boolean isSplit() -
setSplit
public void setSplit(boolean split) -
getMaxRows
public int getMaxRows() -
setMaxRows
public void setMaxRows(int maxRows)
-