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
 

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 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.
 



Copyright © 2007-2010 PPonec