Uses of Class
org.ujoframework.extensions.AbstractUjo

Packages that use AbstractUjo
org.ujoframework.extensions UJO extensions. 
org.ujoframework.implementation.array   
org.ujoframework.implementation.bean   
org.ujoframework.implementation.factory   
org.ujoframework.implementation.field   
org.ujoframework.implementation.map   
org.ujoframework.implementation.mapImpl   
org.ujoframework.implementation.orm   
org.ujoframework.implementation.quick   
org.ujoframework.implementation.registrar   
org.ujoframework.orm The ORM support. 
org.ujoframework.orm.metaModel   
org.ujoframework.swing Swing support. 
 

Uses of AbstractUjo in org.ujoframework.extensions
 

Subclasses of AbstractUjo in org.ujoframework.extensions
 class AbstractUjoExt<UJO_IMPL extends UjoExt>
          This is a simple abstract implementation of Ujo.
 

Uses of AbstractUjo in org.ujoframework.implementation.array
 

Subclasses of AbstractUjo in org.ujoframework.implementation.array
 class ArrayUjo
          This is a very fast abstract implementation of Ujo.
 class ArrayUjoExt<UJO extends ArrayUjoExt>
          This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
 

Uses of AbstractUjo in org.ujoframework.implementation.bean
 

Subclasses of AbstractUjo in org.ujoframework.implementation.bean
 class BeanUjo
          This abstract class is inteded for an easy implementation of UJO features to a completed JavaBean object.
 class BeanUjoExt<UJO extends BeanUjoExt>
          This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
 

Uses of AbstractUjo in org.ujoframework.implementation.factory
 

Subclasses of AbstractUjo in org.ujoframework.implementation.factory
 class FactoryUjo
          The Ujo Factory.
 class FactoryUjoExt<UJO_IMPL extends FactoryUjoExt>
          En extended Ujo implementation.
 

Uses of AbstractUjo in org.ujoframework.implementation.field
 

Subclasses of AbstractUjo in org.ujoframework.implementation.field
 class FieldUjo
          The abstract Ujo implementation use a direct access to its private object fiels.
 class FieldUjoExt<UJO extends FieldUjoExt>
          The abstract Ujo implementation use a direct access to its private object fiels.
 

Uses of AbstractUjo in org.ujoframework.implementation.map
 

Subclasses of AbstractUjo in org.ujoframework.implementation.map
 class MapUjo
          This is a simple abstract implementation of Ujo.
 class MapUjoExt<UJO extends MapUjoExt>
          This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
 

Uses of AbstractUjo in org.ujoframework.implementation.mapImpl
 

Subclasses of AbstractUjo in org.ujoframework.implementation.mapImpl
 class MapImplUjo
          The abstract String Map Ujo imlementation is an implementation of the UjoMiddle and Map<CharSequence,Object> interfaces.
 class MapImplUjoMiddle<UJO_IMPL extends MapImplUjoMiddle>
          This is an middle extended implementation of a setter and getter methods for an easier access for developpers.
 

Uses of AbstractUjo in org.ujoframework.implementation.orm
 

Subclasses of AbstractUjo 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 AbstractUjo in org.ujoframework.implementation.quick
 

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

Uses of AbstractUjo in org.ujoframework.implementation.registrar
 

Subclasses of AbstractUjo in org.ujoframework.implementation.registrar
 class RegistrarUjo<UJO extends Ujo>
          A MapUjo implementation with a Property change listener support.
 class RegistrarUjoExt<UJO extends RegistrarUjoExt>
          A MapUjoExt implementation with a Property change listener support.
 

Uses of AbstractUjo in org.ujoframework.orm
 

Subclasses of AbstractUjo in org.ujoframework.orm
 class AbstractMetaModel
          Abstract Metamodel
 class DbProcedure<UJO extends DbProcedure>
          Abstract database procedure.
 

Uses of AbstractUjo in org.ujoframework.orm.metaModel
 

Subclasses of AbstractUjo 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.
 

Uses of AbstractUjo in org.ujoframework.swing
 

Subclasses of AbstractUjo in org.ujoframework.swing
 class UjoPropertyRow
          An implementation of TableModel for List of Ujo objects.
 



Copyright © 2010. All Rights Reserved.