Uses of Class
org.springframework.jdbc.core.simple.SimpleJdbcInsert
Package
Description
Simplification layer for common JDBC interactions.
-
Uses of SimpleJdbcInsert in org.springframework.jdbc.core.simple
Modifier and TypeMethodDescriptionSimpleJdbcInsert.includeSynonymsForTableColumnMetaData()
SimpleJdbcInsert.usingColumns
(String... columnNames) SimpleJdbcInsert.usingGeneratedKeyColumns
(String... columnNames) SimpleJdbcInsert.usingQuotedIdentifiers()
SimpleJdbcInsert.withCatalogName
(String catalogName) SimpleJdbcInsert.withoutTableColumnMetaDataAccess()
SimpleJdbcInsert.withSchemaName
(String schemaName) SimpleJdbcInsert.withTableName
(String tableName)