org.ujorm.orm.metaModel
Class MoreParams

java.lang.Object
  extended by org.ujorm.extensions.SuperAbstractUjo
      extended by org.ujorm.extensions.AbstractUjo
          extended by org.ujorm.orm.AbstractMetaModel
              extended by 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

Field Summary
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> PRINT_All_JOINED_TABLES
          EFFECTIVA REQUEST: to enforce printing all Ujorm joined tables
 
Constructor Summary
MoreParams()
           
 
Method Summary
 
Methods inherited from class org.ujorm.orm.AbstractMetaModel
changeDefault, checkReadOnly, clearReadOnly, get, lock, readAuthorization, readOnly, setReadOnly, writeValue
 
Methods inherited from class org.ujorm.extensions.AbstractUjo
newCamelFactory, newFactory, readValue
 
Methods inherited from class org.ujorm.extensions.SuperAbstractUjo
clone, equals, init, init, readKeys, readUjoManager, readValueString, toString, writeValueString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ujorm.Ujo
readKeys, readValue
 

Field Detail

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

Constructor Detail

MoreParams

public MoreParams()


Copyright 2013, Pavel Ponec