Class InsertStrategyFactory

java.lang.Object
org.springframework.data.jdbc.core.convert.InsertStrategyFactory

public class InsertStrategyFactory extends Object
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