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, UjoTextable, Ujo

public final class MoreParams
extends AbstractMetaModel

Class contains the special parameters with for different use.

Author:
Pavel Ponec
See Also:
Serialized Form

Field Summary
static Key<MoreParams,String> DIALECT_MYSQL_ENGINE_TYPE
          A default engine for the MySQL dialect.
 
Constructor Summary
MoreParams()
           
 
Method Summary
 
Methods inherited from class org.ujorm.orm.AbstractMetaModel
get, changeDefault, checkReadOnly, isFilled, isFilled, 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, readProperties, readUjoManager, readValueString, toString, writeValueString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()
Constructor Detail

MoreParams

public MoreParams()


Copyright © 2012. All Rights Reserved.