| Constructor and Description |
|---|
Oracle() |
| 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. |
GeneratedColumnDefinition |
generatedColumnDefinition() |
boolean |
supportsIfExists() |
Generator<Map<Expression<?>,Object>> |
upsertGenerator() |
limitGenerator, orderByGenerator, supportsAddingConstraint, supportsGeneratedColumnsInPrepareStatement, supportsGeneratedKeysInBatchUpdate, supportsInlineForeignKeyReference, supportsUpsert, toString, 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 GeneratedColumnDefinition generatedColumnDefinition()
generatedColumnDefinition in interface PlatformgeneratedColumnDefinition in class Genericpublic Generator<Map<Expression<?>,Object>> upsertGenerator()
upsertGenerator in interface PlatformupsertGenerator in class Generic