Constructor and Description |
---|
Derby() |
Modifier and Type | Method and Description |
---|---|
void |
addMappings(Mapping mapping)
Given the attribute and
FieldType allows the platform to replace the storage type
with a platform specific one. |
boolean |
supportsGeneratedColumnsInPrepareStatement() |
boolean |
supportsIfExists() |
boolean |
supportsUpsert() |
generatedColumnDefinition, limitGenerator, orderByGenerator, supportsAddingConstraint, supportsGeneratedKeysInBatchUpdate, supportsInlineForeignKeyReference, toString, upsertGenerator, versionColumnDefinition
public void addMappings(Mapping mapping)
Platform
FieldType
allows the platform to replace the storage type
with a platform specific one. Substitution occurs both for table generation and entity
property conversion.addMappings
in interface Platform
addMappings
in class Generic
mapping
- mapping containing type information of what is being read or written.public boolean supportsIfExists()
supportsIfExists
in interface Platform
supportsIfExists
in class Generic
public boolean supportsGeneratedColumnsInPrepareStatement()
supportsGeneratedColumnsInPrepareStatement
in interface Platform
supportsGeneratedColumnsInPrepareStatement
in class Generic
Connection.prepareStatement(String, String[])
method should be used to get the generated key set when inserting records.public boolean supportsUpsert()
supportsUpsert
in interface Platform
supportsUpsert
in class Generic
Platform.upsertGenerator()