Package io.jmix.dynmodel.impl.db
Class H2DynamicModelDbSupport
java.lang.Object
io.jmix.dynmodel.impl.db.DynamicModelDbSupport
io.jmix.dynmodel.impl.db.DefaultDynamicModelDbSupport
io.jmix.dynmodel.impl.db.H2DynamicModelDbSupport
-
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.DefaultDynamicModelDbSupport
getUuidSqlType, uniqueConstraintExistsMethods inherited from class io.jmix.dynmodel.impl.db.DynamicModelDbSupport
appendTrailingUnderscore, applyPaging, canonicalizeIdentifier, configureIdentifierRules, extractUniqueConstraintName, getAddColumnSql, getAlterColumnTypeSql, getBooleanType, getBytesLobType, getBytesType, getCreateUniqueConstraintSql, getDoubleType, getDropUniqueConstraintSql, getEnumIdType, getFloatType, getLength, getLikeEscapeClause, getLocalDateTimeType, getLocalTimeType, getOffsetDateTimeType, getOffsetTimeType, getReferenceJavaType, getSqlType, getSqlTypeByJavaType, getStringLobType, getStringType, getUniqueDuplicateCheckPredicate, hashIdentifier, isDuplicateConstraintException, isLob, isReservedWord, normalizeGeneratedIdentifier, resolveConstraintName, setMetadataTools, shortenIdentifier, toBoolean, toByteArray, toDbBoolean, toDbLocalTime, toDbOffsetDateTime, toDbOffsetTime, toDbUuid, toDbValue, toEnumValue, toLocalDate, toLocalDateTime, toLocalTime, toNumber, toOffsetDateTime, toOffsetTime, toPropertyValue, toUnderscoreSeparated, toUuid
-
Constructor Details
-
H2DynamicModelDbSupport
public H2DynamicModelDbSupport()
-
-
Method Details
-
getUniqueConstraintViolationPattern
- Overrides:
getUniqueConstraintViolationPatternin classDynamicModelDbSupport
-
getDuplicateConstraintPattern
- Overrides:
getDuplicateConstraintPatternin classDynamicModelDbSupport
-