A B C D E F G H I J K L M N O P Q R S T U V W X _

U

Ujo - Interface in org.ujorm
UJO Icons UJO means a Unified Java Object and its implementations provides a similar service like a JavaBeans class.
UjoAction - Interface in org.ujorm
An action constants of Ujorm.
UjoActionImpl - Class in org.ujorm.core
A default implementation of the UjoAction.
UjoActionImpl(int, Object) - Constructor for class org.ujorm.core.UjoActionImpl
 
UjoActionImpl(Object) - Constructor for class org.ujorm.core.UjoActionImpl
 
UjoActionImpl(int) - Constructor for class org.ujorm.core.UjoActionImpl
 
UjoCloneable - Interface in org.ujorm.extensions
Interface adds a clone facility.
UjoCoder - Class in org.ujorm.core
A tool for encoding an object to a text and a text back to the object.
UjoCoder() - Constructor for class org.ujorm.core.UjoCoder
 
UjoComparator<UJO extends Ujo> - Class in org.ujorm.core
A generic comparator for the Ujo objects.
UjoComparator(UjoProperty...) - Constructor for class org.ujorm.core.UjoComparator
Creates a new instance of UjoComparator.
UjoComparator(Locale, int, UjoProperty...) - Constructor for class org.ujorm.core.UjoComparator
Creates a new instance of UjoComparator
UjoExt<UJO_IMPL extends UjoExt> - Interface in org.ujorm.extensions
This is an extended Ujo interface designed for a more conventional property access evaluated by developers.
UjoIterator<T> - Class in org.ujorm.core
Ujo iterator have got some extended functions: iterator can provide optionally a count of items by a count() method iterator can be used in generic loop syntax for( : ) iterator can create a List object
UjoIterator() - Constructor for class org.ujorm.core.UjoIterator
 
UjoLogger - Interface in org.ujorm.logger
Ujorm Logger Interface
UjoLoggerFactory - Class in org.ujorm.logger
Bridge to logging framework JSF4J.
UjoLoggerFactory(Class) - Constructor for class org.ujorm.logger.UjoLoggerFactory
Konstructor
UjoManager - Class in org.ujorm.core
General Ujo Manager
UjoManager() - Constructor for class org.ujorm.core.UjoManager
Constructor.
UjoManagerCSV<UJO extends Ujo> - Class in org.ujorm.core
A Manager for CSV import / export.
UjoManagerCSV(Class<UJO>, UjoProperty...) - Constructor for class org.ujorm.core.UjoManagerCSV
Creates a new instance of UjoManagerCSV
UjoManagerRBundle<UJO extends Ujo> - Class in org.ujorm.core
A Manager for Java Property Resources Bundle.
UjoManagerRBundle(Class<UJO>, UjoProperty...) - Constructor for class org.ujorm.core.UjoManagerRBundle
Creates a new instance of UjoManagerRBundle
UjoManagerXML - Class in org.ujorm.core
Ujo Manager for instances type of UjoTextAccess.
UjoManagerXML() - Constructor for class org.ujorm.core.UjoManagerXML
Constructor.
UjoMiddle<UJO_IMPL extends UjoMiddle> - Interface in org.ujorm.extensions
This is an middle extended Ujo interface designed for a more conventional property access evaluated by developers.
UjoProperty<UJO extends Ujo,VALUE> - Interface in org.ujorm
Ujo property is a property of Ujo object.
UjoPropertyAccessor - Class in org.ujorm.hibernateSupport
A support for the Hibernate framework.
UjoPropertyAccessor() - Constructor for class org.ujorm.hibernateSupport.UjoPropertyAccessor
 
UjoPropertyChangeEvent - Class in org.ujorm.listener
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
UjoPropertyChangeEvent(Object, UjoProperty, Object, Object, boolean) - Constructor for class org.ujorm.listener.UjoPropertyChangeEvent
 
UjoPropertyChangeListener - Interface in org.ujorm.listener
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
UjoPropertyChangeSupport - Class in org.ujorm.listener
A Property Change Support for the UJO objects.
UjoPropertyChangeSupport(Ujo) - Constructor for class org.ujorm.listener.UjoPropertyChangeSupport
Constructor
UjoPropertyChangeSupport(Ujo, Boolean) - Constructor for class org.ujorm.listener.UjoPropertyChangeSupport
Constructor
UjoPropertyGetter - Class in org.ujorm.hibernateSupport
A support for the Hibernate framework.
UjoPropertyGetter(String, Class) - Constructor for class org.ujorm.hibernateSupport.UjoPropertyGetter
Create the new UjoPropertyGetter for an Ujo object.
UjoPropertyList - Interface in org.ujorm
The immutable list of UjoProperties.
UjoPropertyListImpl - Class in org.ujorm.core
The immutable list of UjoProperties.
UjoPropertyListImpl(Class, List<UjoProperty>) - Constructor for class org.ujorm.core.UjoPropertyListImpl
 
UjoPropertyListImpl(Class, UjoProperty[]) - Constructor for class org.ujorm.core.UjoPropertyListImpl
 
UjoPropertyListImpl(Class) - Constructor for class org.ujorm.core.UjoPropertyListImpl
Create the empty list
UjoPropertyRow - Class in org.ujorm.swing
An implementation of TableModel for List of Ujo objects.
UjoPropertyRow(Ujo, UjoProperty) - Constructor for class org.ujorm.swing.UjoPropertyRow
 
UjoPropertySetter - Class in org.ujorm.hibernateSupport
A support for the Hibernate framework.
UjoPropertySetter(String) - Constructor for class org.ujorm.hibernateSupport.UjoPropertySetter
 
UjoSequencer - Class in org.ujorm.orm
The default sequence provider.
UjoSequencer(MetaTable) - Constructor for class org.ujorm.orm.UjoSequencer
 
UjoService<UJO extends Ujo> - Class in org.ujorm.core
A Core of a UjoService.
UjoService(Class<UJO>) - Constructor for class org.ujorm.core.UjoService
Creates a new instance of UjoService
UjoService(Class<UJO>, UjoProperty...) - Constructor for class org.ujorm.core.UjoService
Creates a new instance of UjoService
UjoStatement - Exception in org.ujorm.orm.ao
Special UJO PreparedStatement to get an assigned value.
UjoStatement() - Constructor for exception org.ujorm.orm.ao.UjoStatement
 
UjoTableModel<ROW extends Ujo> - Class in org.ujorm.swing
An Ujo implementation of TableModel.
UjoTableModel(UjoProperty...) - Constructor for class org.ujorm.swing.UjoTableModel
Creates a new instance of UjoTableModel
UjoTableModel(Class) - Constructor for class org.ujorm.swing.UjoTableModel
Creates a new instance of UjoTableModel for all attributes.
UjoTextable - Interface in org.ujorm.extensions
The interface is reasonable for a text serialization and deserializaton of non UJO properties of a UJO object.
UNDEFINED - Static variable in class org.ujorm.core.UjoService
Undefined text VALUE
UNDEFINED - Static variable in class org.ujorm.orm.TypeService
 
UNIQUE - Static variable in class org.ujorm.orm.metaModel.MetaIndex
Is the index unique ?
UNIQUE_INDEX - Static variable in class org.ujorm.orm.metaModel.MetaColumn
A name of the unique database index for the column, where the same index can contain more columns.
uniqueResult() - Method in class org.ujorm.orm.Query
Returns a unique result or null if no result item (database row) was found.
unpack(Criterion) - Method in class org.ujorm.orm.CriterionDecoder
Unpack criterion.
unwrap(Class<T>) - Method in exception org.ujorm.orm.ao.UjoStatement
 
update(OrmUjo) - Method in class org.ujorm.orm.Session
Database UPDATE of the modified columns for the selected object.
update(OrmUjo, Criterion) - Method in class org.ujorm.orm.Session
Database Batch UPDATE of the modified columns along a criterion.
USER - Static variable in class org.ujorm.orm.metaModel.MetaDatabase
DB user
UTF8 - Static variable in class org.ujorm.core.RingBuffer
The UTF-8 Charset
UTF_8 - Static variable in class org.ujorm.core.UjoService
Charset UTF-8

A B C D E F G H I J K L M N O P Q R S T U V W X _
Copyright © 2007-2012 PPonec