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

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

Uses of MetaParams in org.ujoframework.orm
 

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

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

Uses of MetaParams in org.ujoframework.orm.metaModel
 

Fields in org.ujoframework.orm.metaModel with type parameters of type MetaParams
static Property<MetaParams,CachePolicy> MetaParams.CACHE_POLICY
          Enable / disable a session cache for the business objects.
static Property<MetaParams,java.lang.Boolean> MetaParams.CACHE_WEAK_MAP
          The parameters enables the the cache implementation by WeakHashMap.
static Property<MetaParams,Orm2ddlPolicy> MetaParams.ORM2DLL_POLICY
          A policy to defining the database structure by a DDL.
static Property<MetaRoot,MetaParams> MetaRoot.PARAMETERS
          ORM parameters
static 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 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 Property<MetaParams,java.lang.String> MetaParams.TABLE_ALIAS_PREFIX
          Special prameter for an automatically assembled table alias prefix.
static Property<MetaParams,java.lang.String> MetaParams.TABLE_ALIAS_SUFFIX
          Special prameter for an automatically assembled table alias prefix.
 

Methods in org.ujoframework.orm.metaModel that return MetaParams
 MetaParams MetaDatabase.getParams()
          Return the OrmHandler parameters
 



Copyright © 2009. All Rights Reserved.