| 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, versionColumnDefinitionpublic void addMappings(Mapping mapping)
PlatformFieldType 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 PlatformaddMappings in class Genericmapping - mapping containing type information of what is being read or written.public boolean supportsIfExists()
supportsIfExists in interface PlatformsupportsIfExists in class Genericpublic boolean supportsGeneratedColumnsInPrepareStatement()
supportsGeneratedColumnsInPrepareStatement in interface PlatformsupportsGeneratedColumnsInPrepareStatement in class GenericConnection.prepareStatement(String, String[])
method should be used to get the generated key set when inserting records.public boolean supportsUpsert()
supportsUpsert in interface PlatformsupportsUpsert in class GenericPlatform.upsertGenerator()