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   
 

Uses of QuickUjo in org.ujoframework.implementation.orm
 

Subclasses of QuickUjo in org.ujoframework.implementation.orm
 class OrmTable<UJO_IMPL extends Ujo>
          This abstract implementation of the OrmUjo interface is situable for implementation the persistent entities.
 

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
 class DbProcedure<UJO extends DbProcedure>
          Abstract database procedure.
 

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 MetaIndex
          DB index metamodel.
 class MetaParams
          A logical database description.
 class MetaPKey
          The table primary key.
 class MetaProcedure
          DB procudure or function meta-model.
 class MetaRelation2Many
          The database/object relation to many.
 class MetaRoot
          A logical database description.
 class MetaSelect
          Contains a SQL statement for a UJO view user SELECT.
 class MetaTable
          DB table or view meta-model.
 



Copyright © 2010. All Rights Reserved.