Constructor and Description |
---|
MySQL() |
Modifier and Type | Method and Description |
---|---|
GeneratedColumnDefinition |
generatedColumnDefinition() |
LimitGenerator |
limitGenerator() |
boolean |
supportsGeneratedKeysInBatchUpdate() |
Generator<Map<Expression<?>,Object>> |
upsertGenerator() |
addMappings, orderByGenerator, supportsAddingConstraint, supportsGeneratedColumnsInPrepareStatement, supportsIfExists, supportsInlineForeignKeyReference, supportsUpsert, toString, versionColumnDefinition
public boolean supportsGeneratedKeysInBatchUpdate()
supportsGeneratedKeysInBatchUpdate
in interface Platform
supportsGeneratedKeysInBatchUpdate
in class Generic
Statement.getGeneratedKeys()
.public GeneratedColumnDefinition generatedColumnDefinition()
generatedColumnDefinition
in interface Platform
generatedColumnDefinition
in class Generic
public LimitGenerator limitGenerator()
limitGenerator
in interface Platform
limitGenerator
in class Generic
public Generator<Map<Expression<?>,Object>> upsertGenerator()
upsertGenerator
in interface Platform
upsertGenerator
in class Generic