Module spring.data.jdbc
Class InsertStrategyFactory
java.lang.Object
org.springframework.data.jdbc.core.convert.InsertStrategyFactory
Factory which selects and builds the appropriate
InsertStrategy or BatchInsertStrategy based on
whether the insert is expected to generate ids.- Since:
- 2.4
- Author:
- Chirag Tailor, Jens Schauder
-
Constructor Summary
ConstructorsConstructorDescriptionInsertStrategyFactory(NamedParameterJdbcOperations jdbcOperations, org.springframework.data.relational.core.dialect.Dialect dialect) -
Method Summary
-
Constructor Details
-
InsertStrategyFactory
public InsertStrategyFactory(NamedParameterJdbcOperations jdbcOperations, org.springframework.data.relational.core.dialect.Dialect dialect)
-