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 IdGenerationIdGeneration.DEFAULTA 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 IdGenerationIdGeneration.create(IdentifierProcessing identifierProcessing) Db2Dialect.getIdGeneration()default IdGenerationDialect.getIdGeneration()H2Dialect.getIdGeneration()HsqlDbDialect.getIdGeneration()MariaDbDialect.getIdGeneration()MySqlDialect.getIdGeneration()OracleDialect.getIdGeneration()PostgresDialect.getIdGeneration()SqlServerDialect.getIdGeneration()