Uses of Interface
org.springframework.data.relational.core.dialect.IdGeneration
Packages that use IdGeneration
Package
Description
Dialects abstract the SQL dialect of the underlying database.
-
Uses of IdGeneration in org.springframework.data.relational.core.dialect
Fields in org.springframework.data.relational.core.dialect declared as IdGenerationModifier and TypeFieldDescriptionstatic final IdGeneration
IdGeneration.DEFAULT
A default instance working for many databases and equivalent to Spring Data JDBCs behavior before version 2.1.Methods in org.springframework.data.relational.core.dialect that return IdGenerationModifier and TypeMethodDescriptionstatic IdGeneration
IdGeneration.create
(IdentifierProcessing identifierProcessing) Db2Dialect.getIdGeneration()
default IdGeneration
Dialect.getIdGeneration()
H2Dialect.getIdGeneration()
HsqlDbDialect.getIdGeneration()
MariaDbDialect.getIdGeneration()
MySqlDialect.getIdGeneration()
OracleDialect.getIdGeneration()
PostgresDialect.getIdGeneration()
SqlServerDialect.getIdGeneration()