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

A

AbstractMetaModel - Class in org.ujoframework.orm
Abstract Metamodel
AbstractMetaModel() - Constructor for class org.ujoframework.orm.AbstractMetaModel
 
AbstractOperator - Interface in org.ujoframework.criterion
The abstract criteria operator
AbstractUjo - Class in org.ujoframework.extensions
This is a simple abstract implementation of Ujo.
AbstractUjo() - Constructor for class org.ujoframework.extensions.AbstractUjo
 
AbstractUjoExt<UJO_IMPL extends UjoExt> - Class in org.ujoframework.extensions
This is a simple abstract implementation of Ujo.
AbstractUjoExt() - Constructor for class org.ujoframework.extensions.AbstractUjoExt
 
ACTION_CLONE - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a method: UjoManager.clone(Ujo ujo, int depth) .
ACTION_COPY - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a method: UjoManager.copy(Ujo source, Ujo target, UjoProperty... properties) .
ACTION_CSV_EXPORT - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a CSV export.
ACTION_CSV_IMPORT - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a CSV import.
ACTION_RESBUNDLE_EXPORT - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a Resource Bundle export.
ACTION_RESBUNDLE_IMPORT - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a Resource Bundle import.
ACTION_TABLE_SHOW - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action for class UjoContentTabModel.
ACTION_TO_STRING - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a method: toString()
ACTION_UNDEFINED - Static variable in interface org.ujoframework.extensions.UjoAction
This is an undefined action.
ACTION_XML_ELEMENT - Static variable in interface org.ujoframework.extensions.UjoAction
Deprecated. 
ACTION_XML_EXPORT - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a XML export.
ACTION_XML_IMPORT - Static variable in interface org.ujoframework.extensions.UjoAction
An authorization action (of a UjoProperty) for a XML import.
ACTION_ZERO_REPLACE - Static variable in interface org.ujoframework.extensions.UjoAction
Deprecated. use the UjoProperty.getDefault() value instead of.
actionElement - Variable in class org.ujoframework.core.UjoManagerXML
A CONTEXT of the actionExport
actionExport - Variable in class org.ujoframework.core.UjoManagerXML
A CONTEXT of the actionExport
add(ListUjoProperty<UJO, ITEM>, ITEM) - Method in class org.ujoframework.extensions.AbstractUjoExt
Add Value, if the List is null then the list will be created.
add(ListUjoProperty<UJO, ITEM>, ITEM) - Method in interface org.ujoframework.extensions.UjoExt
Add Value, if the List is null then the list will be created.
add(MetaDatabase) - Method in class org.ujoframework.orm.metaModel.MetaRoot
Add a new database into repository.
addDirectProperties(List<UjoProperty>) - Method in class org.ujoframework.extensions.PathProperty
Add all direct properties to the list form parameter.
addItem(UJO, ITEM) - Method in class org.ujoframework.extensions.ListProperty
Add Item Value.
addItem(UJO, ITEM) - Method in interface org.ujoframework.extensions.ListUjoProperty
Add an Item Value.
addOrder(UjoProperty) - Method in class org.ujoframework.orm.Query
Add an item to the end of order list.
addProperty(UjoProperty, MetaRelation2Many) - Method in class org.ujoframework.orm.OrmHandler
Map a property to the table
addPropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) - Method in class org.ujoframework.implementation.registrar.RegistrarUjo
Add property Listener
addPropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) - Method in class org.ujoframework.implementation.registrar.RegistrarUjoExt
Add property Listener
addPropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) - Method in interface org.ujoframework.listener.EventRegistrar
Add listener
addPropertyChangeListener(UjoProperty, Boolean, UjoPropertyChangeListener) - Method in class org.ujoframework.listener.UjoPropertyChangeSupport
Add listener
addRow(ROW) - Method in class org.ujoframework.swing.UjoTableModel
Add a row to end of the model.
ALIAS - Static variable in class org.ujoframework.orm.metaModel.MetaTable
The unique table/view name over all Databases in scope one OrmHandler
and(Criterion<UJO>) - Method in class org.ujoframework.criterion.Criterion
 
ArrayUjo - Class in org.ujoframework.implementation.array
This is a very fast abstract implementation of Ujo.
ArrayUjo() - Constructor for class org.ujoframework.implementation.array.ArrayUjo
Constructor
ArrayUjo(Object[]) - Constructor for class org.ujoframework.implementation.array.ArrayUjo
 
ArrayUjoExt<UJO extends ArrayUjoExt> - Class in org.ujoframework.implementation.array
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.
ArrayUjoExt() - Constructor for class org.ujoframework.implementation.array.ArrayUjoExt
Constructor
assertAssign(UjoProperty, Object) - Method in class org.ujoframework.core.UjoManager
An assignable test.
assertDirect(UjoProperty, Object) - Method in class org.ujoframework.core.UjoManager
An assignable test.
assertDirectAssign(UjoProperty, Object) - Method in class org.ujoframework.core.UjoManager
An assignable test.
assignPrimaryKey(OrmUjo, Session) - Method in class org.ujoframework.orm.metaModel.MetaPKey
Assign a PK from framework in case the PK generator is type of MEMO_SEQUENCE.
assignPrimaryKey(OrmUjo, Session) - Method in class org.ujoframework.orm.metaModel.MetaTable
Assign a PK from framework
assignValue(OrmUjo, MetaColumn) - Method in class org.ujoframework.orm.JdbcStatement
Add a next value to a SQL prepared statement.
assignValue(MetaColumn, Object, OrmUjo) - Method in class org.ujoframework.orm.JdbcStatement
Add a next value to a SQL prepared statement.
assignValues(OrmUjo) - Method in class org.ujoframework.orm.JdbcStatement
Assign values into the prepared statement
assignValues(OrmUjo, List<MetaColumn>) - Method in class org.ujoframework.orm.JdbcStatement
Assign values into the prepared statement
assignValues(CriterionDecoder) - Method in class org.ujoframework.orm.JdbcStatement
Assign values into the prepared statement
ATTR_CLASS - Static variable in class org.ujoframework.core.UjoManagerXML
A name of Java Class of XML attribute.
ATTR_ITEM - Static variable in class org.ujoframework.core.UjoManagerXML
A name of Java Class of XML List attribute.
ATTR_LIST - Static variable in class org.ujoframework.core.UjoManagerXML
A name of Java List Class of a XML attribute.

B

BeanManager<UJO,VALUE> - Class in org.ujoframework.core
Manager of BeanUjo
BeanManager(UjoProperty) - Constructor for class org.ujoframework.core.BeanManager
 
BeanProperty<UJO extends Ujo,VALUE> - Class in org.ujoframework.implementation.bean
A Map property implementation.
BeanProperty(String, Class<VALUE>, int) - Constructor for class org.ujoframework.implementation.bean.BeanProperty
Constructor
BeanProperty(String, VALUE, int) - Constructor for class org.ujoframework.implementation.bean.BeanProperty
Constructor with a default value
BeanPropertyList<UJO extends Ujo,ITEM> - Class in org.ujoframework.implementation.bean
Property List implementation.
BeanPropertyList(String, Class<ITEM>, int) - Constructor for class org.ujoframework.implementation.bean.BeanPropertyList
Constructor
BeanUjo - Class in org.ujoframework.implementation.bean
This abstract class is inteded for an easy implementation of UJO features to a completed JavaBean object.
BeanUjo() - Constructor for class org.ujoframework.implementation.bean.BeanUjo
 
BeanUjoExt<UJO extends BeanUjoExt> - Class in org.ujoframework.implementation.bean
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.
BeanUjoExt() - Constructor for class org.ujoframework.implementation.bean.BeanUjoExt
 
BIG_DECI - Static variable in class org.ujoframework.orm.TypeBook
 
BIG_INTE - Static variable in class org.ujoframework.orm.TypeBook
 
BinaryCriterion<UJO extends Ujo> - Class in org.ujoframework.criterion
The BinaryCriterion implementation allows to join two another Criterions into the binary tree.
BinaryCriterion(Criterion<UJO>, BinaryOperator, Criterion<UJO>) - Constructor for class org.ujoframework.criterion.BinaryCriterion
 
BinaryOperator - Enum in org.ujoframework.criterion
The criterion binary operator
BLOB - Static variable in class org.ujoframework.orm.TypeBook
 
BOOLEAN - Static variable in class org.ujoframework.orm.TypeBook
 
breakLineEnabled - Variable in class org.ujoframework.core.UjoManagerXML
Break XML file
BYTE - Static variable in class org.ujoframework.orm.TypeBook
 
BYTES - Static variable in class org.ujoframework.orm.TypeBook
 

C

CACHE_POLICY - Static variable in class org.ujoframework.orm.metaModel.MetaParams
Enable / disable a session cache for the business objects.
CACHE_WEAK_MAP - Static variable in class org.ujoframework.orm.metaModel.MetaParams
The parameters enables the the cache implementation by WeakHashMap.
cacheClear() - Method in class org.ujoframework.orm.Session
Clear the cache.
CacheKey - Class in org.ujoframework.orm.ao
UJO CacheKey
CacheKey() - Constructor for class org.ujoframework.orm.ao.CacheKey
 
CachePolicy - Enum in org.ujoframework.orm.ao
The BO cache policy is available inside a one session only.
changeDbLength(MetaColumn) - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Change DbType by a Java property
changeDbType(MetaColumn) - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Change DbType by a Java property
changeDefault(UJO, UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujoframework.orm.AbstractMetaModel
Assign a 'valid value' over a default UJO property value only
CHAR - Static variable in class org.ujoframework.orm.TypeBook
 
charAt(int) - Method in class org.ujoframework.extensions.PathProperty
A char from Name
charAt(int) - Method in class org.ujoframework.extensions.Property
A char from Name
checkAttribs() - Method in class org.ujoframework.extensions.Property
Check properties
checkUniqueProperties(Class<? extends Ujo>, boolean) - Method in class org.ujoframework.core.UjoManager
Check ujo properties to a unique name.
checkUniqueProperties(Class<? extends Ujo>) - Method in class org.ujoframework.core.UjoManager
Check ujo properties to a unique name.
clear() - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Removes all of the mappings from this map.
CLOB - Static variable in class org.ujoframework.orm.TypeBook
 
clone(Ujo, int, Object) - Method in class org.ujoframework.core.UjoManager
Clone the UjoCloneable object.
clone(int, Object) - Method in class org.ujoframework.extensions.AbstractUjo
Object is Cloneable
Note: There are supported attributes null value Ujo UjoCloneable List array of privitive values
clone(int, Object) - Method in class org.ujoframework.extensions.AbstractUjoExt
Clone the UjoCloneable object.
clone(int, Object) - Method in interface org.ujoframework.extensions.UjoCloneable
Object is Cloneable
cloneRow(int, int, Object) - Method in class org.ujoframework.swing.UjoTableModel
Clone row.
close() - Method in class org.ujoframework.core.UjoIterator
Close all resources, if any.
close() - Method in class org.ujoframework.orm.JdbcStatement
 
close(Connection, JdbcStatement, ResultSet, boolean) - Static method in class org.ujoframework.orm.metaModel.MetaDatabase
Close a connection, statement and a result set.
close(Connection, Statement, ResultSet, boolean) - Static method in class org.ujoframework.orm.metaModel.MetaDatabase
Close a connection, statement and a result set.
close() - Method in class org.ujoframework.orm.Session
Close and release all DB connections.
Column - Annotation Type in org.ujoframework.orm.annot
Use the annotation to mark a UjoProperty static field like XML Attribute.
COLUMNS - Static variable in class org.ujoframework.orm.metaModel.MetaPKey
DB columns
COLUMNS - Static variable in class org.ujoframework.orm.metaModel.MetaTable
Table Columns
columns - Variable in class org.ujoframework.swing.UjoTableModel
Columns definition
commit() - Method in class org.ujoframework.orm.Session
Make a commit for all databases.
commit(boolean) - Method in class org.ujoframework.orm.Session
Make commit/rollback for all 'production' databases.
COMMON_SEQ_TABLE_KEY - Static variable in class org.ujoframework.orm.SqlDialect
The table key for a common sequence emulator.
COMMON_SEQ_TABLE_NAME - Static variable in class org.ujoframework.orm.SqlDialect
The table key for a common sequence emulator.
compare(Ujo, Ujo) - Method in class org.ujoframework.core.UjoComparator
Compare two Ujo objects.
compare(UjoProperty, UjoProperty) - Method in class org.ujoframework.core.UjoManager
Compare Ujo properties.
compare(Comparable, Comparable) - Method in class org.ujoframework.criterion.ValueCriterion
Compare two object
compareTo(UjoProperty) - Method in class org.ujoframework.extensions.Property
Compare to another UjoProperty object by a index code.
config(String) - Method in class org.ujoframework.orm.OrmHandler
Load parameters from an external XML file.
config(MetaParams) - Method in class org.ujoframework.orm.OrmHandler
Save the ORM parameters.
config(MetaRoot) - Method in class org.ujoframework.orm.OrmHandler
Save the ORM configuration include parameters (if the parameters are not null).
config(URL, boolean) - Method in class org.ujoframework.orm.OrmHandler
Load parameters from an external XML file.
constructor - Variable in class org.ujoframework.implementation.factory.FactoryProperty
Constructor
CONSTRUCTOR_TYPE - Static variable in class org.ujoframework.core.UjoCoder
Typ konstruktoru
contains(UjoProperty) - Method in class org.ujoframework.core.UjoPropertyListImpl
Returns true if list contains property from the parameter.
contains(UjoProperty) - Method in interface org.ujoframework.UjoPropertyList
Returns true if list contains property from the parameter.
containsKey(Object) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns true if this map maps one or more keys to the specified value.
content - Variable in class org.ujoframework.swing.UjoPropertyRow
 
copy(Ujo, Ujo, UjoAction, UjoProperty...) - Method in class org.ujoframework.core.UjoManager
Copy selected properties from source to target.
copy(Ujo, Ujo, UjoProperty...) - Method in class org.ujoframework.core.UjoManager
Copy selected properties of the source to target.
copy(Ujo, Ujo) - Method in class org.ujoframework.core.UjoManager
Copy ALL properties of the source to target.
copyTo(Ujo, Object) - Method in class org.ujoframework.extensions.AbstractUjoExt
Copy all attributes to the target
copyTo(Ujo, UjoProperty...) - Method in class org.ujoframework.extensions.AbstractUjoExt
Copy selected attributes to the target
count() - Method in class org.ujoframework.core.UjoIterator
Returns a count of items or value -1 if the count is not known.
create(UjoProperty<UJO, ? extends Object>...) - Static method in class org.ujoframework.extensions.PathProperty
Create new instance
create(Session) - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Create DB
createBO() - Method in class org.ujoframework.orm.metaModel.MetaTable
Returns a new instance or the BO.
createConnection() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Create connection with auto-commit false.
createConnection(MetaDatabase) - Method in class org.ujoframework.orm.SqlDialect
Create a new database connection
CREATED - Static variable in class org.ujoframework.orm.sample.Order
Date of creation
createPkCriterion(OrmUjo) - Method in class org.ujoframework.orm.Session
Returns an criterion by a PrimaryKey
createPropertyList(Ujo, UjoAction) - Method in class org.ujoframework.core.UjoManager
Create a list of UjoPropertyList
createPropertyList() - Method in class org.ujoframework.extensions.AbstractUjoExt
Create a list of UjoProperty.
createQuery(Class<UJO>) - Method in class org.ujoframework.orm.Session
For all rows.
createQuery(Class<UJO>, Criterion<UJO>) - Method in class org.ujoframework.orm.Session
 
createQuery(Criterion<UJO>) - Method in class org.ujoframework.orm.Session
The table class is derived from the first criterion column.
createSequencer(MetaTable) - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Create a new sequencer for selected table
createSession() - Method in class org.ujoframework.orm.OrmHandler
Create new session
TODO: getDefaultSession from a map by key.
CriteriaTool<UJO extends Ujo> - Class in org.ujoframework.criterion
The Criteria class is a simple tool to search UJO objects in the list.
CriteriaTool() - Constructor for class org.ujoframework.criterion.CriteriaTool
 
Criterion<UJO extends Ujo> - Class in org.ujoframework.criterion
An abstract criterion provides a basic interface and static factory methods.
Criterion() - Constructor for class org.ujoframework.criterion.Criterion
 
CriterionDecoder - Class in org.ujoframework.orm
SQL Criterion Decoder.
CriterionDecoder(Criterion, MetaTable) - Constructor for class org.ujoframework.orm.CriterionDecoder
 
CriterionDecoder(Criterion, MetaDatabase) - Constructor for class org.ujoframework.orm.CriterionDecoder
 

D

data - Variable in class org.ujoframework.implementation.array.ArrayUjo
Object data
data - Variable in class org.ujoframework.implementation.array.ArrayUjoExt
Object data
data - Variable in class org.ujoframework.implementation.map.MapUjo
Object data
data - Variable in class org.ujoframework.implementation.map.MapUjoExt
Object data
data - Variable in class org.ujoframework.implementation.mapImpl.MapImplUjo
Object data
data - Variable in class org.ujoframework.implementation.quick.QuickUjo
Object data
DATABASE - Static variable in class org.ujoframework.orm.metaModel.MetaTable
Database
Database - Class in org.ujoframework.orm.sample
An table mapping to a database (a sample of usage).
Database() - Constructor for class org.ujoframework.orm.sample.Database
 
DATABASES - Static variable in class org.ujoframework.orm.metaModel.MetaRoot
List of tables
DATE_SQL - Static variable in class org.ujoframework.orm.TypeBook
 
DATE_UTIL - Static variable in class org.ujoframework.orm.TypeBook
 
Db - Annotation Type in org.ujoframework.orm.annot
Use the annotation to mark a UjoProperty static field like XML Attribute.
DB_PROPERTY - Static variable in class org.ujoframework.orm.metaModel.MetaTable
Database relative property (a base definition of table)
DB_TYPE - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
Database Type
DbType - Enum in org.ujoframework.orm
Supported DbTypes
decodeBytes(String) - Method in class org.ujoframework.core.UjoCoder
Decode HexaString into byte array.
decodeValue(UjoProperty, String, Class) - Method in class org.ujoframework.core.UjoCoder
Restore an Object value from a String representation and write it into ujo.
decodeValue(Class, String) - Method in class org.ujoframework.core.UjoCoder
Restore an Object value from a String representation.
decodeValue(UjoProperty, String, Class) - Method in class org.ujoframework.core.UjoManager
Decode text value
decodeValue(UjoProperty, String) - Method in class org.ujoframework.core.UjoManager
Decode text value
decodeValue(Class, String) - Method in class org.ujoframework.core.UjoManager
Decode text value
DEFAULT_VALUE - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
DB Default value
delete(Criterion<UJO>) - Method in class org.ujoframework.orm.Session
Delete all object object by the criterion from parameter.
delete(OrmUjo) - Method in class org.ujoframework.orm.Session
Delete one object from the parameters.
delete(Class<UJO>, Criterion<UJO>) - Method in class org.ujoframework.orm.Session
Delete all object object by the criterion from parameter.
delete(MetaTable, Criterion<UJO>) - Method in class org.ujoframework.orm.Session
Delete all objects object form parameter
Warning: method does not remove deleted object from internal cache, however you can call method clearCache() to release all objects from the cache.
deleteRow(int) - Method in class org.ujoframework.swing.UjoTableModel
Delete row.
DerbyDialect - Class in org.ujoframework.orm.dialect
Derby (http://db.apache.org/derby/)
DerbyDialect() - Constructor for class org.ujoframework.orm.dialect.DerbyDialect
 
descending() - Method in class org.ujoframework.extensions.PathProperty
Create a new instance of the property with a descending direction of order.
descending() - Method in class org.ujoframework.extensions.Property
Create a new instance of the indirect property with a descending direction of order.
descending() - Method in interface org.ujoframework.UjoProperty
Create new instance of an indirect property with the descending direction of sorting.
DESCR - Static variable in class org.ujoframework.orm.sample.Item
Description of Item
DESCR - Static variable in class org.ujoframework.orm.sample.Order
Description of the order
DIALECT - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
SQL dialect type of Class<SqlDialect>
DOUBLE - Static variable in class org.ujoframework.orm.TypeBook
 
DUMMY - Static variable in interface org.ujoframework.extensions.UjoAction
A dummy action have got an ACTION_UNDEFINED id and the null context.

E

EMPTY - Static variable in class org.ujoframework.core.UjoPropertyListImpl
An empty array of the UJO properties
encodeBytes(byte[]) - Method in class org.ujoframework.core.UjoCoder
Encode bytes to hexadecimal String.
encodeValue(Object, boolean) - Method in class org.ujoframework.core.UjoCoder
Convert value to a String representation.
encodeValue(Object, boolean) - Method in class org.ujoframework.core.UjoManager
Convert value to a String representation.
entrySet() - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns a Set view of the mappings contained in this map.
equals(Ujo, Ujo) - Method in class org.ujoframework.core.UjoComparator
An equals test
equals(Object, Object) - Method in class org.ujoframework.core.UjoManager
Test if Object o1 equalsUjo o2.
equals(Object) - Method in class org.ujoframework.extensions.AbstractUjo
Is the object equals to a parameter Ujo?
equals(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujoframework.extensions.AbstractUjoExt
Compare the property value with a parametrer value.
equals(UJO, VALUE) - Method in class org.ujoframework.extensions.PathProperty
Returns true, if the property value equals to a parameter value.
equals(UJO, VALUE) - Method in class org.ujoframework.extensions.Property
Returns true, if the property value equals to a parameter value.
equals(Object) - Method in class org.ujoframework.orm.ao.CacheKey
Has the two objects the same PK values include BO type ?
equals(Object) - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Equals
equals(Object) - Method in class org.ujoframework.orm.metaModel.MetaTable
Compare object by the same instance.
equals(Object) - Method in class org.ujoframework.orm.UniqueKey
 
equals(UJO, VALUE) - Method in interface org.ujoframework.UjoProperty
Returns true, if the property value equals to a parameter value.
equalsArray(Object, Object) - Method in class org.ujoframework.core.UjoManager
Test if array1 equalsUjo to array2.
equalsUjo(Ujo, Ujo) - Method in class org.ujoframework.core.UjoManager
Test if obj1 equalsUjo obj2.
equalsUjo(Ujo, Ujo, UjoPropertyList) - Method in class org.ujoframework.core.UjoManager
Test if obj1 equalsUjo obj2.
evaluate(UJO) - Method in class org.ujoframework.criterion.BinaryCriterion
 
evaluate(UJO) - Method in class org.ujoframework.criterion.Criterion
 
evaluate(UJO) - Method in class org.ujoframework.criterion.ValueCriterion
 
EVENT_REPAINT_HEADER - Static variable in class org.ujoframework.swing.UjoTableModel
A repaint header event.
EventRegistrar<UJO extends Ujo> - Interface in org.ujoframework.listener
EventRegistrar
executeQuery() - Method in class org.ujoframework.orm.JdbcStatement
 
executeUpdate() - Method in class org.ujoframework.orm.JdbcStatement
Run INSERT, UPDATE or DELETE.

F

FactoryProperty<UJO extends Ujo,VALUE> - Class in org.ujoframework.implementation.factory
A Factory property implementation.
FactoryProperty(String, Class<VALUE>) - Constructor for class org.ujoframework.implementation.factory.FactoryProperty
Constructor
FactoryProperty(String, Class<VALUE>, int) - Constructor for class org.ujoframework.implementation.factory.FactoryProperty
Constructor
FactoryUjo - Class in org.ujoframework.implementation.factory
The Ujo Factory.
FactoryUjo() - Constructor for class org.ujoframework.implementation.factory.FactoryUjo
 
FactoryUjoExt<UJO_IMPL extends FactoryUjoExt> - Class in org.ujoframework.implementation.factory
En extended Ujo implementation.
FactoryUjoExt() - Constructor for class org.ujoframework.implementation.factory.FactoryUjoExt
 
FALSE - Static variable in class org.ujoframework.criterion.ValueCriterion
False constant criterion
FieldProperty<UJO extends Ujo,VALUE> - Class in org.ujoframework.implementation.field
A Field property implementation.
FieldProperty(String, Class<VALUE>, int, ValueAgent<UJO, VALUE>) - Constructor for class org.ujoframework.implementation.field.FieldProperty
Constructor
FieldProperty(String, VALUE, int, ValueAgent<UJO, VALUE>) - Constructor for class org.ujoframework.implementation.field.FieldProperty
Constructor with a default value
FieldPropertyList<UJO extends Ujo,ITEM> - Class in org.ujoframework.implementation.field
Property List implementation.
FieldPropertyList(String, Class<ITEM>, int, ValueAgent<UJO, List<ITEM>>) - Constructor for class org.ujoframework.implementation.field.FieldPropertyList
Constructor
FieldUjo - Class in org.ujoframework.implementation.field
The abstract Ujo implementation use a direct access to its private object fiels.
FieldUjo() - Constructor for class org.ujoframework.implementation.field.FieldUjo
 
FieldUjoExt<UJO extends FieldUjoExt> - Class in org.ujoframework.implementation.field
The abstract Ujo implementation use a direct access to its private object fiels.
FieldUjoExt() - Constructor for class org.ujoframework.implementation.field.FieldUjoExt
 
find(String, boolean) - Method in class org.ujoframework.core.UjoPropertyListImpl
Find a property by property name from parameter.
find(Ujo, String, boolean) - Method in class org.ujoframework.core.UjoPropertyListImpl
 
find(Ujo, String, UjoAction, boolean, boolean) - Method in class org.ujoframework.core.UjoPropertyListImpl
Find a property by property name from parameter.
find(String, boolean) - Method in interface org.ujoframework.UjoPropertyList
Find a property by property name from parameter.
find(Ujo, String, boolean) - Method in interface org.ujoframework.UjoPropertyList
Find UjoProperty by name
find(Ujo, String, UjoAction, boolean, boolean) - Method in interface org.ujoframework.UjoPropertyList
Find a property by property name from parameter.
findCache(Class, Object) - Method in class org.ujoframework.orm.Session
Find object from internal cache
findCache(Class, Object...) - Method in class org.ujoframework.orm.Session
Find object from internal cache
findColumnModel(UjoProperty) - Method in class org.ujoframework.orm.OrmHandler
Find a Relation/Column model of the paramemeter property.
findFirst(List<UJO>, Criterion<UJO>) - Method in class org.ujoframework.criterion.CriteriaTool
Find the first UJO by an criterion or return NULL if any object was not found.
findProperty(Ujo, String, boolean) - Method in class org.ujoframework.core.UjoManager
Deprecated. Use UjoPropertyList.findPropety(...)
findProperty(Ujo, String, UjoAction, boolean, boolean) - Method in class org.ujoframework.core.UjoManager
Find a property by property name from parameter.
findProperty(String) - Method in class org.ujoframework.extensions.AbstractUjoExt
Find a property by a "property name".
findTableModel(Class<? extends OrmUjo>) - Method in class org.ujoframework.orm.OrmHandler
Find a table model by the dbClass.
FirebirdDialect - Class in org.ujoframework.orm.dialect
 
FirebirdDialect() - Constructor for class org.ujoframework.orm.dialect.FirebirdDialect
 
firePropertyChange(UjoProperty, Object, Object, boolean) - Method in class org.ujoframework.listener.UjoPropertyChangeSupport
Fire event for the property
fireTableAllRowUpdated() - Method in class org.ujoframework.swing.UjoTableModel
Fire an sing, that all rows was updated.
fireTableColumnUpdated(UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Fire an sing, that column was updated.
fireTableHeaderRepainted() - Method in class org.ujoframework.swing.UjoTableModel
Repaint header
FLOAT - Static variable in class org.ujoframework.orm.TypeBook
 
FROM - Static variable in class org.ujoframework.orm.metaModel.MetaView
 

G

get(int) - Method in class org.ujoframework.core.UjoPropertyListImpl
Get property on requered index
get(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.extensions.AbstractUjoExt
Getter based on one UjoProperty
get(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>) - Method in class org.ujoframework.extensions.AbstractUjoExt
Getter based on two properties
get(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>) - Method in class org.ujoframework.extensions.AbstractUjoExt
Getter based on three properties
get(ListUjoProperty<UJO, ITEM>, int) - Method in class org.ujoframework.extensions.AbstractUjoExt
Get Value
Inside is called a method ListUjoPropertyCommon.getItem(...) internally.
get(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>) - Method in interface org.ujoframework.extensions.UjoExt
Getter based on two properties
get(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>) - Method in interface org.ujoframework.extensions.UjoExt
Getter based on three properties
get(ListUjoProperty<UJO, ITEM>, int) - Method in interface org.ujoframework.extensions.UjoExt
Get Value
Inside is called a method ListUjoPropertyCommon.getItem(...) .
get(UjoProperty<UJO, VALUE>) - Method in interface org.ujoframework.extensions.UjoMiddle
Getter based on one UjoProperty
get(Object) - Method in class org.ujoframework.hibernateSupport.UjoLazyPropertyGetter
 
get(Object) - Method in class org.ujoframework.hibernateSupport.UjoPropertyGetter
 
get(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.implementation.factory.FactoryUjoExt
Getter based on one UjoProperty
get(Object) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns the value to which the specified key is mapped, the null is not supported
get(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjoMiddle
Getter based on one UjoProperty
get(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.implementation.orm.OrmTable
Getter based on UjoProperty implemeted by a pattern UjoExt
get(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.implementation.quick.QuickUjoMid
Getter based on one UjoProperty
get(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.orm.AbstractMetaModel
Getter based on one UjoProperty
get(int) - Method in interface org.ujoframework.UjoPropertyList
Get property on requered index
getAlias() - Method in class org.ujoframework.orm.metaModel.MetaTable
Returns a unique table name over all Databases of the one OrmHandler.
getAliasName() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns an ALIAS of table and COLUMN name.
getAssignedValues() - Method in class org.ujoframework.orm.JdbcStatement
Return values in format: [1, "ABC", 2.55]
getBaseProperty() - Method in class org.ujoframework.orm.CriterionDecoder
Returns the first direct property.
getBasicColumn(Criterion) - Method in class org.ujoframework.orm.Session
Returns the first "basic" column of criterion.
getBefore() - Method in class org.ujoframework.listener.UjoPropertyChangeSupport
Returns a type of support.
getCoder() - Method in class org.ujoframework.core.UjoManager
UjoCoder
getCoder() - Method in class org.ujoframework.swing.SingleUjoTabModel
Returns an UjoCoder
getColumn(int) - Method in class org.ujoframework.orm.CriterionDecoder
Returns direct column
getColumn(int) - Method in class org.ujoframework.orm.metaModel.MetaPKey
Returns column on the selected position.
getColumn(int) - Method in class org.ujoframework.orm.Query
Get Column List
getColumn(int) - Method in class org.ujoframework.swing.UjoTableModel
Convert columnIndex to a UjoProperty.
getColumnClass(int) - Method in class org.ujoframework.swing.UjoTableModel
Deprecated. Use a method with column type of UjoProperty instead of.
getColumnClass(UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Returns the most specific superclass for all the cell values in the column.
getColumnCount() - Method in class org.ujoframework.orm.CriterionDecoder
Returns a column count
getColumnCount() - Method in class org.ujoframework.swing.UjoTableModel
Count of table columns.
getColumnIndex(UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Returns a table column index.
getColumnName(int) - Method in class org.ujoframework.swing.UjoTableModel
Column Name
getColumnName(UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Column Name
getColumns() - Method in class org.ujoframework.orm.Query
Get Column List
getConnection(MetaDatabase) - Method in class org.ujoframework.orm.Session
Get connection for a required database with an autocommit na false.
getContext() - Method in class org.ujoframework.core.UjoActionImpl
Returns a conetxt of the action.
getContext() - Method in interface org.ujoframework.extensions.UjoAction
Returns a conetxt of the action.
getCount() - Method in class org.ujoframework.orm.Query
Returns a count of the items
getCriterion() - Method in class org.ujoframework.orm.CriterionDecoder
Returns the criterion from costructor.
getCriterion() - Method in class org.ujoframework.orm.Query
Criterion
getCriterionTemplate(ValueCriterion) - Method in class org.ujoframework.orm.SqlDialect
Returns an SQL criterion template.
getDatabase() - Method in class org.ujoframework.orm.metaModel.MetaRoot
Returns the first database or return null
getDatabase(String) - Method in class org.ujoframework.orm.metaModel.MetaRoot
Returns the first database with required name or returns null;
getDatabase() - Method in class org.ujoframework.orm.metaModel.MetaTable
Returns the database
getDatabase(Class<DB>) - Method in class org.ujoframework.orm.Session
Returns a Database instance
getDatabase() - Method in class org.ujoframework.orm.UjoSequencer
Returns model of the database
getDatabaseSchema() - Method in class org.ujoframework.orm.UjoSequencer
Returns the database schema
getDate() - Method in class org.ujoframework.orm.sample.Order
 
getDecoder() - Method in class org.ujoframework.orm.Query
Retuns a Criterion Decoder
getDefault() - Method in class org.ujoframework.extensions.PathProperty
Returns a default value
getDefault() - Method in class org.ujoframework.extensions.Property
Returns a Default property value.
getDefault() - Method in interface org.ujoframework.UjoProperty
Method returns a default value for substitution of the null value for the current property.
getDefaultSession() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Returns a default handler session.
getDescr() - Method in class org.ujoframework.orm.sample.Item
 
getDescr() - Method in class org.ujoframework.orm.sample.Order
 
getDialect() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Returns a SQL dialect for the current database.
getDialectClass() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a SQL dialect class from a related Database
getEnum() - Method in interface org.ujoframework.criterion.AbstractOperator
Returns Enum
getEnum() - Method in enum org.ujoframework.criterion.BinaryOperator
Returns Enum
getEnum() - Method in enum org.ujoframework.criterion.Operator
Returns Enum
getFirstColumn() - Method in class org.ujoframework.orm.metaModel.MetaPKey
Returns the first column.
getFirstPK() - Method in class org.ujoframework.orm.metaModel.MetaTable
Returns the first PK
getForeignColumnName(int) - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a name of foreign column by index
getForeignColumns() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns an original foreign columns in case a foreign column.
getForInsert(Object, Map, SessionImplementor) - Method in class org.ujoframework.hibernateSupport.UjoLazyPropertyGetter
inspired from BasicPropertyAccessor
getForInsert(Object, Map, SessionImplementor) - Method in class org.ujoframework.hibernateSupport.UjoPropertyGetter
inspired from BasicPropertyAccessor
getFullName() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a DB, TABLE and COLUMN name
getGetter(Class, String) - Method in class org.ujoframework.hibernateSupport.UjoLazyPropertyAccessor
 
getGetter(Class, String) - Method in class org.ujoframework.hibernateSupport.UjoPropertyAccessor
 
getHandler() - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
OrmHandler
getHandler() - Method in class org.ujoframework.orm.Session
Returns a handler
getHash(Ujo) - Method in class org.ujoframework.core.UjoManager
Calculate a Hash Code.
getHash(Ujo, UjoPropertyList) - Method in class org.ujoframework.core.UjoManager
Calculate a Hash Code.
getHeaderTitle(UjoProperty) - Method in class org.ujoframework.core.UjoManagerCSV
Header label for a required Property.
getId() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Returns an ID of the MetaDatabase.
getId() - Method in class org.ujoframework.orm.sample.Item
 
getId() - Method in class org.ujoframework.orm.sample.Order
 
getIncrement() - Method in class org.ujoframework.orm.UjoSequencer
The UJO cache is the number of pre-allocated numbers inside the OrmUjo framework.
getIndex() - Method in class org.ujoframework.extensions.PathProperty
 
getIndex() - Method in class org.ujoframework.extensions.Property
Index of Property
getIndex() - Method in interface org.ujoframework.UjoProperty
Returns a property index or value -1 if the property index is not defined.
getInitDbCache() - Method in class org.ujoframework.orm.UjoSequencer
The cache of a database sequence is zero by default.
getInputStream(File) - Method in class org.ujoframework.core.UjoService
Create a Buffered Input Stream.
getInstance(UjoProperty) - Static method in class org.ujoframework.core.BeanManager
Create new instance of BeanManager
getInstance(Iterator<T>) - Static method in class org.ujoframework.core.UjoIterator
 
getInstance(Collection<T>) - Static method in class org.ujoframework.core.UjoIterator
 
getInstance(Query<T>) - Static method in class org.ujoframework.core.UjoIterator
 
getInstance() - Static method in class org.ujoframework.core.UjoManager
Get a default initialization
getInstance(Class<UJO>) - Static method in class org.ujoframework.core.UjoManagerCSV
Create new instance
getInstance(Class<UJO>, UjoProperty...) - Static method in class org.ujoframework.core.UjoManagerCSV
Create new instance
getInstance(Class<UJO>) - Static method in class org.ujoframework.core.UjoManagerRBundle
Create new instance
getInstance(Class<UJO>, UjoProperty...) - Static method in class org.ujoframework.core.UjoManagerRBundle
Create new instance
getInstance() - Static method in class org.ujoframework.core.UjoManagerXML
Create Instance
getInstance() - Static method in class org.ujoframework.orm.OrmHandler
A candidate to removing
getItem(UJO, int) - Method in class org.ujoframework.extensions.ListProperty
Returns a value of property.
getItem(UJO, int) - Method in interface org.ujoframework.extensions.ListUjoProperty
Returns a value of property.
getItemCount(ListUjoProperty<UJO, ITEM>) - Method in class org.ujoframework.extensions.AbstractUjoExt
Returns a count of Items.
getItemCount(UJO) - Method in class org.ujoframework.extensions.ListProperty
Returns a count of Items.
getItemCount(UJO) - Method in interface org.ujoframework.extensions.ListUjoProperty
Returns a count of Items.
getItemCount(ListUjoProperty<UJO, ITEM>) - Method in interface org.ujoframework.extensions.UjoExt
Returns a count of Items.
getItems() - Method in class org.ujoframework.orm.sample.Order
 
getItemType() - Method in class org.ujoframework.extensions.ListProperty
Return a Class of the Item.
getItemType() - Method in interface org.ujoframework.extensions.ListUjoProperty
Returns a class of the property.
getItemType() - Method in class org.ujoframework.implementation.orm.RelationToMany
Returns ItemType
getJdbcDriver() - Method in class org.ujoframework.orm.dialect.DerbyDialect
Embeded driver is default
getJdbcDriver() - Method in class org.ujoframework.orm.dialect.FirebirdDialect
 
getJdbcDriver() - Method in class org.ujoframework.orm.dialect.H2Dialect
Returns a JDBC Driver
getJdbcDriver() - Method in class org.ujoframework.orm.dialect.HsqldbDialect
 
getJdbcDriver() - Method in class org.ujoframework.orm.dialect.MySqlDialect
 
getJdbcDriver() - Method in class org.ujoframework.orm.dialect.OracleDialect
 
getJdbcDriver() - Method in class org.ujoframework.orm.dialect.PostgreSqlDialect
 
getJdbcDriver() - Method in class org.ujoframework.orm.SqlDialect
Returns a JDBC Driver
getJdbcUrl() - Method in class org.ujoframework.orm.dialect.DerbyDialect
Syntax: jdbc:derby:[subsubprotocol:][databaseName][;attribute=value]*
getJdbcUrl() - Method in class org.ujoframework.orm.dialect.FirebirdDialect
 
getJdbcUrl() - Method in class org.ujoframework.orm.dialect.H2Dialect
Returns a default JDBC URL
getJdbcUrl() - Method in class org.ujoframework.orm.dialect.MySqlDialect
 
getJdbcUrl() - Method in class org.ujoframework.orm.dialect.OracleDialect
 
getJdbcUrl() - Method in class org.ujoframework.orm.dialect.PostgreSqlDialect
 
getJdbcUrl() - Method in class org.ujoframework.orm.SqlDialect
Returns a default JDBC Driver
getLastProperty() - Method in class org.ujoframework.extensions.PathProperty
Get the last property of the current object.
getLeftNode() - Method in class org.ujoframework.criterion.BinaryCriterion
Returns the left node of the parrent
getLeftNode() - Method in class org.ujoframework.criterion.Criterion
Returns the left node of the parrent
getLeftNode() - Method in class org.ujoframework.criterion.ValueCriterion
Returns the left node of the parrent
getList(UJO) - Method in class org.ujoframework.extensions.ListProperty
Returns a not null List.
getList(UJO) - Method in interface org.ujoframework.extensions.ListUjoProperty
Return a not null List.
getLongType() - Method in class org.ujoframework.orm.dialect.OracleDialect
Returns a DB TYPE for the class java.lang.Long
getLongType() - Method in class org.ujoframework.orm.SqlDialect
Returns a DB TYPE for the type java.lang.Long
getMaxLength() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a maximal db column length in the database.
getMaxRow() - Method in class org.ujoframework.orm.Query
The max row for the resulset, default value 0 means an unlimited value
getMethod(UJO, boolean) - Method in class org.ujoframework.core.BeanManager
Get or create a setter or getter.
getMethod() - Method in class org.ujoframework.hibernateSupport.UjoLazyPropertyGetter
inspired from BackrefPropertyAccessor
getMethod() - Method in class org.ujoframework.hibernateSupport.UjoPropertyGetter
inspired from BackrefPropertyAccessor
getMethod() - Method in class org.ujoframework.hibernateSupport.UjoPropertySetter
inspired from BackrefPropertyAccessor
getMethodName(boolean) - Method in class org.ujoframework.core.BeanManager
Returns a method name by a name
getMethodName() - Method in class org.ujoframework.hibernateSupport.UjoLazyPropertyGetter
inspired from BackrefPropertyAccessor
getMethodName() - Method in class org.ujoframework.hibernateSupport.UjoPropertyGetter
inspired from BackrefPropertyAccessor
getMethodName() - Method in class org.ujoframework.hibernateSupport.UjoPropertySetter
inspired from BackrefPropertyAccessor
getName() - Method in class org.ujoframework.extensions.PathProperty
Full property name
getName() - Method in class org.ujoframework.extensions.Property
Name of Property
getName() - Method in interface org.ujoframework.UjoProperty
Returns a name of Property.
getNewLine() - Method in class org.ujoframework.core.UjoManagerCSV
New Line
getOperator() - Method in class org.ujoframework.criterion.BinaryCriterion
Returns an operator
getOperator() - Method in class org.ujoframework.criterion.Criterion
Returns an operator
getOperator() - Method in class org.ujoframework.criterion.ValueCriterion
Returns an operator
getOperator(int) - Method in class org.ujoframework.orm.CriterionDecoder
Returns operator.
getOrder() - Method in class org.ujoframework.orm.Query
Get the order item list.
getOrder() - Method in class org.ujoframework.orm.sample.Item
 
getOrderDate() - Method in class org.ujoframework.orm.sample.Item
Example of the composed PATH property
getOrmColumns(UjoProperty...) - Method in class org.ujoframework.orm.Session
Convert a property array to a column list.
getOrmHandler() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
OrmHandler
getOutputStream(File) - Method in class org.ujoframework.core.UjoService
Create a Buffered Output Stream.
getParameters() - Method in class org.ujoframework.orm.OrmHandler
Returns parameters
getParameters() - Method in class org.ujoframework.orm.Session
Returns parameters
getParams() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Return the OrmHandler parameters
getPrecision() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns the db column precision.
getPrimitive(Class) - Method in class org.ujoframework.core.BeanManager
Returns a primitive type if can or a null value.
getProperties() - Method in class org.ujoframework.core.UjoService
Get required properties
getProperty(int) - Method in class org.ujoframework.extensions.PathProperty
Get a property from selected positon..
getProperty() - Method in class org.ujoframework.listener.UjoPropertyChangeEvent
Returns property
getProperty() - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
Returns a column property
getProperty() - Method in class org.ujoframework.swing.UjoPropertyRow
Returns an assigned property (a parameter e.g.)
getPropertyCount() - Method in class org.ujoframework.extensions.PathProperty
Returns a count of properties
getPropertyField(Ujo, UjoProperty) - Method in class org.ujoframework.core.UjoManager
Get a UjoProperty field.
getPropertyField(Class, UjoProperty) - Method in class org.ujoframework.core.UjoManager
Get a UjoProperty field.
getPropertyRelations() - Method in class org.ujoframework.orm.CriterionDecoder
Returns the unique direct property relations.
getReturnType() - Method in class org.ujoframework.hibernateSupport.UjoLazyPropertyGetter
 
getReturnType() - Method in class org.ujoframework.hibernateSupport.UjoPropertyGetter
 
getRightNode() - Method in class org.ujoframework.criterion.BinaryCriterion
Returns the right node of the parrent
getRightNode() - Method in class org.ujoframework.criterion.Criterion
Returns the right node of the parrent
getRightNode() - Method in class org.ujoframework.criterion.ValueCriterion
Returns the right node of the parrent
getRootElementName() - Method in class org.ujoframework.core.UjoManagerXML
Name of the root element
getRow(int) - Method in class org.ujoframework.swing.UjoTableModel
Returns a row by a parameter.
getRowCount(Query<UJO>) - Method in class org.ujoframework.orm.Session
Returns a count of rows
getRowCount() - Method in class org.ujoframework.swing.UjoTableModel
Get Row Count
getRowIndex(ROW) - Method in class org.ujoframework.swing.UjoTableModel
Returns a table column index or -1 if the row was not found.
getRowLast() - Method in class org.ujoframework.swing.UjoTableModel
Returns the lastRow of the model or null, if the model have got no rows.
getRowNullable(int) - Method in class org.ujoframework.swing.UjoTableModel
Returns a row by a parameter.
getSchemas() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Get all table schemas
getSemifinalValue(UJO) - Method in class org.ujoframework.extensions.PathProperty
Get a semifinal value from an Ujo object by a chain of properties.
getSeparator() - Method in class org.ujoframework.core.UjoCoder
Returns a list separator
getSeparator() - Method in class org.ujoframework.core.UjoManagerCSV
 
getSequenceName() - Method in class org.ujoframework.orm.UjoSequencer
Returns the sequence name
getSequencer() - Method in class org.ujoframework.orm.metaModel.MetaTable
UJO sequencer
getSession() - Method in class org.ujoframework.orm.OrmHandler
Get Session
TODO: getDefaultSession from a map by key.
getSession() - Method in class org.ujoframework.orm.Query
Session
getSetter(Class, String) - Method in class org.ujoframework.hibernateSupport.UjoLazyPropertyAccessor
 
getSetter(Class, String) - Method in class org.ujoframework.hibernateSupport.UjoPropertyAccessor
 
getSqlType() - Method in enum org.ujoframework.orm.DbType
Returns an JDBC SQL type
getStatement() - Method in class org.ujoframework.orm.Query
Create a PreparedStatement include assigned parameter values
getStatement(Query) - Method in class org.ujoframework.orm.Session
Run SQL SELECT by query.
getStatement(MetaDatabase, CharSequence) - Method in class org.ujoframework.orm.Session
Create new statement
getTable() - Method in class org.ujoframework.orm.Query
Returns table model
getTable() - Method in class org.ujoframework.orm.UjoSequencer
Returns a related table or null if sequence is general for the all MetaDatabase space
getTableModel() - Method in class org.ujoframework.orm.Query
Table Type
getTables(MetaTable) - Method in class org.ujoframework.orm.CriterionDecoder
Returns all participated tables include the parameter table.
getText(Ujo, UjoProperty, UjoAction) - Method in class org.ujoframework.core.UjoManager
Get a text value from property
getText(UJO, UjoProperty, Object, UjoAction) - Method in class org.ujoframework.core.UjoService
Returns TEXT
getText(UjoProperty) - Method in class org.ujoframework.extensions.AbstractUjoExt
Returns a String value by a NULL context.
getText(UjoProperty) - Method in interface org.ujoframework.extensions.UjoMiddle
Returns a String value by a NULL context.
getText(UjoProperty) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjoMiddle
Returns a String value by a NULL context.
getText(UjoProperty) - Method in class org.ujoframework.implementation.quick.QuickUjoMid
Returns a String value by a NULL context.
getType() - Method in class org.ujoframework.core.UjoActionImpl
Returns a type of the action.
getType() - Method in class org.ujoframework.extensions.PathProperty
Property type
getType() - Method in class org.ujoframework.extensions.Property
Type of Property
getType() - Method in interface org.ujoframework.extensions.UjoAction
Returns a type of the action.
getType() - Method in class org.ujoframework.orm.ao.CacheKey
OrmUjo class
getType() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a Java Class of value
getType() - Method in interface org.ujoframework.UjoProperty
Returns a class of the current property.
getTypeCode() - Method in class org.ujoframework.orm.metaModel.MetaColumn
A TypeCode
getTypeCode(MetaColumn) - Static method in class org.ujoframework.orm.TypeBook
The method returns a data type code include relation
getUjoClass() - Method in class org.ujoframework.core.UjoService
Returns BASIC class
getUjoManager() - Method in class org.ujoframework.core.UjoService
 
getUjoManager() - Method in class org.ujoframework.swing.UjoTableModel
Returns an UjoManager
getUsrId() - Method in class org.ujoframework.orm.sample.Item
 
getUsrId() - Method in class org.ujoframework.orm.sample.Order
 
getValue(Ujo, UjoProperty) - Static method in class org.ujoframework.core.UjoManager
Get a value from an Ujo object by a selected property.
getValue(Ujo, UjoProperty...) - Method in class org.ujoframework.core.UjoManager
Get a value from an Ujo object by a chain of properties.
getValue(UJO) - Method in class org.ujoframework.extensions.PathProperty
Get a value from an Ujo object by a chain of properties.
getValue(UJO) - Method in class org.ujoframework.extensions.Property
It is a basic method for getting an appropriate type safe value from an MapUjo object.
getValue(int) - Method in class org.ujoframework.orm.ao.CacheKey
Returns a PK on the selected index.
getValue(int) - Method in class org.ujoframework.orm.CriterionDecoder
Returns value
getValue(OrmUjo) - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a property value from a table
getValue(Ujo) - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
Get property value
getValue(MetaColumn, ResultSet) - Static method in class org.ujoframework.orm.TypeBook
GetValue from the result set by position
getValue(MetaColumn, ResultSet, int) - Static method in class org.ujoframework.orm.TypeBook
GetValue from the result set by position
getValue() - Method in class org.ujoframework.orm.UniqueKey
 
getValue(UJO) - Method in interface org.ujoframework.UjoProperty
It is a basic method for getting an appropriate type safe value from an Ujo object.
getValueAt(int, UjoProperty) - Method in class org.ujoframework.swing.SingleUjoTabModel
Get Value in a String format.
getValueAt(int, int) - Method in class org.ujoframework.swing.UjoTableModel
Deprecated. Use a method with column type of UjoProperty instead of.
getValueAt(int, UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Returns a value from the cell.
getValueExtended(int) - Method in class org.ujoframework.orm.CriterionDecoder
Returns an extended value to the SQL statement
getWhere() - Method in class org.ujoframework.orm.CriterionDecoder
Returns a SQL WHERE 'expression' of an empty string if no conditon is found.
getXmlElementBody(Class) - Method in class org.ujoframework.core.UjoManager
Returns a Element body of the class or the null if no property was found.
GROUP - Static variable in class org.ujoframework.orm.metaModel.MetaView
 

H

H2Dialect - Class in org.ujoframework.orm.dialect
H2 (http://www.h2database.com)
H2Dialect() - Constructor for class org.ujoframework.orm.dialect.H2Dialect
 
hashCode() - Method in class org.ujoframework.orm.ao.CacheKey
Returns hash code
hashCode() - Method in class org.ujoframework.orm.metaModel.MetaDatabase
Hash code
hashCode() - Method in class org.ujoframework.orm.UniqueKey
 
hasNext() - Method in class org.ujoframework.core.UjoIterator
Tests if this enumeration contains more elements.
HsqldbDialect - Class in org.ujoframework.orm.dialect
Hsqldb dialect (http://hsqldb.org)
HsqldbDialect() - Constructor for class org.ujoframework.orm.dialect.HsqldbDialect
 

I

ID - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
The meta-model id
ID - Static variable in class org.ujoframework.orm.metaModel.MetaRelation2Many
The meta-model ID.
ID - Static variable in class org.ujoframework.orm.metaModel.MetaTable
The meta-model id
ID - Static variable in class org.ujoframework.orm.sample.Item
Unique key
ID - Static variable in class org.ujoframework.orm.sample.Order
Unique key
ID - Static variable in class org.ujoframework.orm.sample.ViewOrder
Unique key
INDEX_NAME - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
The column is included in the index of the name (parameter is not implemented yet)
init(Class) - Static method in class org.ujoframework.extensions.AbstractUjo
Initializa all properties.
init(Class, boolean) - Static method in class org.ujoframework.extensions.AbstractUjo
Initializa all properties.
init(String, Class<VALUE>, VALUE, int, Boolean) - Method in class org.ujoframework.extensions.Property
Property initialization.
initData() - Method in class org.ujoframework.implementation.array.ArrayUjo
The method is called from top constructor.
initData() - Method in class org.ujoframework.implementation.array.ArrayUjoExt
The method is called from top constructor.
initData() - Method in class org.ujoframework.swing.UjoTableModel
An Initialization
initList(String, int, Boolean) - Method in class org.ujoframework.extensions.ListProperty
List property initialization.
initTypeCode() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Initialize a type code - for an internal use only.
instance - Static variable in class org.ujoframework.core.UjoManager
UjoManager instance
INT - Static variable in class org.ujoframework.orm.TypeBook
 
isAbstract(Class) - Method in class org.ujoframework.core.UjoManager
Returns true, if the class is abstract.
isAscending() - Method in class org.ujoframework.extensions.PathProperty
A flag for an ascending direction of order.
isAscending() - Method in class org.ujoframework.extensions.Property
A flag for a direction of sorting.
isAscending() - Method in class org.ujoframework.extensions.SortingProperty
A flag for a direction of sorting.
isAscending() - Method in interface org.ujoframework.UjoProperty
A flag for an ascending direction of sorting.
isBeforeChange() - Method in class org.ujoframework.listener.UjoPropertyChangeEvent
Before change return true else returns false
isBinary() - Method in interface org.ujoframework.criterion.AbstractOperator
Is the operator a binary type ?
isBinary() - Method in class org.ujoframework.criterion.BinaryCriterion
Is it a Binary Criterion
isBinary() - Method in enum org.ujoframework.criterion.BinaryOperator
The operator is the BINARY type (not a value one)
isBinary() - Method in class org.ujoframework.criterion.Criterion
Is a Binary criterion?
isBinary() - Method in enum org.ujoframework.criterion.Operator
The implementace is a VALUE type (not a binary one)
isCacheEnabled() - Method in class org.ujoframework.orm.metaModel.MetaParams
Is the cache enabled?
isCellEditable(int, UjoProperty) - Method in class org.ujoframework.swing.SingleUjoTabModel
Only Value is editable.
isCellEditable(int, int) - Method in class org.ujoframework.swing.UjoTableModel
Deprecated. Use a method with column type of UjoProperty instead of.
isCellEditable(int, UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Is the cell editable?
isColumn() - Method in class org.ujoframework.orm.metaModel.MetaColumn
It is a DB column (either a value of a foreign key)
isColumn() - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
It is a DB column
isConstant() - Method in class org.ujoframework.criterion.ValueCriterion
Is the criterion result independent on the bean object?
isContainerType(Class) - Method in class org.ujoframework.core.UjoCoder
Returns true, if the Class is type of Ujo, List or Object[].
isCountRequest() - Method in class org.ujoframework.orm.Query
There is required to know a count of selected items before reading a resultset
isDefault(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.extensions.AbstractUjoExt
Indicates whether a parameter value "equal to" property default value.
isDefault(UJO) - Method in class org.ujoframework.extensions.ListProperty
Indicates whether a list of items is null or empty.
isDefault(UJO) - Method in interface org.ujoframework.extensions.ListUjoProperty
Indicates whether a list of items is null or empty.
isDefault(UJO) - Method in class org.ujoframework.extensions.PathProperty
Indicates whether a parameter value of the ujo "equal to" this default value.
isDefault(UJO) - Method in class org.ujoframework.extensions.Property
Indicates whether a parameter value of the ujo "equal to" this default value.
isDefault(UjoProperty<UJO, VALUE>) - Method in interface org.ujoframework.extensions.UjoExt
Indicates whether a parameter value "equal to" property default value.
isDefault(UJO) - Method in interface org.ujoframework.UjoProperty
Indicates whether a parameter value of the ujo "equal to" this property default value.
isDirect() - Method in class org.ujoframework.extensions.PathProperty
Method returns a false because this is a property of the another UJO class.
isDirect() - Method in class org.ujoframework.extensions.Property
Returns a true value, if the property contains more properties.
isDirect() - Method in interface org.ujoframework.UjoProperty
If the property is the direct property of the related UJO class then method returns the TRUE value.
isEmpty() - Method in class org.ujoframework.core.UjoPropertyListImpl
Is the collection empty?
isEmpty() - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns the number of key-value mappings in this map.
isEmpty() - Method in class org.ujoframework.orm.CriterionDecoder
Is the SQL statement empty?
isEmpty() - Method in interface org.ujoframework.UjoPropertyList
Is the collection empty?
isForeignKey() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Is it a Foreign Key ?
isForeignKey() - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
Is it a Foreign Key ?
isInsensitive() - Method in class org.ujoframework.criterion.ValueCriterion
Is the operator insensitive.
isItemTypeOf(Class) - Method in class org.ujoframework.extensions.ListProperty
Returns true if the item type is a type or subtype of the parameter class.
isItemTypeOf(Class) - Method in interface org.ujoframework.extensions.ListUjoProperty
Returns true if the item type is a type or subtype of the parameter class.
isMandatory() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns true if the related db column is NOT NULL.
isPersistent() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the instance a database relation model?
isPersistent(UjoProperty) - Method in class org.ujoframework.orm.OrmHandler
Is the parameter a persistent property?
isPrimaryKey() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Is it a Primary Key?
isPrintHeader() - Method in class org.ujoframework.core.UjoManagerCSV
Print CSV Header
isPropertiesReversed() - Method in class org.ujoframework.core.UjoManager
Are properties reversed by default?
isReadOnly() - Method in class org.ujoframework.orm.Query
Result is a readOnly, default value is false
isSelectModel() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the query from a SQL select model ?
isTable() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the instance a database persistent table?
isTextable() - Method in class org.ujoframework.core.UjoService
Returns a TRUE value if attribute ujoClass is textable.
isTransientProperty(UjoProperty) - Method in class org.ujoframework.core.UjoManager
Is the property an Transient?
isTypeOf(Class) - Method in class org.ujoframework.extensions.PathProperty
Returns true if the property type is a type or subtype of the parameter class.
isTypeOf(Class) - Method in class org.ujoframework.extensions.Property
Returns true if the property type is a type or subtype of the parameter class.
isTypeOf(Class) - Method in interface org.ujoframework.UjoProperty
Returns true if the property type is a type or subtype of the parameter class.
isUsable(CharSequence) - Static method in class org.ujoframework.core.UjoManager
Returns true, if text is not null and is not empty.
isUsable(CharSequence) - Method in class org.ujoframework.orm.AbstractMetaModel
Returns true, if the argument text is not null and not empty.
isUsable(Object) - Method in class org.ujoframework.orm.AbstractMetaModel
Returns true, if the argument text is not null and not empty.
isUsable(CharSequence) - Method in class org.ujoframework.orm.SqlDialect
Returns true, if the argument text is not null and not empty.
isView() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the instance a database relation model?
isXmlAttribute(UjoProperty) - Method in class org.ujoframework.core.UjoManager
Is the property an XML attribute?
Item - Class in org.ujoframework.orm.sample
The column mapping to DB table ITEM (a sample of usage).
Item() - Constructor for class org.ujoframework.orm.sample.Item
 
ITEM_COUNT - Static variable in class org.ujoframework.orm.sample.ViewOrder
ItemCount
ITEMS - Static variable in class org.ujoframework.orm.sample.Order
References to Itemsr
iterate() - Method in class org.ujoframework.orm.Query
Create a new iterator by the query.
iterateInternal(RelationToMany, OrmUjo) - Method in class org.ujoframework.orm.Session
Iterate property of values
iterator() - Method in class org.ujoframework.core.UjoIterator
Returns the same instance
iterator() - Method in class org.ujoframework.core.UjoPropertyListImpl
Create an interator for all properties.
iterator() - Method in interface org.ujoframework.UjoPropertyList
Create an interator for all properties.

J

JDBC_DRIVER - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
JDBC Driver
JDBC_URL - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
JDBC URL connection
JdbcStatement - Class in org.ujoframework.orm
JdbcStatement
JdbcStatement(Connection, CharSequence) - Constructor for class org.ujoframework.orm.JdbcStatement
 
JdbcStatement(PreparedStatement) - Constructor for class org.ujoframework.orm.JdbcStatement
 
JNDI - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
JNDI (java naming and directory interface) connection string
join(Criterion<UJO>, Criterion<UJO>) - Method in enum org.ujoframework.criterion.BinaryOperator
Join two criterions.
join(BinaryOperator, Criterion<UJO>) - Method in class org.ujoframework.criterion.Criterion
 

K

keySet() - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns a set of String keys.

L

last() - Method in class org.ujoframework.core.UjoPropertyListImpl
Get last property
last() - Method in interface org.ujoframework.UjoPropertyList
Get last property
length - Variable in class org.ujoframework.core.UjoPropertyListImpl
Contains the total count of its properties
length() - Method in class org.ujoframework.extensions.PathProperty
Length of the Name
length() - Method in class org.ujoframework.extensions.Property
Length of the Name
LIMIT - Static variable in class org.ujoframework.orm.metaModel.MetaView
 
list(ListUjoProperty<UJO, ITEM>) - Method in class org.ujoframework.extensions.AbstractUjoExt
Returns a not null List.
list(ListUjoProperty<UJO, ITEM>) - Method in interface org.ujoframework.extensions.UjoExt
Returns a not null List.
ListProperty<UJO extends Ujo,ITEM> - Class in org.ujoframework.extensions
The main implementation of the interface ListUjoProperty.
ListProperty(Class<ITEM>) - Constructor for class org.ujoframework.extensions.ListProperty
Protected constructor
ListProperty(String, Class<ITEM>, int) - Constructor for class org.ujoframework.extensions.ListProperty
Protected constructor
ListUjoProperty<UJO extends Ujo,ITEM> - Interface in org.ujoframework.extensions
A property list metadata of Unified Data Object.
load(Class<UJO>, Object) - Method in class org.ujoframework.orm.Session
Load UJO by a unique id.
loadCSV(File, Object) - Method in class org.ujoframework.core.UjoManagerCSV
Load an Ujo from CSV format by UTF-8 code Page.
loadCSV(Scanner, Object) - Method in class org.ujoframework.core.UjoManagerCSV
Load an Ujo from Java resource bundle
loadDatabase(Class<UJO>) - Method in class org.ujoframework.orm.OrmHandler
Load a meta-data and create database tables
loadDatabase(Class<UJO>...) - Method in class org.ujoframework.orm.OrmHandler
Load a meta-data and create database tables
loadInternal(UjoProperty, Object, boolean) - Method in class org.ujoframework.orm.Session
Load UJO by a unique id.
loadMetaModel(boolean) - Method in class org.ujoframework.orm.sample.SampleORM
Before the first use load a meta-model.
loadResourceBundle(File, boolean, Object) - Method in class org.ujoframework.core.UjoManagerRBundle
Load an Ujo from Java resource bundle
loadResourceBundle(InputStream, boolean, Object) - Method in class org.ujoframework.core.UjoManagerRBundle
Load an Ujo from Java resource bundle
LOGGER - Static variable in class org.ujoframework.orm.metaModel.MetaParams
 
LOGGER - Static variable in class org.ujoframework.orm.metaModel.MetaRoot
 
logValue(OrmUjo, UjoProperty) - Method in class org.ujoframework.orm.JdbcStatement
Log a value value into a text format.
logValue(String, UjoProperty) - Method in class org.ujoframework.orm.JdbcStatement
Log a value value into a text format.
LONG - Static variable in class org.ujoframework.orm.TypeBook
 

M

main(String[]) - Static method in class org.ujoframework.core.UjoManager
Show an information about the framework
main(String[]) - Static method in class org.ujoframework.orm.sample.SampleORM
Test
makeCharSequenceTest(Object) - Method in class org.ujoframework.criterion.ValueCriterion
Test a value is instance of CharSequence or a type UjoProperty is type of CharSequence.
MANDATORY - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
Column NOT-NULL
MapImplUjo - Class in org.ujoframework.implementation.mapImpl
The abstract String Map Ujo imlementation is an implementation of the UjoMiddle and Map<CharSequence,Object> interfaces.
MapImplUjo() - Constructor for class org.ujoframework.implementation.mapImpl.MapImplUjo
Constructor
MapImplUjo(HashMap<String, Object>) - Constructor for class org.ujoframework.implementation.mapImpl.MapImplUjo
Constructor
MapImplUjoMiddle<UJO_IMPL extends MapImplUjoMiddle> - Class in org.ujoframework.implementation.mapImpl
This is an middle extended implementation of a setter and getter methods for an easier access for developpers.
MapImplUjoMiddle(HashMap<String, Object>) - Constructor for class org.ujoframework.implementation.mapImpl.MapImplUjoMiddle
 
MapImplUjoMiddle() - Constructor for class org.ujoframework.implementation.mapImpl.MapImplUjoMiddle
No parameters constuctor
MapUjo - Class in org.ujoframework.implementation.map
This is a simple abstract implementation of Ujo.
MapUjo() - Constructor for class org.ujoframework.implementation.map.MapUjo
Constructor
MapUjo(HashMap<UjoProperty, Object>) - Constructor for class org.ujoframework.implementation.map.MapUjo
Constructor
MapUjoExt<UJO extends MapUjoExt> - Class in org.ujoframework.implementation.map
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.
MapUjoExt() - Constructor for class org.ujoframework.implementation.map.MapUjoExt
Constructor
MapUjoExt(HashMap<UjoProperty, Object>) - Constructor for class org.ujoframework.implementation.map.MapUjoExt
Constructor
MAX_LENGTH - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
Column value length
MetaColumn - Class in org.ujoframework.orm.metaModel
Database column metadata
MetaColumn() - Constructor for class org.ujoframework.orm.metaModel.MetaColumn
 
MetaColumn(MetaTable, UjoProperty, MetaColumn) - Constructor for class org.ujoframework.orm.metaModel.MetaColumn
 
MetaDatabase - Class in org.ujoframework.orm.metaModel
A logical database description.
MetaDatabase() - Constructor for class org.ujoframework.orm.metaModel.MetaDatabase
 
MetaDatabase(OrmHandler, OrmUjo, MetaDatabase) - Constructor for class org.ujoframework.orm.metaModel.MetaDatabase
 
MetaParams - Class in org.ujoframework.orm.metaModel
A logical database description.
MetaParams() - Constructor for class org.ujoframework.orm.metaModel.MetaParams
 
MetaPKey - Class in org.ujoframework.orm.metaModel
The table primary key.
MetaPKey(MetaTable) - Constructor for class org.ujoframework.orm.metaModel.MetaPKey
 
MetaRelation2Many - Class in org.ujoframework.orm.metaModel
The database/object relation to many.
MetaRelation2Many() - Constructor for class org.ujoframework.orm.metaModel.MetaRelation2Many
 
MetaRelation2Many(MetaTable, UjoProperty, MetaRelation2Many) - Constructor for class org.ujoframework.orm.metaModel.MetaRelation2Many
 
MetaRoot - Class in org.ujoframework.orm.metaModel
A logical database description.
MetaRoot() - Constructor for class org.ujoframework.orm.metaModel.MetaRoot
 
MetaTable - Class in org.ujoframework.orm.metaModel
DB table metamodel.
MetaTable() - Constructor for class org.ujoframework.orm.metaModel.MetaTable
No parameter constructor.
MetaTable(MetaDatabase, RelationToMany, MetaTable) - Constructor for class org.ujoframework.orm.metaModel.MetaTable
 
MetaView - Class in org.ujoframework.orm.metaModel
Contains a sql select for a UJO view SELECT.
MetaView(String) - Constructor for class org.ujoframework.orm.metaModel.MetaView
Constructor.
MySqlDialect - Class in org.ujoframework.orm.dialect
MySQL release 5.1
http://dev.mysql.com/
MySqlDialect() - Constructor for class org.ujoframework.orm.dialect.MySqlDialect
 

N

NAME - Static variable in class org.ujoframework.orm.metaModel.MetaRelation2Many
The database column name.
NAME - Static variable in class org.ujoframework.orm.metaModel.MetaTable
DB table name
newInstance(UjoProperty...) - Static method in class org.ujoframework.core.UjoComparator
Create new comparator
newInstance() - Static method in class org.ujoframework.criterion.CriteriaTool
Create a new instance
newInstance(UjoProperty<UJO, TYPE>, Operator, TYPE) - Static method in class org.ujoframework.criterion.Criterion
New criterion instance
newInstance(UjoProperty<UJO, TYPE>, Operator, UjoProperty<?, TYPE>) - Static method in class org.ujoframework.criterion.Criterion
New criterion instance
newInstance(UjoProperty<UJO, TYPE>, TYPE) - Static method in class org.ujoframework.criterion.Criterion
New equals instance
newInstance(UjoProperty<UJO, TYPE>, UjoProperty<?, TYPE>) - Static method in class org.ujoframework.criterion.Criterion
New equals instance
newInstance(UjoProperty<UJO, TYPE>) - Static method in class org.ujoframework.criterion.Criterion
New equals instance
newInstance(boolean) - Static method in class org.ujoframework.criterion.Criterion
This is an constane criterion independed on an entity.
newInstance(UjoProperty<UJO, VALUE>) - Static method in class org.ujoframework.extensions.PathProperty
Create new instance
newInstance(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>) - Static method in class org.ujoframework.extensions.PathProperty
Create new instance
newInstance(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>) - Static method in class org.ujoframework.extensions.PathProperty
Create new instance
newInstance(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, UJO4>, UjoProperty<UJO4, VALUE>) - Static method in class org.ujoframework.extensions.PathProperty
Create new instance
newInstance(String, Class<VALUE>, VALUE, int, boolean) - Static method in class org.ujoframework.extensions.Property
Returns a new instance of property where the default value is null.
newInstance(String, Class<VALUE>, int) - Static method in class org.ujoframework.extensions.Property
Returns a new instance of property where the default value is null.
newInstance(String, Class<VALUE>) - Static method in class org.ujoframework.extensions.Property
Returns a new instance of property where the default value is null.
newInstance(String, VALUE, int) - Static method in class org.ujoframework.extensions.Property
A Property Factory where a property type is related from from default value.
newInstance(String, VALUE) - Static method in class org.ujoframework.extensions.Property
A Property Factory where a property type is related from from default value.
newInstance(UjoProperty, int) - Static method in class org.ujoframework.extensions.Property
A Property Factory where a property type is related from from default value.
newInstance(UjoProperty) - Static method in class org.ujoframework.extensions.Property
A Property Factory where a property type is related from from default value.
newInstance(String, Class<VALUE>, int) - Static method in class org.ujoframework.implementation.bean.BeanProperty
Returns a new instance of property where the default value is null.
newInstance(String, VALUE, int) - Static method in class org.ujoframework.implementation.bean.BeanProperty
A Property Factory creates new property and assigns a next property index.
newInstance(String, Class<VALUE>, int) - Static method in class org.ujoframework.implementation.factory.FactoryProperty
Returns a new instance of property where the default value is null.
newInstance(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.factory.FactoryProperty
Returns a new instance of property where the default value is null.
newInstance(OrmUjo, MetaPKey) - Static method in class org.ujoframework.orm.ao.CacheKey
Constructor for the OrmUjo
newInstance(Class, Object) - Static method in class org.ujoframework.orm.ao.CacheKey
Constructor for one keyk
newInstance(Class, Object...) - Static method in class org.ujoframework.orm.ao.CacheKey
Constructor for many keys
newInstanceFalse(UjoProperty<UJO, ?>) - Static method in class org.ujoframework.criterion.Criterion
This is a constant criterion independed on the property and the ujo entity.
newInstanceTrue(UjoProperty<UJO, ?>) - Static method in class org.ujoframework.criterion.Criterion
This is a constant criterion independed on the property and the ujo entity.
newListProperty(String, Class<ITEM>, int, boolean) - Static method in class org.ujoframework.extensions.ListProperty
A ListUjoProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>, int) - Static method in class org.ujoframework.extensions.ListProperty
A ListUjoProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>) - Static method in class org.ujoframework.extensions.ListProperty
A ListUjoProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>, int) - Static method in class org.ujoframework.implementation.array.ArrayUjo
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>, int) - Static method in class org.ujoframework.implementation.array.ArrayUjoExt
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.bean.BeanUjo
A ListProperty Factory for a BeanUjo object.
newListProperty(String, Class<ITEM>, ValueAgent<UJO, List<ITEM>>) - Static method in class org.ujoframework.implementation.field.FieldUjo
A ListProperty Factory for a FieldUjo object
newListProperty(String, Class<ITEM>, ValueAgent<UJO, List<ITEM>>) - Static method in class org.ujoframework.implementation.field.FieldUjoExt
A ListProperty Factory for a FieldUjo object
newListProperty(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.map.MapUjo
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.map.MapUjoExt
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.mapImpl.MapImplUjo
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.quick.QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(String, Class<VALUE>, int) - Static method in class org.ujoframework.implementation.array.ArrayUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, int) - Static method in class org.ujoframework.implementation.array.ArrayUjo
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>, int) - Static method in class org.ujoframework.implementation.array.ArrayUjoExt
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, int) - Static method in class org.ujoframework.implementation.array.ArrayUjoExt
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.bean.BeanUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE) - Static method in class org.ujoframework.implementation.bean.BeanUjo
A Property Factory, a property type is related from the default value.
newProperty(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.bean.BeanUjoExt
A Property Factory
newProperty(String, VALUE) - Static method in class org.ujoframework.implementation.bean.BeanUjoExt
A Property Factory, a property type is related from the default value.
newProperty(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.factory.FactoryUjo
Returns a new instance of property where the default value is null.
newProperty(String, Class<VALUE>, ValueAgent<UJO, VALUE>) - Static method in class org.ujoframework.implementation.field.FieldUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, ValueAgent<UJO, VALUE>) - Static method in class org.ujoframework.implementation.field.FieldUjo
A Property Factory creates a new property and assigns a next property index.
newProperty(String, Class<VALUE>, ValueAgent<UJO, VALUE>) - Static method in class org.ujoframework.implementation.field.FieldUjoExt
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, ValueAgent<UJO, VALUE>) - Static method in class org.ujoframework.implementation.field.FieldUjoExt
A Property Factory
newProperty(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.map.MapUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE) - Static method in class org.ujoframework.implementation.map.MapUjo
A Property Factory Method assigns a next property index.
newProperty(UjoProperty, int) - Static method in class org.ujoframework.implementation.map.MapUjo
Returns a new instance of property where the default value is null.
newProperty(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.map.MapUjoExt
Returns a new instance of property where the default value is null.
newProperty(String, VALUE) - Static method in class org.ujoframework.implementation.map.MapUjoExt
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE) - Static method in class org.ujoframework.implementation.mapImpl.MapImplUjo
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>, VALUE, int, boolean) - Static method in class org.ujoframework.implementation.quick.QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(String, Class<VALUE>) - Static method in class org.ujoframework.implementation.quick.QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(String, VALUE) - Static method in class org.ujoframework.implementation.quick.QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(Class<VALUE>) - Static method in class org.ujoframework.implementation.quick.QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(VALUE) - Static method in class org.ujoframework.implementation.quick.QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(UjoProperty) - Static method in class org.ujoframework.implementation.quick.QuickUjo
Returns a new instance of property where the default value is null.
newPropertyList(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.bean.BeanUjoExt
A ListProperty Factory for a BeanUjo object
newPropertyList(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.map.MapUjo
Deprecated. Use newListProperty(...) instead of.
newPropertyList(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.map.MapUjoExt
Deprecated. Use newListProperty(...) instead of.
newPropertyList_(String, Class<ITEM>, int) - Static method in class org.ujoframework.implementation.array.ArrayUjo
Deprecated. Use method newListProperty
newRelation(String, Class<ITEM>) - Static method in class org.ujoframework.implementation.orm.OrmTable
A PropertyIterator Factory creates an new property and assign a next index.
next() - Method in class org.ujoframework.core.UjoIterator
Returns the next element if exists.
nextValue(Session) - Method in class org.ujoframework.orm.UjoSequencer
Returns the next sequence value by a synchronized method.
not() - Method in class org.ujoframework.criterion.Criterion
 

O

of(UJO) - Method in class org.ujoframework.extensions.PathProperty
An alias for a method getValue(Ujo) .
of(UJO) - Method in class org.ujoframework.extensions.Property
An alias for a method getValue(Ujo) .
of(UJO) - Method in interface org.ujoframework.UjoProperty
An alias for a method getValue(Ujo) .
Operator - Enum in org.ujoframework.criterion
The value criterion operator enum.
or(Criterion<UJO>) - Method in class org.ujoframework.criterion.Criterion
 
OracleDialect - Class in org.ujoframework.orm.dialect
Oracle (www.oracle.com/)
OracleDialect() - Constructor for class org.ujoframework.orm.dialect.OracleDialect
 
ORDER - Static variable in class org.ujoframework.orm.metaModel.MetaView
 
ORDER - Static variable in class org.ujoframework.orm.sample.Item
A reference to common Order
Order - Class in org.ujoframework.orm.sample
The column mapping to DB table ORDER (a sample of usage).
Order() - Constructor for class org.ujoframework.orm.sample.Order
 
ORDER_ITEMS - Static variable in class org.ujoframework.orm.sample.Database
Items of the Customer order
ORDERS - Static variable in class org.ujoframework.orm.sample.Database
Customer order.
org.ujoframework - package org.ujoframework
The UJO Framework tutorial

org.ujoframework.core - package org.ujoframework.core
The core classes.
org.ujoframework.core.annot - package org.ujoframework.core.annot
Core annotations.
org.ujoframework.criterion - package org.ujoframework.criterion
The package of the UJO criterion support.
org.ujoframework.extensions - package org.ujoframework.extensions
UJO extensions.
org.ujoframework.hibernateSupport - package org.ujoframework.hibernateSupport
The Hibernate support.
org.ujoframework.implementation.array - package org.ujoframework.implementation.array
 
org.ujoframework.implementation.bean - package org.ujoframework.implementation.bean
 
org.ujoframework.implementation.factory - package org.ujoframework.implementation.factory
 
org.ujoframework.implementation.field - package org.ujoframework.implementation.field
 
org.ujoframework.implementation.map - package org.ujoframework.implementation.map
 
org.ujoframework.implementation.mapImpl - package org.ujoframework.implementation.mapImpl
 
org.ujoframework.implementation.orm - package org.ujoframework.implementation.orm
 
org.ujoframework.implementation.quick - package org.ujoframework.implementation.quick
 
org.ujoframework.implementation.registrar - package org.ujoframework.implementation.registrar
 
org.ujoframework.listener - package org.ujoframework.listener
 
org.ujoframework.orm - package org.ujoframework.orm
The ORM support.
org.ujoframework.orm.annot - package org.ujoframework.orm.annot
 
org.ujoframework.orm.ao - package org.ujoframework.orm.ao
 
org.ujoframework.orm.dialect - package org.ujoframework.orm.dialect
 
org.ujoframework.orm.metaModel - package org.ujoframework.orm.metaModel
 
org.ujoframework.orm.sample - package org.ujoframework.orm.sample
 
org.ujoframework.swing - package org.ujoframework.swing
Swing support.
Orm2ddlPolicy - Enum in org.ujoframework.orm.ao
Possible values to create the DLL (Data Definition Language) for for defining data structures.
ORM2DLL_POLICY - Static variable in class org.ujoframework.orm.metaModel.MetaParams
A policy to defining the database structure by a DDL.
OrmHandler - Class in org.ujoframework.orm
The basic class for an ORM support.
OrmHandler() - Constructor for class org.ujoframework.orm.OrmHandler
The (Sigleton ?)
ormHandler - Variable in class org.ujoframework.orm.SqlDialect
The ORM handler
OrmTable<UJO_IMPL extends Ujo> - Class in org.ujoframework.implementation.orm
A simple implementation of an ORM solution.
OrmTable() - Constructor for class org.ujoframework.implementation.orm.OrmTable
 
OrmUjo - Interface in org.ujoframework.orm
The OrmUjo is a basic interface of the persistent object in this ORM-UJO module.

P

P_DEFAULT - Static variable in class org.ujoframework.swing.UjoPropertyRow
Default Value
P_INDEX - Static variable in class org.ujoframework.swing.UjoPropertyRow
Index of property
P_NAME - Static variable in class org.ujoframework.swing.UjoPropertyRow
Name of property
P_TEXT - Static variable in class org.ujoframework.swing.UjoPropertyRow
Text Value
P_TYPE - Static variable in class org.ujoframework.swing.UjoPropertyRow
Type of property
P_TYPENAME - Static variable in class org.ujoframework.swing.UjoPropertyRow
Class name without packages
P_USER1 - Static variable in class org.ujoframework.swing.UjoPropertyRow
A user column can be used in table renderer for any purpose
P_USER2 - Static variable in class org.ujoframework.swing.UjoPropertyRow
A user column can be used in table renderer for any purpose
P_VALUE - Static variable in class org.ujoframework.swing.UjoPropertyRow
Value
PARAMETERS - Static variable in class org.ujoframework.orm.metaModel.MetaRoot
ORM parameters
parseXML(File, Class<T>, Object) - Method in class org.ujoframework.core.UjoManagerXML
Create Ujo from XMl file
parseXML(File, Class<T>, boolean, Object) - Method in class org.ujoframework.core.UjoManagerXML
Create Ujo from XMl file
parseXML(InputStream, Class<T>, Object) - Method in class org.ujoframework.core.UjoManagerXML
An Deserialization of Ujo object.
parseXML(InputStream, Class<T>, boolean, Object) - Method in class org.ujoframework.core.UjoManagerXML
An Deserialization of Ujo object.
PASSWORD - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
DB password
PathProperty<UJO extends Ujo,VALUE> - Class in org.ujoframework.extensions
A PathProperty class is an composite of a UjoProperty objects.
PathProperty(UjoProperty...) - Constructor for class org.ujoframework.extensions.PathProperty
 
PK - Static variable in class org.ujoframework.orm.metaModel.MetaTable
Unique Primary Key
PostgreSqlDialect - Class in org.ujoframework.orm.dialect
PostgreSQL (http://www.postgresql.org/)
PostgreSqlDialect() - Constructor for class org.ujoframework.orm.dialect.PostgreSqlDialect
 
PRECISION - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
Column value precision
PRIMARY_KEY - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
DB primary key
print(Writer) - Method in class org.ujoframework.orm.metaModel.MetaRoot
Pring all model in a XML format
print(File) - Method in class org.ujoframework.orm.metaModel.MetaRoot
Pring all model in a XML format
printAttributes(UjoTextable, Writer) - Method in class org.ujoframework.core.UjoManagerXML
Print attributes of the tag
printColumnAlias(MetaColumn, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a full SQL column alias name by sample: TABLE_ALIAS.COLUMN
printColumnDeclaration(MetaColumn, String, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a SQL to create column
printCommit(Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL 'COMMIT'
printCreateSchema(String, Appendable) - Method in class org.ujoframework.orm.dialect.DerbyDialect
Print SQL 'CREATE SCHEMA'
printCreateSchema(String, Appendable) - Method in class org.ujoframework.orm.dialect.FirebirdDialect
NO SCHEMA
printCreateSchema(String, Appendable) - Method in class org.ujoframework.orm.dialect.HsqldbDialect
Print SQL 'CREATE SCHEMA'
printCreateSchema(String, Appendable) - Method in class org.ujoframework.orm.dialect.OracleDialect
Print no schema
printCreateSchema(String, Appendable) - Method in class org.ujoframework.orm.dialect.PostgreSqlDialect
Print SQL 'CREATE SCHEMA'
printCreateSchema(String, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL 'CREATE SCHEMA'
printCriterion(ValueCriterion, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a conditon phrase by the criterion.
printDefaultSchema(String, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Deprecated. 
printDelete(MetaTable, CriterionDecoder, Appendable) - Method in class org.ujoframework.orm.dialect.MySqlDialect
Print an SQL DELETE statement.
printDelete(MetaTable, CriterionDecoder, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print an SQL DELETE statement.
printFKColumnsDeclaration(MetaColumn, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a SQL to create foreign keys.
printForeignColumnFullName(int, Appendable) - Method in class org.ujoframework.orm.metaModel.MetaColumn
Print a full 'alias' name of foreign column by index
printForeignKey(MetaColumn, MetaTable, Appendable) - Method in class org.ujoframework.orm.dialect.DerbyDialect
Print foreign key for the parameter column
printForeignKey(MetaTable, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print foreign key
printForeignKey(MetaColumn, MetaTable, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print foreign key for the parameter column
printForeignKey(ValueCriterion, MetaColumn, String, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print all items of the foreign key
printFullTableName(MetaTable, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a full SQL table name by sample: SCHEMA.TABLE
printInsert(OrmUjo, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print an SQL INSERT statement.
printItem(Writer, Class, Object, UjoTextable, UjoProperty) - Method in class org.ujoframework.core.UjoManagerXML
Print "value" to XML.
println(Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print the new line.
printProperties(Writer, UjoTextable) - Method in class org.ujoframework.core.UjoManagerXML
Write required properties to XML writer.
printProperties(Writer, UjoTextable, UjoPropertyList) - Method in class org.ujoframework.core.UjoManagerXML
Write required properties to a XML writer.
printSelect(MetaTable, Query, boolean, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a SQL SELECT by table model and query
printSelectOrder(Query, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL ORDER BY
printSelectTable(Query, boolean, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL database SELECT
printSelectView(MetaTable, Query, boolean, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL view SELECT
printSequenceCurrentValue(UjoSequencer, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL CURRENT SEQUENCE VALUE.
printSequenceInit(UjoSequencer, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL CREATE SEQUENCE (insert sequence row).
printSequenceName(UjoSequencer, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Prinnt the full sequence name
printSequenceNextValue(UjoSequencer, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL UPDATE NEXT SEQUENCE value.
printSequenceTable(MetaDatabase, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print SQL CREATE SEQUENCE.
printSequenceTableName(UjoSequencer, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Prinnt the full sequence table
printTable(MetaTable, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a SQL sript to create table
printTableAliasDefinition(MetaTable, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a SQL database and table name and an alias definition - by sample: SCHEMA.TABLE ALIAS
printTableColumns(List<MetaColumn>, Appendable, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print table columns
printText2Xml(Appendable, String) - Method in class org.ujoframework.core.UjoManagerXML
Print escaped text to XML
printUpdate(MetaTable, List<MetaColumn>, CriterionDecoder, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print an SQL UPDATE statement.
printValue(Writer, String) - Method in class org.ujoframework.core.UjoManagerCSV
Print Text
printValue2XML(Writer, Class, Object, UjoTextable, UjoProperty, boolean) - Method in class org.ujoframework.core.UjoManagerXML
Print "value" to XML.
projectInfo() - Static method in class org.ujoframework.core.UjoManager
Regurns information about current library.
projectVersion() - Static method in class org.ujoframework.core.UjoManager
Regurns information about current library.
Property<UJO extends Ujo,VALUE> - Class in org.ujoframework.extensions
The main implementation of the interface UjoProperty.
Property(String, Class<VALUE>, int) - Constructor for class org.ujoframework.extensions.Property
Constructor with an property order
Property(String, VALUE, int) - Constructor for class org.ujoframework.extensions.Property
Constructor with an property order
Property() - Constructor for class org.ujoframework.extensions.Property
Protected constructor
property - Variable in class org.ujoframework.swing.UjoPropertyRow
 
PROPERTY_MODIFIER - Static variable in class org.ujoframework.core.UjoManager
Requested modifier of property definitions.
propertyChange(UjoPropertyChangeEvent) - Method in interface org.ujoframework.listener.UjoPropertyChangeListener
This method gets called when a bound property is changed.
propertyCount - Static variable in class org.ujoframework.implementation.array.ArrayUjo
An Incrementator.
propertyCount - Static variable in class org.ujoframework.implementation.array.ArrayUjoExt
An Incrementator.
PropertyModifier - Class in org.ujoframework.extensions
Property Setter
TODO: Can I remove the class ?
PropertyModifier() - Constructor for class org.ujoframework.extensions.PropertyModifier
 
put(CharSequence, Object) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Associates the specified value with the specified key in this map.
putAll(Map<? extends CharSequence, ? extends Object>) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
 

Q

Query<UJO extends OrmUjo> - Class in org.ujoframework.orm
ORM query.
Query(Class<UJO>, Criterion<UJO>, Session) - Constructor for class org.ujoframework.orm.Query
Create new ORM query.
Query(MetaTable, Criterion<UJO>, Session) - Constructor for class org.ujoframework.orm.Query
Create new ORM query.
QuickUjo - Class in org.ujoframework.implementation.quick
This is a fast implementation of the Ujo.
QuickUjo() - Constructor for class org.ujoframework.implementation.quick.QuickUjo
Constructor
QuickUjo(Object[]) - Constructor for class org.ujoframework.implementation.quick.QuickUjo
Constructor
QuickUjoMid<UJO_IMPL extends QuickUjoMid> - Class in org.ujoframework.implementation.quick
This is a fast implementation of the UjoMiddle.
QuickUjoMid(Object[]) - Constructor for class org.ujoframework.implementation.quick.QuickUjoMid
Constructor
QuickUjoMid() - Constructor for class org.ujoframework.implementation.quick.QuickUjoMid
No parameters constuctor

R

readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujoframework.extensions.AbstractUjo
Get an authorization of the property for different actions.
readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujoframework.implementation.orm.OrmTable
Test an authorization of the action.
readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujoframework.orm.AbstractMetaModel
 
readAuthorization(UjoAction, UjoProperty, Object) - Method in interface org.ujoframework.Ujo
Get an authorization of the property for different actions.
readChangedProperties(boolean) - Method in class org.ujoframework.implementation.orm.OrmTable
Returns a changed properties.
readChangedProperties(boolean) - Method in interface org.ujoframework.orm.OrmUjo
Returns changed properties.
readOnly() - Method in class org.ujoframework.orm.AbstractMetaModel
Property values can be readed only
readOrderColumn(int) - Method in class org.ujoframework.orm.Query
Returns an order column.
readProperties(Class) - Method in class org.ujoframework.core.UjoManager
Read all properties.
readProperties() - Method in class org.ujoframework.extensions.AbstractUjo
Returns all direct properties.
readProperties() - Method in interface org.ujoframework.Ujo
Returns all direct properties.
readPropertiesNocache(Class, boolean) - Method in class org.ujoframework.core.UjoManager
Returns all direct properties (see an method UjoProperty.isDirect() for more information).
readPropertyCount() - Method in class org.ujoframework.implementation.array.ArrayUjo
Return a count of properties.
readPropertyCount() - Method in class org.ujoframework.implementation.array.ArrayUjoExt
Return a count of properties.
readSession() - Method in class org.ujoframework.implementation.orm.OrmTable
Read a session
readSession() - Method in interface org.ujoframework.orm.OrmUjo
Read an ORM session
readUjoManager() - Method in class org.ujoframework.extensions.AbstractUjo
Returns an UjoManager
readValue(UJO) - Method in class org.ujoframework.core.BeanManager
WARNING: There is recommended to call the method from the method 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 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 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 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 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 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(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(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
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
DB class root instance
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

S

SampleORM - Class in org.ujoframework.orm.sample
The ORM tutorial in the class.
SampleORM() - Constructor for class org.ujoframework.orm.sample.SampleORM
 
save(OrmUjo) - Method in class org.ujoframework.orm.Session
INSERT object into table.
SAVE_CONFIG_TO_FILE - Static variable in class org.ujoframework.orm.metaModel.MetaParams
Framework can save the final configuration file to a new file for an external use.
saveCSV(File, List<UJO>, Object) - Method in class org.ujoframework.core.UjoManagerCSV
Save Ujo into CSV format by codepage UTF-8.
saveCSV(OutputStream, Charset, List<UJO>, Object) - Method in class org.ujoframework.core.UjoManagerCSV
Save Ujo into CSV format.
saveCSV(Writer, List<UJO>, Object) - Method in class org.ujoframework.core.UjoManagerCSV
Save Ujo into CSV format
saveResourceBundle(File, UJO, String, Object) - Method in class org.ujoframework.core.UjoManagerRBundle
Save Ujo into Java resource bundle
saveResourceBundle(OutputStream, UJO, String, Object) - Method in class org.ujoframework.core.UjoManagerRBundle
Save Ujo into Java resource bundle
saveXML(File, UjoTextable, String, Object) - Method in class org.ujoframework.core.UjoManagerXML
Write properties to XML include XML header.
saveXML(OutputStream, UjoTextable, String, Object) - Method in class org.ujoframework.core.UjoManagerXML
Write properties to XML include XML header.
saveXML(Writer, UjoTextable, String, Object) - Method in class org.ujoframework.core.UjoManagerXML
Write properties to XML include XML header.
saveXML(Writer, String, UjoTextable, String, Object) - Method in class org.ujoframework.core.UjoManagerXML
Write properties to XML include a XML header.
SCHEMA - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
MetaDatabase default schema
SCHEMA - Static variable in class org.ujoframework.orm.metaModel.MetaTable
Name of table schema.
select(List<UJO>, UjoComparator) - Method in class org.ujoframework.criterion.CriteriaTool
Create a copy of the list and sort it.
select(List<UJO>, Criterion<UJO>) - Method in class org.ujoframework.criterion.CriteriaTool
Create a sublist of a list by an Ujo criterion.
select(List<UJO>, Criterion<UJO>, UjoComparator) - Method in class org.ujoframework.criterion.CriteriaTool
Create a sublist of a list by an Ujo criterion.
SELECT - Static variable in class org.ujoframework.orm.metaModel.MetaTable
SQL SELECT statement
SELECT - Static variable in class org.ujoframework.orm.metaModel.MetaView
 
SELECT_MODEL - Static variable in class org.ujoframework.orm.metaModel.MetaTable
SQL SELECT model.
seqLimit - Variable in class org.ujoframework.orm.UjoSequencer
 
SEQUENCE - Static variable in class org.ujoframework.orm.metaModel.MetaTable
Name of DB sequence.
sequence - Variable in class org.ujoframework.orm.UjoSequencer
 
SEQUENCE_CACHE - Static variable in class org.ujoframework.orm.metaModel.MetaParams
Sequential cache parameter saves the number of requests to the following sequence when a insert statement into DB.
SEQUENCER - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
The sequencer class for tables of the current database.
Session - Class in org.ujoframework.orm
The ORM session.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujoframework.extensions.AbstractUjoExt
Setter based on UjoProperty.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>, VALUE) - Method in class org.ujoframework.extensions.AbstractUjoExt
Setter based on two properties.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>, VALUE) - Method in class org.ujoframework.extensions.AbstractUjoExt
Setter based on three properties.
set(ListUjoProperty<UJO, ITEM>, int, ITEM) - Method in class org.ujoframework.extensions.AbstractUjoExt
Add Value, if the List is null then the list will be created.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>, VALUE) - Method in interface org.ujoframework.extensions.UjoExt
Setter based on two properties.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>, VALUE) - Method in interface org.ujoframework.extensions.UjoExt
Setter based on three properties.
set(ListUjoProperty<UJO, ITEM>, int, ITEM) - Method in interface org.ujoframework.extensions.UjoExt
Add Value, if the List is null then the list will be created.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in interface org.ujoframework.extensions.UjoMiddle
Setter based on UjoProperty.
set(Object, Object, SessionFactoryImplementor) - Method in class org.ujoframework.hibernateSupport.UjoPropertySetter
 
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjoMiddle
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujoframework.implementation.orm.OrmTable
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujoframework.implementation.quick.QuickUjoMid
Setter based on UjoProperty.
setCoder(UjoCoder) - Method in class org.ujoframework.core.UjoManager
UjoCoder
setColumns(UjoProperty...) - Method in class org.ujoframework.swing.UjoTableModel
Set columns into table
setCountRequest(boolean) - Method in class org.ujoframework.orm.Query
There is required to know a count of selected items before reading a resultset
setDate(Date) - Method in class org.ujoframework.orm.sample.Order
 
setDefault(VALUE) - Method in class org.ujoframework.extensions.Property
Assign a Default value.
setDescr(String) - Method in class org.ujoframework.orm.sample.Item
 
setDescr(String) - Method in class org.ujoframework.orm.sample.Order
 
setHandler(OrmHandler) - Method in class org.ujoframework.orm.SqlDialect
Set the OrmHandler - the method is for internal call only.
setId(Long) - Method in class org.ujoframework.orm.sample.Item
 
setId(Long) - Method in class org.ujoframework.orm.sample.Order
 
setIndex(int, Property) - Static method in class org.ujoframework.extensions.PropertyModifier
Set the new index and lock the property if it is not locked yet.
setItem(UJO, int, ITEM) - Method in class org.ujoframework.extensions.ListProperty
Set a property item value.
setItem(UJO, int, ITEM) - Method in interface org.ujoframework.extensions.ListUjoProperty
Set a property item value.
setMaxRow(int) - Method in class org.ujoframework.orm.Query
The max row for the resulset, default value 0 means an unlimited value
setName(String, Property) - Static method in class org.ujoframework.extensions.PropertyModifier
Write name into property if it is not locked yet.
setNewLine(String) - Method in class org.ujoframework.core.UjoManagerCSV
New Line character sequence.
setNotPersistent() - Method in class org.ujoframework.orm.metaModel.MetaTable
Database model is not persistent.
setOrder(UjoProperty...) - Method in class org.ujoframework.orm.Query
Set the order item list to an SQL ORDER BY phrase.
setOrder(Order) - Method in class org.ujoframework.orm.sample.Item
 
setParameter(UjoProperty<UJO, ITEM>, ITEM) - Method in class org.ujoframework.orm.Query
 
setPrintHeader(boolean) - Method in class org.ujoframework.core.UjoManagerCSV
Print CSV Header
setReadOnly(boolean) - Method in class org.ujoframework.orm.AbstractMetaModel
Set a read-only state.
setReadOnly(boolean) - Method in class org.ujoframework.orm.Query
Result is a readOnly, default value is false
setRootElementName(String) - Method in class org.ujoframework.core.UjoManagerXML
Name of the root element
setRows(List<ROW>) - Method in class org.ujoframework.swing.UjoTableModel
Assign a table rows
setSeparator(char) - Method in class org.ujoframework.core.UjoManagerCSV
 
setText(Ujo, UjoProperty, String, Class, UjoAction) - Method in class org.ujoframework.core.UjoManager
Set a text value by property.
setText(UJO, UjoProperty, Class, String, UjoAction) - Method in class org.ujoframework.core.UjoService
Returns TEXT
setText(UjoProperty, String) - Method in class org.ujoframework.extensions.AbstractUjoExt
Set value from a String format by a NULL context.
setText(UjoProperty, String) - Method in interface org.ujoframework.extensions.UjoMiddle
Set value from a String format by a NULL context.
setText(UjoProperty, String) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjoMiddle
Set value from a String format by a NULL context.
setText(UjoProperty, String) - Method in class org.ujoframework.implementation.quick.QuickUjoMid
Set value from a String format by a NULL context.
setUjoManager(UjoManager) - Method in class org.ujoframework.core.UjoService
 
setUsrId(Integer) - Method in class org.ujoframework.orm.sample.Item
 
setUsrId(Integer) - Method in class org.ujoframework.orm.sample.Order
 
setValue(Ujo, UjoProperty, Object) - Static method in class org.ujoframework.core.UjoManager
Set a value to an Ujo object by a selected properties.
setValue(Ujo, UjoPropertyList, Object) - Method in class org.ujoframework.core.UjoManager
Set a value to an Ujo object by a chain of properties.
setValue(UJO, VALUE) - Method in class org.ujoframework.extensions.PathProperty
 
setValue(UJO, VALUE) - Method in class org.ujoframework.extensions.Property
It is a basic method for setting an appropriate type safe value to an MapUjo object.
setValue(OrmUjo, Object) - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a property value from a table
setValue(MetaColumn, PreparedStatement, Object, int) - Static method in class org.ujoframework.orm.TypeBook
GetValue from the result set by position
setValue(UJO, VALUE) - Method in interface org.ujoframework.UjoProperty
It is a basic method for setting an appropriate type safe value to an Ujo object.
setValueAt(Object, int, UjoProperty) - Method in class org.ujoframework.swing.SingleUjoTabModel
Set a value to a cell of table model.
setValueAt(Object, int, int) - Method in class org.ujoframework.swing.UjoTableModel
Deprecated. Use a method with column type of UjoProperty instead of.
setValueAt(Object, int, UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Set a value to a cell of table model.
setValueFromDefault(UJO) - Method in class org.ujoframework.extensions.Property
Assing a value from the default value.
SHORT - Static variable in class org.ujoframework.orm.TypeBook
 
SingleUjoTabModel - Class in org.ujoframework.swing
An implementation of TableModel for a Single Ujo object.
SingleUjoTabModel(Ujo) - Constructor for class org.ujoframework.swing.SingleUjoTabModel
Creates a new instance of SingleUjoTabModel
SingleUjoTabModel(Ujo, UjoProperty...) - Constructor for class org.ujoframework.swing.SingleUjoTabModel
Creates a new instance of SingleUjoTabModel
size() - Method in class org.ujoframework.core.UjoPropertyListImpl
Returns a total count of its properties
size() - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns the number of key-value mappings in this map
size() - Method in class org.ujoframework.orm.ao.CacheKey
Count of PKs
size() - Method in interface org.ujoframework.UjoPropertyList
Returns a total count of its properties
skip(int) - Method in class org.ujoframework.core.UjoIterator
Skip some items by the parameter.
sort(UJO, UjoProperty...) - Method in class org.ujoframework.extensions.ListProperty
Sort a list by its properties.
sort(UjoProperty...) - Method in class org.ujoframework.swing.UjoTableModel
Sort data by a property list.
sort(Comparator<Ujo>) - Method in class org.ujoframework.swing.UjoTableModel
Sort data by a Comparator object.
SortingProperty<UJO extends Ujo,VALUE> - Class in org.ujoframework.extensions
A property for a direction of sorting.
SortingProperty(UjoProperty<UJO, VALUE>, boolean) - Constructor for class org.ujoframework.extensions.SortingProperty
 
sortProperties(Class, UjoProperty[]) - Method in class org.ujoframework.core.UjoManager
Sort properties.
SQL_ILLEGAL - Static variable in class org.ujoframework.orm.Session
Exception SQL message prefix
SqlDialect - Class in org.ujoframework.orm
SQL dialect abstract class.
SqlDialect() - Constructor for class org.ujoframework.orm.SqlDialect
 
STRING - Static variable in class org.ujoframework.orm.TypeBook
 
subSequence(int, int) - Method in class org.ujoframework.extensions.PathProperty
Sub sequence from the Name
subSequence(int, int) - Method in class org.ujoframework.extensions.Property
Sub sequence from the Name

T

Table - Annotation Type in org.ujoframework.orm.annot
Use the annotation to mark a UjoProperty static field like XML Attribute.
TABLE - Static variable in class org.ujoframework.orm.metaModel.MetaPKey
DB table
TABLE - Static variable in class org.ujoframework.orm.metaModel.MetaRelation2Many
DB table
table - Variable in class org.ujoframework.orm.UjoSequencer
Basic table.
TABLE_ALIAS_PREFIX - Static variable in class org.ujoframework.orm.metaModel.MetaParams
Special prameter for an automatically assembled table alias prefix.
TABLE_ALIAS_SUFFIX - Static variable in class org.ujoframework.orm.metaModel.MetaParams
Special prameter for an automatically assembled table alias prefix.
TABLE_PROPERTY - Static variable in class org.ujoframework.orm.metaModel.MetaRelation2Many
Table property
TABLES - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
List of tables
testReadOnly(boolean) - Method in class org.ujoframework.orm.AbstractMetaModel
Test a read-only state
throwException(Throwable) - Method in class org.ujoframework.implementation.factory.FactoryProperty
Throw an RuntimeException
TIME_SQL - Static variable in class org.ujoframework.orm.TypeBook
 
TIMESTAMP - Static variable in class org.ujoframework.orm.TypeBook
 
toArray() - Method in class org.ujoframework.core.UjoPropertyListImpl
Returns a copy of internal array
toArray() - Method in interface org.ujoframework.UjoPropertyList
Returns a copy of internal array
toList() - Method in class org.ujoframework.core.UjoIterator
Copy items to a new List
toString() - Method in class org.ujoframework.core.BeanManager
 
toString() - Method in class org.ujoframework.core.UjoActionImpl
String value
toString() - Method in class org.ujoframework.core.UjoComparator
A String reprezentation.
toString() - Method in class org.ujoframework.core.UjoIterator
Returns a count of items.
toString(Ujo) - Method in class org.ujoframework.core.UjoManager
Print a String representation
toString(Ujo, UjoPropertyList) - Method in class org.ujoframework.core.UjoManager
Print a String representation
toString() - Method in class org.ujoframework.criterion.BinaryCriterion
 
toString() - Method in class org.ujoframework.criterion.ValueCriterion
 
toString() - Method in class org.ujoframework.extensions.AbstractUjo
A String representation.
toString() - Method in class org.ujoframework.extensions.PathProperty
 
toString() - Method in class org.ujoframework.extensions.Property
Returns a name of Property
toString() - Method in interface org.ujoframework.extensions.ValueTextable
A result must be acceptable for one constructor parameter (of the same class) to restore an equal object.
toString() - Method in class org.ujoframework.orm.JdbcStatement
 
toString() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns a TABLE and COLUMN names.
toString() - Method in class org.ujoframework.orm.metaModel.MetaPKey
 
toString() - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
 
toString() - Method in class org.ujoframework.orm.metaModel.MetaRoot
Returns all model in a XML format
toString() - Method in class org.ujoframework.orm.metaModel.MetaView
Returns a select.
toString() - Method in class org.ujoframework.orm.UniqueKey
 
toString() - Method in class org.ujoframework.swing.UjoPropertyRow
Property name + value
toString() - Method in interface org.ujoframework.UjoProperty
Returns the name of Property.
Transient - Annotation Type in org.ujoframework.core.annot
Use the annotation to mark a UjoProperty static field to a transient state.
TRUE - Static variable in class org.ujoframework.criterion.ValueCriterion
True constant criterion
TypeBook - Class in org.ujoframework.orm
A book of popular Java types.
TypeBook() - Constructor for class org.ujoframework.orm.TypeBook
 

U

Ujo - Interface in org.ujoframework
UJO Icons UJO means a Unified Java Object and its implementations provides a similar service like a JavaBeans class.
UjoAction - Interface in org.ujoframework.extensions
An action constants of UJO Framework.
UjoActionImpl - Class in org.ujoframework.core
A default implementation of the UjoAction.
UjoActionImpl(int, Object) - Constructor for class org.ujoframework.core.UjoActionImpl
 
UjoActionImpl(Object) - Constructor for class org.ujoframework.core.UjoActionImpl
 
UjoActionImpl(int) - Constructor for class org.ujoframework.core.UjoActionImpl
 
UjoCloneable - Interface in org.ujoframework.extensions
Interface adds a clone facility.
UjoCoder - Class in org.ujoframework.core
A tool for encoding an object to a text and a text back to the object.
UjoCoder() - Constructor for class org.ujoframework.core.UjoCoder
 
UjoComparator - Class in org.ujoframework.core
A generic comparator for the Ujo objects.
UjoComparator(UjoProperty...) - Constructor for class org.ujoframework.core.UjoComparator
Creates a new instance of UjoComparator
UjoExt<UJO_IMPL extends UjoExt> - Interface in org.ujoframework.extensions
This is an extended Ujo interface designed for a more conventional property access evaluated by developers.
UjoIterator<T> - Class in org.ujoframework.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.ujoframework.core.UjoIterator
 
UjoLazyPropertyAccessor - Class in org.ujoframework.hibernateSupport
A support for the Hibernate framework.
UjoLazyPropertyAccessor() - Constructor for class org.ujoframework.hibernateSupport.UjoLazyPropertyAccessor
 
UjoLazyPropertyGetter - Class in org.ujoframework.hibernateSupport
A support for the Hibernate framework.
UjoLazyPropertyGetter(String, Class) - Constructor for class org.ujoframework.hibernateSupport.UjoLazyPropertyGetter
 
UjoManager - Class in org.ujoframework.core
General Ujo Manager
UjoManager() - Constructor for class org.ujoframework.core.UjoManager
Constructor.
UjoManagerCSV<UJO extends Ujo> - Class in org.ujoframework.core
A Manager for CSV import / export.
UjoManagerCSV(Class<UJO>, UjoProperty...) - Constructor for class org.ujoframework.core.UjoManagerCSV
Creates a new instance of UjoManagerCSV
UjoManagerRBundle<UJO extends Ujo> - Class in org.ujoframework.core
A Manager for Java Property Resources Bundle.
UjoManagerRBundle(Class<UJO>, UjoProperty...) - Constructor for class org.ujoframework.core.UjoManagerRBundle
Creates a new instance of UjoManagerRBundle
UjoManagerXML - Class in org.ujoframework.core
Ujo Manager for instances type of UjoTextAccess.
UjoManagerXML() - Constructor for class org.ujoframework.core.UjoManagerXML
Constructor.
UjoMiddle<UJO_IMPL extends UjoMiddle> - Interface in org.ujoframework.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.ujoframework
Ujo property is a property of Ujo object.
UjoPropertyAccessor - Class in org.ujoframework.hibernateSupport
A support for the Hibernate framework.
UjoPropertyAccessor() - Constructor for class org.ujoframework.hibernateSupport.UjoPropertyAccessor
 
UjoPropertyChangeEvent - Class in org.ujoframework.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.ujoframework.listener.UjoPropertyChangeEvent
 
UjoPropertyChangeListener - Interface in org.ujoframework.listener
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
UjoPropertyChangeSupport - Class in org.ujoframework.listener
A Property Change Support for the UJO objects.
UjoPropertyChangeSupport(Ujo) - Constructor for class org.ujoframework.listener.UjoPropertyChangeSupport
Constructor
UjoPropertyChangeSupport(Ujo, Boolean) - Constructor for class org.ujoframework.listener.UjoPropertyChangeSupport
Constructor
UjoPropertyGetter - Class in org.ujoframework.hibernateSupport
A support for the Hibernate framework.
UjoPropertyGetter(String, Class) - Constructor for class org.ujoframework.hibernateSupport.UjoPropertyGetter
 
UjoPropertyList - Interface in org.ujoframework
The immutable list of UjoProperties.
UjoPropertyListImpl - Class in org.ujoframework.core
The immutable list of UjoProperties.
UjoPropertyListImpl(List<UjoProperty>) - Constructor for class org.ujoframework.core.UjoPropertyListImpl
 
UjoPropertyListImpl(UjoProperty[]) - Constructor for class org.ujoframework.core.UjoPropertyListImpl
 
UjoPropertyListImpl() - Constructor for class org.ujoframework.core.UjoPropertyListImpl
Create the empty list
UjoPropertyRow - Class in org.ujoframework.swing
An implementation of TableModel for List of Ujo objects.
UjoPropertyRow(Ujo, UjoProperty) - Constructor for class org.ujoframework.swing.UjoPropertyRow
 
UjoPropertySetter - Class in org.ujoframework.hibernateSupport
A support for the Hibernate framework.
UjoPropertySetter(String) - Constructor for class org.ujoframework.hibernateSupport.UjoPropertySetter
 
UjoSequencer - Class in org.ujoframework.orm
The default sequence provider.
UjoSequencer(MetaTable) - Constructor for class org.ujoframework.orm.UjoSequencer
 
UjoService<UJO extends Ujo> - Class in org.ujoframework.core
A Core of a UjoService.
UjoService(Class<UJO>) - Constructor for class org.ujoframework.core.UjoService
Creates a new instance of UjoService
UjoService(Class<UJO>, UjoProperty...) - Constructor for class org.ujoframework.core.UjoService
Creates a new instance of UjoService
UjoTableModel<ROW extends Ujo> - Class in org.ujoframework.swing
An Ujo implementation of TableModel.
UjoTableModel(UjoProperty...) - Constructor for class org.ujoframework.swing.UjoTableModel
Creates a new instance of UjoTableModel
UjoTableModel(Class) - Constructor for class org.ujoframework.swing.UjoTableModel
Creates a new instance of UjoTableModel for all attributes.
UjoTextable - Interface in org.ujoframework.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.ujoframework.core.UjoService
Undefined text VALUE
UNDEFINED - Static variable in class org.ujoframework.orm.TypeBook
 
UniqueKey - Class in org.ujoframework.orm
A Unique key of a table
UniqueKey(Object) - Constructor for class org.ujoframework.orm.UniqueKey
 
unpack(Criterion) - Method in class org.ujoframework.orm.CriterionDecoder
Unpack criterion.
update(OrmUjo) - Method in class org.ujoframework.orm.Session
UPDATE object into table.
useDelete_1() - Method in class org.ujoframework.orm.sample.SampleORM
Using DELETE SQL
useDelete_2() - Method in class org.ujoframework.orm.sample.SampleORM
Using DELETE SQL
useInsert() - Method in class org.ujoframework.orm.sample.SampleORM
Create database and call INSERT
useIteratorSkip() - Method in class org.ujoframework.orm.sample.SampleORM
Using SKIP on UjoIterator
useMetadata() - Method in class org.ujoframework.orm.sample.SampleORM
Using the column metadata
USER - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
DB user
USER_ID - Static variable in class org.ujoframework.orm.sample.Item
User key
USER_ID - Static variable in class org.ujoframework.orm.sample.Order
User key
useRelation() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by an object relations
useSelectCount() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by QUERY
useSelectItems_1() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by QUERY
useSelectItems_2() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by QUERY
useSelectItems_3() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by QUERY
useSelectItems_4() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by QUERY
useSelectOrders() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by QUERY
useSelectViewOrders() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by VIEW QUERY
useSortOrders() - Method in class org.ujoframework.orm.sample.SampleORM
Using SELECT by QUERY
useUpdate() - Method in class org.ujoframework.orm.sample.SampleORM
Using UPDATE
UTF_8 - Static variable in class org.ujoframework.core.UjoService
Charset UTF-8

V

value - Variable in class org.ujoframework.criterion.ValueCriterion
 
ValueAgent<UJO,VALUE> - Interface in org.ujoframework.extensions
The ValueAgent make reading or writing a property value.
ValueCriterion<UJO extends Ujo> - Class in org.ujoframework.criterion
The value criterion implementation.
ValueCriterion(boolean) - Constructor for class org.ujoframework.criterion.ValueCriterion
Creante an Criterion constant
ValueCriterion(UjoProperty<UJO, ? extends Object>, Operator, UjoProperty<UJO, Object>) - Constructor for class org.ujoframework.criterion.ValueCriterion
An undefined operator (null) is replaced by EQ.
ValueCriterion(UjoProperty<UJO, ? extends Object>, Operator, Object) - Constructor for class org.ujoframework.criterion.ValueCriterion
An undefined operator (null) is replaced by EQ.
valueOf(String) - Static method in enum org.ujoframework.criterion.BinaryOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ujoframework.criterion.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ujoframework.orm.ao.CachePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ujoframework.orm.ao.Orm2ddlPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ujoframework.orm.DbType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ujoframework.criterion.BinaryOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ujoframework.criterion.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns a Collection view of the values contained in this map
values() - Static method in enum org.ujoframework.orm.ao.CachePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ujoframework.orm.ao.Orm2ddlPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ujoframework.orm.DbType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTextable - Interface in org.ujoframework.extensions
A special interface for a terminology only, an implementation is not reasnonable in the UJO Framework.
View - Annotation Type in org.ujoframework.orm.annot
View is a description of database view.
VIEW - Static variable in class org.ujoframework.orm.metaModel.MetaTable
Is it a model of a database view ?
VIEW_ORDERS - Static variable in class org.ujoframework.orm.sample.Database
View to aggregate data.
ViewOrder - Class in org.ujoframework.orm.sample
The column mapping to FROM view.
ViewOrder() - Constructor for class org.ujoframework.orm.sample.ViewOrder
 

W

WHERE - Static variable in class org.ujoframework.orm.metaModel.MetaView
 
writeNewLine(Appendable) - Method in class org.ujoframework.core.UjoManagerXML
Conditionaly write new line.
writeRelations() - Method in class org.ujoframework.orm.CriterionDecoder
Writer a relation conditions:
writeSession(Session) - Method in class org.ujoframework.implementation.orm.OrmTable
Write a session
writeSession(Session) - Method in interface org.ujoframework.orm.OrmUjo
Write an ORM session
writeValue(UJO, VALUE) - Method in class org.ujoframework.core.BeanManager
WARNING: There is recommended to call the method from the method Ujo.writeProperty(...) only.
writeValue(UJO, StringBuilder, int, int, UjoAction) - Method in class org.ujoframework.core.UjoManagerCSV
Write value to UJO
writeValue(UJO, VALUE) - Method in interface org.ujoframework.extensions.ValueAgent
WARNING: There is recommended to call the method from the method Ujo.writeValue(...) only.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.array.ArrayUjo
It is a common method for writing all object values, however there is strongly recomended to use a method writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.array.ArrayUjoExt
It is a common method for writing all object values, however there is strongly recomended to use a method writeValue(Object, Object) - Method in class org.ujoframework.implementation.bean.BeanProperty
WARNING: There is recommended to call the method from the method Ujo.writeProperty(...) only.
writeValue(Object, Object) - Method in class org.ujoframework.implementation.bean.BeanPropertyList
WARNING: There is recommended to call the method from the method Ujo.writeProperty(...) only.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.bean.BeanUjo
It is a common method for writing all object values, however there is strongly recomended to use a method BeanProperty.setValue(Ujo,Object) to an external access for a better type safe.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.bean.BeanUjoExt
It is a common method for writing all object values, however there is strongly recomended to use a method BeanProperty.setValue(Ujo,Object) to an external access for a better type safe.
writeValue(UJO, VALUE) - Method in class org.ujoframework.implementation.factory.FactoryProperty
The method os not implemented.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.factory.FactoryUjo
It is an unsupported function in this implementation.
writeValue(UJO, VALUE) - Method in class org.ujoframework.implementation.field.FieldProperty
WARNING: There is recommended to call the method from the method Ujo.writeProperty(...) only.
writeValue(UJO, List<ITEM>) - Method in class org.ujoframework.implementation.field.FieldPropertyList
WARNING: There is recommended to call the method from the method Ujo.writeProperty(...) only.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.field.FieldUjo
It is a common method for writing all object values, however there is strongly recomended to use a method FieldProperty.setValue(Ujo,Object) to an external access for a better type safe.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.field.FieldUjoExt
It is a common method for writing all object values, however there is strongly recomended to use a method FieldProperty.setValue(Ujo,Object) to an external access for a better type safe.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.map.MapUjo
It is a common method for writing all object values, however there is strongly recomended to use a method writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.map.MapUjoExt
It is a common method for writing all object values, however there is strongly recomended to use a method writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
It is a common method for writing all object values, however there is strongly recomended to use a method writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.orm.OrmTable
A method for an internal use only.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.quick.QuickUjo
It is a common method for writing all object values, however there is strongly recomended to use a method Property.setValue(Ujo,Object) to an external access for a better type safe.
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.registrar.RegistrarUjo
 
writeValue(UjoProperty, Object) - Method in class org.ujoframework.implementation.registrar.RegistrarUjoExt
 
writeValue(UjoProperty, Object) - Method in class org.ujoframework.orm.AbstractMetaModel
 
writeValue(UjoProperty, Object) - Method in class org.ujoframework.orm.metaModel.MetaParams
 
writeValue(UjoProperty, Object) - Method in class org.ujoframework.swing.UjoPropertyRow
Write value
writeValue(UjoProperty, Object) - Method in interface org.ujoframework.Ujo
It is a common method for writing all object values, however there is strongly recomended to use a method UjoProperty.setValue(Ujo,Object) to an external access for a better type safe.
writeValueString(UjoProperty, String, Class, UjoAction) - Method in class org.ujoframework.extensions.AbstractUjo
Set value from a String format.
writeValueString(UjoProperty, String, Class, UjoAction) - Method in interface org.ujoframework.extensions.UjoTextable
Set value from a String format.
writeValueString(UjoProperty, String, Class, UjoAction) - Method in class org.ujoframework.swing.UjoPropertyRow
Write a text value.

X

XML_HEADER - Static variable in class org.ujoframework.core.UjoManagerXML
A default XML header: <?
XmlAttribute - Annotation Type in org.ujoframework.core.annot
Use the annotation to mark a UjoProperty static field like a XML Attribute.
XmlElementBody - Annotation Type in org.ujoframework.core.annot
The annotation select an property containing a body of the element.

_

_nextSequence() - Static method in class org.ujoframework.extensions.Property
Returns a next property index by a synchronized method.
_ORDER_DATE - Static variable in class org.ujoframework.orm.sample.Item
A composed/indirect PATH property to a "date" attribute of the Order

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 © 2009. All Rights Reserved.