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

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

Uses of MetaRoot in org.ujorm.orm
 

Methods in org.ujorm.orm with parameters of type MetaRoot
 void OrmHandler.config(MetaRoot config)
          Save the alternative ORM configuration including parameters (if the parameters are not null).
 

Uses of MetaRoot in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type MetaRoot
static ListKey<MetaRoot,MetaDatabase> MetaRoot.DATABASES
          List of tables
static Key<MetaRoot,MetaParams> MetaRoot.PARAMETERS
          ORM parameters
 



Copyright 2013, Pavel Ponec