org.ujorm.orm.metaModel
Class MoreParams
java.lang.Object
org.ujorm.extensions.SuperAbstractUjo
org.ujorm.extensions.AbstractUjo
org.ujorm.orm.AbstractMetaModel
org.ujorm.orm.metaModel.MoreParams
- All Implemented Interfaces:
- Serializable, UjoCloneable, UjoLockable, UjoTextable, Ujo
public final class MoreParams
- extends AbstractMetaModel
Class contains the special parameters with for different use.
- See Also:
- Serialized Form
DIALECT_MYSQL_ENGINE_TYPE
public static final Key<MoreParams,String> DIALECT_MYSQL_ENGINE_TYPE
- A default engine for the MySQL dialect. The default value of this parameter is: "ENGINE = InnoDB".
- See Also:
org.ujorm.orm.dialect.MySqlDialect#getEngine()
PRINT_All_JOINED_TABLES
public static final Key<MoreParams,Boolean> PRINT_All_JOINED_TABLES
- EFFECTIVA REQUEST: to enforce printing all Ujorm joined tables
ENABLE_TO_UNLOCK_IMMUTABLE_METAMODEL
public static final Key<MoreParams,Boolean> ENABLE_TO_UNLOCK_IMMUTABLE_METAMODEL
- EFFECTIVA REQUEST: enable to unlock the immutable MetaTable model
EXTENTED_INDEX_NAME_STRATEGY
public static final Key<MoreParams,Boolean> EXTENTED_INDEX_NAME_STRATEGY
- EFFECTIVA REQUEST: an extended index name strategy where the default value is
false.
The true value makes new index on all foreign keys using the "AUTO" feature.
- See Also:
MetaColumn.AUTO_INDEX_NAME
MoreParams
public MoreParams()
Copyright 2013, Pavel Ponec