|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Ujo.BeanUjoSet view of the mappings contained in this map.
UjoIterator.hasNext().
Ujo implementation.null
is not supported
null value for the current property.
prop.of(ujo) rather.
Query.iterator() instead of.
Query.iterator() rather.
UjoMiddle
and Map<CharSequence,Object> interfaces.Ujo.loadLazyValuesAsBatch(..).
where(...) method.
where(...) method.
where(...) method.
where(...) method.
where(...) method.
where(...) method.
where(...) method.
Ujo.UjoMiddle.Ujo.readProperty(...)
- readValue(UJO) -
Method in interface org.ujoframework.extensions.ValueAgent
- WARNING: There is recommended to call the method from the method
Ujo.readValue(...)
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.array.ArrayUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.array.ArrayUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujoframework.Ujo)
to an external access for a better type safe.
- readValue(Object) -
Method in class org.ujoframework.implementation.bean.BeanProperty
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(Object) -
Method in class org.ujoframework.implementation.bean.BeanPropertyList
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.bean.BeanUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
BeanProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.bean.BeanUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
BeanProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UJO) -
Method in class org.ujoframework.implementation.factory.FactoryProperty
- Create new Value.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.factory.FactoryUjo
- Method readValue() creates a new instance of the property always.
- readValue(UJO) -
Method in class org.ujoframework.implementation.field.FieldProperty
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(UJO) -
Method in class org.ujoframework.implementation.field.FieldPropertyList
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.field.FieldUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
FieldProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.field.FieldUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
FieldProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.map.MapUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujoframework.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.map.MapUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujoframework.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujoframework.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.orm.OrmTable
- A method for an internal use only.
- readValue(UjoProperty) -
Method in class org.ujoframework.implementation.quick.QuickUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujoframework.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in interface org.ujoframework.orm.OrmUjo
- A special implementation, see a source code of the OrmTable class for more information.
- readValue(UjoProperty) -
Method in class org.ujoframework.swing.UjoPropertyRow
- Read Value
- readValue(UjoProperty) -
Method in interface org.ujoframework.Ujo
- It is a common method for reading all object values, however there is strongly recomended to use a method
UjoProperty.getValue(org.ujoframework.Ujo)
to an external access for a better type safe.
- readValueString(UjoProperty, UjoAction) -
Method in class org.ujoframework.extensions.AbstractUjo
- Get an original value in a String format.
- readValueString(UjoProperty, UjoAction) -
Method in interface org.ujoframework.extensions.UjoTextable
- Get an original value in a String format.
- RegistrarUjo<UJO extends Ujo> - Class in org.ujoframework.implementation.registrar
- A MapUjo implementation with a Property change listener support.
- RegistrarUjo() -
Constructor for class org.ujoframework.implementation.registrar.RegistrarUjo
-
- RegistrarUjoExt<UJO extends RegistrarUjoExt> - Class in org.ujoframework.implementation.registrar
- A MapUjoExt implementation with a Property change listener support.
- RegistrarUjoExt() -
Constructor for class org.ujoframework.implementation.registrar.RegistrarUjoExt
-
- RELATIONS -
Static variable in class org.ujoframework.orm.metaModel.MetaTable
- Table relations to many
- RelationToMany<UJO extends OrmTable,ITEM extends OrmTable> - Class in org.ujoframework.implementation.orm
- The relation 1:N to another UJO type items
- RelationToMany(String, Class<ITEM>) -
Constructor for class org.ujoframework.implementation.orm.RelationToMany
- Constructor
- RelationToMany(String, Class<ITEM>, int, boolean) -
Constructor for class org.ujoframework.implementation.orm.RelationToMany
- Constructor
- RelationToOne<UJO extends OrmUjo,VALUE> - Class in org.ujoframework.implementation.orm
- Foreign key property
- RelationToOne(String, Class, UjoProperty) -
Constructor for class org.ujoframework.implementation.orm.RelationToOne
-
- reload(OrmUjo) -
Method in class org.ujoframework.orm.Session
- Reload values of the persistent object.
- reload(OrmUjo, Session) -
Method in class org.ujoframework.orm.utility.OrmTools
- Reload values of the persistent object.
- remove() -
Method in class org.ujoframework.core.UjoIterator
- Deprecated. The method is not implemented.
- remove(ListUjoProperty<UJO, ITEM>, int) -
Method in class org.ujoframework.extensions.AbstractUjoExt
- Remove an item from the List by an index.
- remove(ListUjoProperty<UJO, ITEM>, ITEM) -
Method in class org.ujoframework.extensions.AbstractUjoExt
- Removes the first occurrence in this list of the specified element.
- remove(ListUjoProperty<UJO, ITEM>, int) -
Method in interface org.ujoframework.extensions.UjoExt
- Get Value
- remove(Object) -
Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
- Removes the mapping for the specified key from this map if present.
- removeDb(String) -
Method in class org.ujoframework.orm.metaModel.MetaRoot
- Returns the first database with the same schemaName - and remove it from the list.
- removeItem(UJO, ITEM) -
Method in class org.ujoframework.extensions.ListProperty
- Removes the first occurrence in this list of the specified element.
- removeItem(UJO, ITEM) -
Method in interface org.ujoframework.extensions.ListUjoProperty
- Removes the first occurrence in this list of the specified element.
- removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) -
Method in class org.ujoframework.implementation.registrar.RegistrarUjo
- Remove property Listener
- removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) -
Method in class org.ujoframework.implementation.registrar.RegistrarUjoExt
- Remove property Listener
- removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) -
Method in interface org.ujoframework.listener.EventRegistrar
- Remove listener
- removePropertyChangeListener(UjoProperty, Boolean, UjoPropertyChangeListener) -
Method in class org.ujoframework.listener.UjoPropertyChangeSupport
- Remove listener
- revertArray(Object[]) -
Method in class org.ujoframework.core.UjoManager
- Returns a reversed order of objects.
- rollback() -
Method in class org.ujoframework.orm.Session
- Make a rollback for all databases.
- ROOT -
Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
- An instance of the DB class.
- rootElementName -
Variable in class org.ujoframework.core.UjoManagerXML
- Root element name
- ROWS -
Static variable in class org.ujoframework.swing.SingleUjoTabModel
- Property row
- rows -
Variable in class org.ujoframework.swing.UjoTableModel
- A data store
Query.orderByMany(org.ujoframework.UjoProperty[]) method instead of
UJO means a Unified Java Object and its implementations provides a similar service like a JavaBeans class.ValueExportable.exportToString() replaces the original ValueTextable.toString().Collection view of the values contained in this map
Property.setValue(Ujo,Object)
to an external access for a better type safe.
Property.setValue(org.ujoframework.Ujo, java.lang.Object)
to an external access for a better type safe.
Property.setValue(org.ujoframework.Ujo, java.lang.Object)
to an external access for a better type safe.
Property.setValue(org.ujoframework.Ujo, java.lang.Object)
to an external access for a better type safe.
Property.setValue(org.ujoframework.Ujo, java.lang.Object)
to an external access for a better type safe.
Property.setValue(org.ujoframework.Ujo, java.lang.Object)
to an external access for a better type safe.
UjoProperty.setValue(Ujo,Object)
to an external access for a better type safe.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||