Uses of Enum Class
org.springframework.data.relational.core.sql.render.PostgresUpsertRenderContext
Packages that use PostgresUpsertRenderContext
Package
Description
SQL rendering utilities to render SQL from the Statement Builder API.
-
Uses of PostgresUpsertRenderContext in org.springframework.data.relational.core.sql.render
Subclasses with type arguments of type PostgresUpsertRenderContext in org.springframework.data.relational.core.sql.renderModifier and TypeClassDescriptionenumPostgreSQL upsert usingINSERT ... ON CONFLICT ... DO UPDATE SET.Methods in org.springframework.data.relational.core.sql.render that return PostgresUpsertRenderContextModifier and TypeMethodDescriptionstatic PostgresUpsertRenderContextReturns the enum constant of this class with the specified name.static PostgresUpsertRenderContext[]PostgresUpsertRenderContext.values()Returns an array containing the constants of this enum class, in the order they are declared.