Uses of Interface
org.ujoframework.extensions.UjoMiddle

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

Uses of UjoMiddle in org.ujoframework.extensions
 

Classes in org.ujoframework.extensions with type parameters of type UjoMiddle
 interface UjoMiddle<UJO_IMPL extends UjoMiddle>
          This is an middle extended Ujo interface designed for a more conventional property access evaluated by developers.
 

Subinterfaces of UjoMiddle in org.ujoframework.extensions
 interface UjoExt<UJO_IMPL extends UjoExt>
          This is an extended Ujo interface designed for a more conventional property access evaluated by developers.
 

Classes in org.ujoframework.extensions that implement UjoMiddle
 class AbstractUjoExt<UJO_IMPL extends UjoExt>
          This is a simple abstract implementation of Ujo.
 

Uses of UjoMiddle in org.ujoframework.implementation.array
 

Classes in org.ujoframework.implementation.array that implement UjoMiddle
 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 UjoMiddle in org.ujoframework.implementation.bean
 

Classes in org.ujoframework.implementation.bean that implement UjoMiddle
 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 UjoMiddle in org.ujoframework.implementation.field
 

Classes in org.ujoframework.implementation.field that implement UjoMiddle
 class FieldUjoExt<UJO extends FieldUjoExt>
          The abstract Ujo implementation use a direct access to its private object fiels.
 

Uses of UjoMiddle in org.ujoframework.implementation.map
 

Classes in org.ujoframework.implementation.map that implement UjoMiddle
 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 UjoMiddle in org.ujoframework.implementation.mapImpl
 

Classes in org.ujoframework.implementation.mapImpl that implement UjoMiddle
 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 UjoMiddle in org.ujoframework.implementation.quick
 

Classes in org.ujoframework.implementation.quick that implement UjoMiddle
 class QuickUjoMid<UJO_IMPL extends QuickUjoMid>
          This is a fast implementation of the UjoMiddle.
 

Uses of UjoMiddle in org.ujoframework.implementation.registrar
 

Classes in org.ujoframework.implementation.registrar that implement UjoMiddle
 class RegistrarUjoExt<UJO extends RegistrarUjoExt>
          A MapUjoExt implementation with a Property change listener support.
 

Uses of UjoMiddle in org.ujoframework.orm
 

Classes in org.ujoframework.orm that implement UjoMiddle
 class DbProcedure<UJO extends DbProcedure>
          Abstract database procedure.
 

Uses of UjoMiddle in org.ujoframework.swing
 

Classes in org.ujoframework.swing that implement UjoMiddle
 class UjoPropertyRow
          An implementation of TableModel for List of Ujo objects.
 



Copyright © 2010. All Rights Reserved.