Uses of Class
org.springframework.jdbc.core.simple.SimpleJdbcInsert
Packages that use SimpleJdbcInsert
Package
Description
Simplification layer for table inserts and stored procedure calls.
-
Uses of SimpleJdbcInsert in org.springframework.jdbc.core.simple
Methods in org.springframework.jdbc.core.simple that return SimpleJdbcInsertModifier and TypeMethodDescriptionSimpleJdbcInsert.usingColumns(String... columnNames) SimpleJdbcInsert.usingGeneratedKeyColumns(String... columnNames) SimpleJdbcInsert.withCatalogName(String catalogName) SimpleJdbcInsert.withSchemaName(String schemaName) SimpleJdbcInsert.withTableName(String tableName)