|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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>
A simple implementation of an ORM solution. |
| 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 |
| 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 |
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. |
| Uses of UjoCloneable in org.ujoframework.orm.sample |
|---|
| Classes in org.ujoframework.orm.sample that implement UjoCloneable | |
|---|---|
class |
Database
An table mapping to a database (a sample of usage). |
class |
Item
The column mapping to DB table ITEM (a sample of usage). |
class |
Order
The column mapping to DB table ORDER (a sample of usage). |
class |
ViewOrder
The column mapping to FROM view. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||