Uses of Enum Class
org.springframework.data.relational.core.dialect.InsertRenderContexts
Packages that use InsertRenderContexts
Package
Description
Dialects abstract the SQL dialect of the underlying database.
-
Uses of InsertRenderContexts in org.springframework.data.relational.core.dialect
Subclasses with type arguments of type InsertRenderContexts in org.springframework.data.relational.core.dialectModifier and TypeClassDescriptionenumIn the scope of Insert with default values SQL statement, for example INSERT INTO SCHEMA.TABLE VALUES (DEFAULT) this enum represents the default values part in differentDialectsMethods in org.springframework.data.relational.core.dialect that return InsertRenderContextsModifier and TypeMethodDescriptionstatic InsertRenderContextsReturns the enum constant of this class with the specified name.static InsertRenderContexts[]InsertRenderContexts.values()Returns an array containing the constants of this enum class, in the order they are declared.