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

Packages that use MetaPKey
org.ujoframework.orm.ao   
org.ujoframework.orm.metaModel   
 

Uses of MetaPKey in org.ujoframework.orm.ao
 

Methods in org.ujoframework.orm.ao with parameters of type MetaPKey
static CacheKey CacheKey.newInstance(OrmUjo bo, MetaPKey pkey)
          Constructor for the OrmUjo
 

Uses of MetaPKey in org.ujoframework.orm.metaModel
 

Fields in org.ujoframework.orm.metaModel with type parameters of type MetaPKey
static ListProperty<MetaPKey,MetaColumn> MetaPKey.COLUMNS
          DB columns
static Property<MetaTable,MetaPKey> MetaTable.PK
          Unique Primary Key
static Property<MetaPKey,MetaTable> MetaPKey.TABLE
          DB table
 



Copyright © 2010. All Rights Reserved.