Package io.jmix.dynmodel.impl.db
Class MariaDbDynamicModelDbSupport
java.lang.Object
io.jmix.dynmodel.impl.db.DynamicModelDbSupport
io.jmix.dynmodel.impl.db.MySqlDynamicModelDbSupport
io.jmix.dynmodel.impl.db.MariaDbDynamicModelDbSupport
-
Field Summary
Fields inherited from class io.jmix.dynmodel.impl.db.DynamicModelDbSupport
DEFAULT_BYTES_LENGTH, DEFAULT_STRING_LENGTH, DEFAULT_URI_LENGTH, FALLBACK_IDENTIFIER, IDENTIFIER_HASH_LENGTH, maxIdentifierLength, metadataTools, reservedWords, STANDARD_RESERVED_WORDS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.dynmodel.impl.db.MySqlDynamicModelDbSupport
applyPaging, getAlterColumnTypeSql, getBooleanType, getBytesLobType, getDropUniqueConstraintSql, getDuplicateConstraintPattern, getLikeEscapeClause, getOffsetDateTimeType, getOffsetTimeType, getStringLobType, getUuidSqlType, toDbOffsetDateTime, toDbOffsetTime, toDbUuid, toOffsetDateTime, toOffsetTime, toUuid, uniqueConstraintExistsMethods inherited from class io.jmix.dynmodel.impl.db.DynamicModelDbSupport
appendTrailingUnderscore, canonicalizeIdentifier, configureIdentifierRules, extractUniqueConstraintName, getAddColumnSql, getBytesType, getCreateUniqueConstraintSql, getDoubleType, getEnumIdType, getFloatType, getLength, getLocalDateTimeType, getLocalTimeType, getReferenceJavaType, getSqlType, getSqlTypeByJavaType, getStringType, getUniqueDuplicateCheckPredicate, hashIdentifier, isDuplicateConstraintException, isLob, isReservedWord, normalizeGeneratedIdentifier, resolveConstraintName, setMetadataTools, shortenIdentifier, toBoolean, toByteArray, toDbBoolean, toDbLocalTime, toDbValue, toEnumValue, toLocalDate, toLocalDateTime, toLocalTime, toNumber, toPropertyValue, toUnderscoreSeparated
-
Constructor Details
-
MariaDbDynamicModelDbSupport
public MariaDbDynamicModelDbSupport()
-
-
Method Details
-
getUniqueConstraintViolationPattern
- Overrides:
getUniqueConstraintViolationPatternin classMySqlDynamicModelDbSupport
-