Uses of Interface
org.ujoframework.extensions.UjoCloneable

Packages that use UjoCloneable
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 UjoCloneable in org.ujoframework.extensions
 

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

Uses of UjoCloneable in org.ujoframework.implementation.array
 

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

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

Classes in org.ujoframework.implementation.factory that implement UjoCloneable
 class FactoryUjo
          The Ujo Factory.
 class FactoryUjoExt<UJO_IMPL extends FactoryUjoExt>
          En extended Ujo implementation.
 

Uses of UjoCloneable in org.ujoframework.implementation.field
 

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

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

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

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

Uses of UjoCloneable in org.ujoframework.implementation.quick
 

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

Classes in org.ujoframework.implementation.registrar that implement UjoCloneable
 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 UjoCloneable in org.ujoframework.orm
 

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

Uses of UjoCloneable in org.ujoframework.orm.metaModel
 

Classes in org.ujoframework.orm.metaModel that implement UjoCloneable
 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 UjoCloneable in org.ujoframework.swing
 

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



Copyright © 2010. All Rights Reserved.