Uses of Class
org.ujorm.orm.metaModel.MetaParams

Packages that use MetaParams
org.ujorm.orm The ORM support. 
org.ujorm.orm.metaModel   
 

Uses of MetaParams in org.ujorm.orm
 

Methods in org.ujorm.orm that return MetaParams
 MetaParams Session.getParameters()
          Returns parameters
 MetaParams OrmHandler.getParameters()
          Returns parameters
 

Methods in org.ujorm.orm with parameters of type MetaParams
 void OrmHandler.config(MetaParams params)
          Save the ORM parameters.
 

Uses of MetaParams in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type MetaParams
static org.ujorm.extensions.Property<MetaParams,java.lang.Object> MetaParams.APPL_CONTEXT
          An application context for initializaton of the customer componets of the meta-model.
static org.ujorm.extensions.Property<MetaParams,CachePolicy> MetaParams.CACHE_POLICY
          Session cache policy.
static org.ujorm.extensions.Property<MetaParams,CommentPolicy> MetaParams.COMMENT_POLICY
          A policy for assigning an annotation table comment Comment to database.
static org.ujorm.extensions.Property<MetaParams,CheckReport> MetaParams.CHECK_KEYWORDS
          CheckReport a keyword in the database table or colum name inside the meta-model.
static org.ujorm.extensions.Property<MetaParams,java.lang.Boolean> MetaParams.INHERITANCE_MODE
          Any action type or CREATE, UPDATE, DELETE on inheritance objects calls the same action to its 'parrent' object.
static org.ujorm.extensions.Property<MetaParams,java.lang.Integer> MetaParams.INSERT_MULTIROW_ITEM_LIMIT
          The parameter is used to limit of the insert sttatemtn in case the "sql multirow insert".
static org.ujorm.extensions.Property<MetaParams,java.lang.Integer> MetaParams.MAX_ITEM_COUNT_4_IN
          The maximal count of items for the SQL IN operator, default value is 500 items The limit is used inside the method loadLazyValuesAsBatch(..).
static org.ujorm.extensions.Property<MetaParams,MoreParams> MetaParams.MORE_PARAMS
          The parameter contains the special parameters with for different use.
static org.ujorm.extensions.Property<MetaParams,Orm2ddlPolicy> MetaParams.ORM2DLL_POLICY
          A policy to defining the database structure by a DDL.
static org.ujorm.extensions.Property<MetaRoot,MetaParams> MetaRoot.PARAMETERS
          ORM parameters
static org.ujorm.extensions.Property<MetaParams,java.io.File> MetaParams.SAVE_CONFIG_TO_FILE
          Framework can save the final configuration file to a new file for an external use.
static org.ujorm.extensions.Property<MetaParams,java.lang.Integer> MetaParams.SEQUENCE_CACHE
          Sequential cache parameter saves the number of requests to the following sequence when a insert statement into DB.
static org.ujorm.extensions.Property<MetaParams,java.lang.Boolean> MetaParams.SEQUENCE_SCHEMA_SYMBOL
          The parameter value TRUE affects to a Sequence key name in the internal sequence generator.
static org.ujorm.extensions.Property<MetaParams,java.lang.String> MetaParams.TABLE_ALIAS_PREFIX
          Special prameter for an automatically assembled table alias prefix.
static org.ujorm.extensions.Property<MetaParams,java.lang.String> MetaParams.TABLE_ALIAS_SUFFIX
          Special prameter for an automatically assembled table alias prefix.
static org.ujorm.extensions.Property<MetaParams,java.lang.Class> MetaParams.TYPE_SERVICE
          Change a TypeService class by a subtype for user type customization.
 

Methods in org.ujorm.orm.metaModel with type parameters of type MetaParams
<UJO extends MetaParams,VALUE>
MetaParams
MetaParams.set(org.ujorm.UjoProperty<UJO,VALUE> property, VALUE value)
          Set a parameter value
 

Methods in org.ujorm.orm.metaModel that return MetaParams
 MetaParams MetaDatabase.getParams()
          Return the OrmHandler parameters
<UJO extends MetaParams,VALUE>
MetaParams
MetaParams.set(org.ujorm.UjoProperty<UJO,VALUE> property, VALUE value)
          Set a parameter value
 MetaParams MetaParams.setApplContext(java.lang.Object applContext)
          Set application context.
 

Methods in org.ujorm.orm.metaModel with parameters of type MetaParams
 void MetaColumn.initTypeCode(MetaParams params)
          Initialize a type code - for an internal use only.
 



Copyright © 2011. All Rights Reserved.