org.ujorm.orm.metaModel
Class MoreParams

java.lang.Object
  extended by org.ujorm.extensions.AbstractUjo
      extended by org.ujorm.implementation.quick.QuickUjo
          extended by org.ujorm.orm.AbstractMetaModel
              extended by org.ujorm.orm.metaModel.MoreParams
All Implemented Interfaces:
java.io.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 Property<MoreParams,java.lang.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.implementation.quick.QuickUjo
newListProperty, newListProperty, newProperty, newProperty, newProperty, newProperty, newProperty, newProperty, readValue
 
Methods inherited from class org.ujorm.extensions.AbstractUjo
clone, equals, init, init, 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 Property<MoreParams,java.lang.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 © 2007-2012 PPonec