Uses of Class
org.ujoframework.core.annot.Transient

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

Uses of Transient in org.ujoframework.orm
 

Fields in org.ujoframework.orm with annotations of type Transient
protected  MetaProcedure DbProcedure.metaProcedure
           
 

Uses of Transient in org.ujoframework.orm.metaModel
 

Fields in org.ujoframework.orm.metaModel with annotations of type Transient
static Property<MetaParams,java.lang.Object> MetaParams.APPL_CONTEXT
          An application context for initializaton of the customer componets of the meta-model.
static ListProperty<MetaIndex,MetaColumn> MetaIndex.COLUMNS
          Table Columns
static Property<MetaTable,MetaDatabase> MetaTable.DATABASE
          Database
static Property<MetaProcedure,MetaDatabase> MetaProcedure.DATABASE
          Database
static Property<MetaTable,RelationToMany> MetaTable.DB_PROPERTY
          Database relative property (a base definition of table)
static Property<MetaProcedure,UjoProperty> MetaProcedure.DB_PROPERTY
          Procedure property (a base definition of the procedure)
static Property<MetaIndex,java.lang.String> MetaIndex.NAME
          Index database name
static Property<MetaDatabase,java.lang.String> MetaDatabase.PASSWORD
          DB password
static Property<MetaTable,MetaPKey> MetaTable.PK
          Unique Primary Key
static Property<MetaDatabase,OrmUjo> MetaDatabase.ROOT
          An instance of the DB class.
static Property<MetaTable,MetaSelect> MetaTable.SELECT_MODEL
          SQL SELECT model.
static Property<MetaRelation2Many,MetaTable> MetaRelation2Many.TABLE
          DB table
static Property<MetaIndex,MetaTable> MetaIndex.TABLE
          Table
static Property<MetaRelation2Many,UjoProperty> MetaRelation2Many.TABLE_PROPERTY
          Table property
static Property<MetaIndex,java.lang.Boolean> MetaIndex.UNIQUE
          Is the index unique ?
 



Copyright © 2010. All Rights Reserved.