public final class MoreParams extends AbstractMetaModel
Modifier and Type | Field and Description |
---|---|
static Key<MoreParams,String> |
DIALECT_MYSQL_ENGINE_TYPE
A default engine for the MySQL dialect.
|
static Key<MoreParams,Boolean> |
ENABLE_TO_UNLOCK_IMMUTABLE_METAMODEL
EFFECTIVA REQUEST: enable to unlock the immutable MetaTable model
|
static Key<MoreParams,Boolean> |
EXTENTED_INDEX_NAME_STRATEGY
EFFECTIVA REQUEST: an extended index name strategy where the default value is
false . |
static Key<MoreParams,Boolean> |
JOIN_PHRASE
Deprecated.
|
static Key<MoreParams,Boolean> |
PRINT_All_JOINED_TABLES
EFFECTIVA REQUEST: to enforce printing all Ujorm joined tables
|
Constructor and Description |
---|
MoreParams() |
clearReadOnly, get, changeDefault, checkReadOnly, lock, readAuthorization, readOnly, setReadOnly, writeValue
newCamelFactory, newFactory, newSnakeCaseFactory, readValue
clone, equals, init, init, readKeys, readUjoManager, readValueString, toString, writeValueString
public static final Key<MoreParams,String> DIALECT_MYSQL_ENGINE_TYPE
org.ujorm.orm.dialect.MySqlDialect#getEngine()
@Deprecated public static final Key<MoreParams,Boolean> JOIN_PHRASE
public static final Key<MoreParams,Boolean> PRINT_All_JOINED_TABLES
public static final Key<MoreParams,Boolean> ENABLE_TO_UNLOCK_IMMUTABLE_METAMODEL
public static final Key<MoreParams,Boolean> EXTENTED_INDEX_NAME_STRATEGY
false
.
The true
value makes new index on all foreign keys using the "AUTO" feature.MetaColumn.AUTO_INDEX_NAME
Copyright 2015, Pavel Ponec