Uses of Class
org.ujoframework.implementation.quick.QuickUjo

Packages that use QuickUjo
org.ujoframework.implementation.orm   
org.ujoframework.implementation.quick   
org.ujoframework.orm The ORM support. 
org.ujoframework.orm.metaModel   
org.ujoframework.orm.sample   
 

Uses of QuickUjo in org.ujoframework.implementation.orm
 

Subclasses of QuickUjo in org.ujoframework.implementation.orm
 class OrmTable<UJO_IMPL extends Ujo>
          A simple implementation of an ORM solution.
 

Uses of QuickUjo in org.ujoframework.implementation.quick
 

Subclasses of QuickUjo in org.ujoframework.implementation.quick
 class QuickUjoMid<UJO_IMPL extends QuickUjoMid>
          This is a fast implementation of the UjoMiddle.
 

Methods in org.ujoframework.implementation.quick with type parameters of type QuickUjo
static
<UJO extends QuickUjo,VALUE>
Property<UJO,VALUE>
QuickUjo.newProperty(UjoProperty p)
          Returns a new instance of property where the default value is null.
 

Uses of QuickUjo in org.ujoframework.orm
 

Subclasses of QuickUjo in org.ujoframework.orm
 class AbstractMetaModel
          Abstract Metamodel
 

Uses of QuickUjo in org.ujoframework.orm.metaModel
 

Subclasses of QuickUjo in org.ujoframework.orm.metaModel
 class MetaColumn
          Database column metadata
 class MetaDatabase
          A logical database description.
 class MetaParams
          A logical database description.
 class MetaPKey
          The table primary key.
 class MetaRelation2Many
          The database/object relation to many.
 class MetaRoot
          A logical database description.
 class MetaTable
          DB table metamodel.
 class MetaView
          Contains a sql select for a UJO view SELECT.
 

Uses of QuickUjo in org.ujoframework.orm.sample
 

Subclasses of QuickUjo in org.ujoframework.orm.sample
 class Database
          An table mapping to a database (a sample of usage).
 class Item
          The column mapping to DB table ITEM (a sample of usage).
 class Order
          The column mapping to DB table ORDER (a sample of usage).
 class ViewOrder
          The column mapping to FROM view.
 



Copyright © 2009. All Rights Reserved.