| Modifier and Type | Class and Description |
|---|---|
protected static class |
SQLite.InsertOrReplace |
| Constructor and Description |
|---|
SQLite() |
| 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() |
LimitGenerator |
limitGenerator() |
boolean |
supportsAddingConstraint() |
boolean |
supportsGeneratedKeysInBatchUpdate() |
boolean |
supportsUpsert() |
Generator<Map<Expression<?>,Object>> |
upsertGenerator() |
orderByGenerator, supportsGeneratedColumnsInPrepareStatement, supportsIfExists, supportsInlineForeignKeyReference, toString, versionColumnDefinitionpublic boolean supportsGeneratedKeysInBatchUpdate()
supportsGeneratedKeysInBatchUpdate in interface PlatformsupportsGeneratedKeysInBatchUpdate in class GenericStatement.getGeneratedKeys().public boolean supportsAddingConstraint()
supportsAddingConstraint in interface PlatformsupportsAddingConstraint in class Genericpublic GeneratedColumnDefinition generatedColumnDefinition()
generatedColumnDefinition in interface PlatformgeneratedColumnDefinition in class Genericpublic LimitGenerator limitGenerator()
limitGenerator in interface PlatformlimitGenerator in class Genericpublic Generator<Map<Expression<?>,Object>> upsertGenerator()
upsertGenerator in interface PlatformupsertGenerator in class Genericpublic boolean supportsUpsert()
supportsUpsert in interface PlatformsupportsUpsert in class GenericPlatform.upsertGenerator()public 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.