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

Packages that use Transient
org.ujoframework.orm.metaModel   
 

Uses of Transient in org.ujoframework.orm.metaModel
 

Fields in org.ujoframework.orm.metaModel with annotations of type Transient
static Property<MetaTable,MetaDatabase> MetaTable.DATABASE
          Database
static Property<MetaTable,RelationToMany> MetaTable.DB_PROPERTY
          Database relative property (a base definition of table)
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
          DB class root instance
static Property<MetaTable,MetaView> MetaTable.SELECT_MODEL
          SQL SELECT model.
static Property<MetaRelation2Many,MetaTable> MetaRelation2Many.TABLE
          DB table
static Property<MetaRelation2Many,UjoProperty> MetaRelation2Many.TABLE_PROPERTY
          Table property
 



Copyright © 2009. All Rights Reserved.