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

F

FactoryProperty<UJO extends Ujo,VALUE> - Class in org.ujorm.implementation.factory
A Factory property implementation.
FactoryProperty(String, Class<VALUE>) - Constructor for class org.ujorm.implementation.factory.FactoryProperty
Constructor
FactoryProperty(String, Class<VALUE>, int) - Constructor for class org.ujorm.implementation.factory.FactoryProperty
Constructor
FactoryUjo - Class in org.ujorm.implementation.factory
The Ujo Factory.
FactoryUjo() - Constructor for class org.ujorm.implementation.factory.FactoryUjo
 
FactoryUjoExt<UJO_IMPL extends FactoryUjoExt> - Class in org.ujorm.implementation.factory
En extended Ujo implementation.
FactoryUjoExt() - Constructor for class org.ujorm.implementation.factory.FactoryUjoExt
 
FALSE - Static variable in class org.ujorm.criterion.ValueCriterion
False constant criterion
FieldProperty<UJO extends Ujo,VALUE> - Class in org.ujorm.implementation.field
A Field property implementation.
FieldProperty(String, Class<VALUE>, int, ValueAgent<UJO, VALUE>) - Constructor for class org.ujorm.implementation.field.FieldProperty
Constructor
FieldProperty(String, VALUE, int, ValueAgent<UJO, VALUE>) - Constructor for class org.ujorm.implementation.field.FieldProperty
Constructor with a default value
FieldPropertyList<UJO extends Ujo,ITEM> - Class in org.ujorm.implementation.field
Property List implementation.
FieldPropertyList(String, Class<ITEM>, int, ValueAgent<UJO, List<ITEM>>) - Constructor for class org.ujorm.implementation.field.FieldPropertyList
Constructor
FieldUjo - Class in org.ujorm.implementation.field
The abstract Ujo implementation use a direct access to its private object fiels.
FieldUjo() - Constructor for class org.ujorm.implementation.field.FieldUjo
 
FieldUjoExt<UJO extends FieldUjoExt> - Class in org.ujorm.implementation.field
The abstract Ujo implementation use a direct access to its private object fiels.
FieldUjoExt() - Constructor for class org.ujorm.implementation.field.FieldUjoExt
 
find(String, boolean) - Method in class org.ujorm.core.UjoPropertyListImpl
Find a property by property name from parameter.
find(Ujo, String, boolean) - Method in class org.ujorm.core.UjoPropertyListImpl
 
find(Ujo, String, UjoAction, boolean, boolean) - Method in class org.ujorm.core.UjoPropertyListImpl
Find a property by property name from parameter.
find(String, boolean) - Method in interface org.ujorm.UjoPropertyList
Find a property by property name from parameter.
find(Ujo, String, boolean) - Method in interface org.ujorm.UjoPropertyList
Find UjoProperty by name
find(Ujo, String, UjoAction, boolean, boolean) - Method in interface org.ujorm.UjoPropertyList
Find a property by property name from parameter.
findAnnotation(UjoProperty, Class<T>) - Method in class org.ujorm.orm.OrmHandler
Find a property annotation by the required type.
findCache(Class, Object) - Method in class org.ujorm.orm.Session
Find object from internal cache
findCache(Class, Object...) - Method in class org.ujorm.orm.Session
Find object from internal cache
findColumnModel(UjoProperty) - Method in class org.ujorm.orm.OrmHandler
Find a Relation/Column model of the paramemeter property.
findFirst(List<UJO>, Criterion<UJO>) - Method in class org.ujorm.criterion.CriteriaTool
Find the first UJO by an criterion or return NULL if any object was not found.
findIndirect(String, boolean) - Method in class org.ujorm.core.UjoPropertyListImpl
Find direct or indirect property by property name from parameter.
findIndirect(String, boolean) - Method in interface org.ujorm.UjoPropertyList
Find direct or indirect property by property name from parameter.
findIndirectProperty(Class, String) - Method in class org.ujorm.core.UjoManager
Find indirect property by the name
findIndirectProperty(Class, String, boolean) - Method in class org.ujorm.core.UjoManager
Find indirect property by the name.
findProcedureModel(Class<? extends DbProcedure>) - Method in class org.ujorm.orm.OrmHandler
Find a procedure model by the procedureClass.
findPropertiesByType(Class) - Method in class org.ujorm.orm.OrmHandler
Find all persistent properties with the required type or subtype.
findProperty(Ujo, String, boolean) - Method in class org.ujorm.core.UjoManager
Deprecated. Use UjoPropertyList.findPropety(...)
findProperty(Ujo, String, UjoAction, boolean, boolean) - Method in class org.ujorm.core.UjoManager
Find a property by property name from parameter.
findProperty(String) - Method in class org.ujorm.extensions.AbstractUjoExt
Find a property by a "property name".
findTableModel(Class<? extends OrmUjo>) - Method in class org.ujorm.orm.OrmHandler
Find a table model by the dbClass.
findWord(Reader, String, String) - Static method in class org.ujorm.core.RingBuffer
Find a word betveen beg and end text from current cursor and TRIM the result.
findWord(String, String, String) - Static method in class org.ujorm.core.RingBuffer
Find a word betveen beg and end text from the source start and trim the result.
findWordNoTrim(String, String, String) - Static method in class org.ujorm.core.RingBuffer
Find a word betveen beg and end text from the source start.
findWordNoTrim(Reader, String, String) - Static method in class org.ujorm.core.RingBuffer
Find a word betveen beg and end text from current cursor.
FirebirdDialect - Class in org.ujorm.orm.dialect
 
FirebirdDialect() - Constructor for class org.ujorm.orm.dialect.FirebirdDialect
 
firePropertyChange(UjoProperty, Object, Object, boolean) - Method in class org.ujorm.listener.UjoPropertyChangeSupport
Fire event for the property
fireTableAllRowUpdated() - Method in class org.ujorm.swing.UjoTableModel
Fire an sing, that all rows was updated.
fireTableColumnUpdated(UjoProperty) - Method in class org.ujorm.swing.UjoTableModel
Fire an sing, that column was updated.
fireTableHeaderRepainted() - Method in class org.ujorm.swing.UjoTableModel
Repaint header
FLOAT - Static variable in class org.ujorm.orm.TypeService
 
forAll(UjoProperty<UJO, ?>) - Static method in class org.ujorm.criterion.Criterion
This is a constant criterion independed on the property value or the ujo entity.
forAll() - Method in interface org.ujorm.CriterionProvider
Create a new Criterion for this property where all results will be true (the result is independed on the value).
forAll() - Method in class org.ujorm.extensions.PathProperty
Create a new Criterion for this property where all results will be true (the result is independed on the value).
forAll() - Method in class org.ujorm.extensions.Property
Create a new Criterion for this property where all results will be true (the result is independed on the value).
ForeignKey - Class in org.ujorm.orm
A Unique key of the entity OrmUjo
ForeignKey(Object) - Constructor for class org.ujorm.orm.ForeignKey
 
FORMAT_DATE - Static variable in class org.ujorm.core.UjoCoder
Date formater and parser with second precision.
FORMAT_DAY - Static variable in class org.ujorm.core.UjoCoder
Date formater and parser with daily accuracy.
forNone(UjoProperty<UJO, ?>) - Static method in class org.ujorm.criterion.Criterion
This is a constant criterion independed on the property value or the ujo entity.
forNone() - Method in interface org.ujorm.CriterionProvider
Create a new Criterion for this property where all results will be false (the result is independed on the value).
forNone() - Method in class org.ujorm.extensions.PathProperty
Create a new Criterion for this property where all results will be false (the result is independed on the value).
forNone() - Method in class org.ujorm.extensions.Property
Create a new Criterion for this property where all results will be false (the result is independed on the value).
forSql(UjoProperty<UJO, ?>, String) - Static method in class org.ujorm.criterion.Criterion
The method creates a new Criterion for a native condition (called Native Criterion) in SQL statejemt format.
forSql(String) - Method in interface org.ujorm.CriterionProvider
Create a new Criterion for a Native Criterion in SQL statement format.
forSql(String) - Method in class org.ujorm.extensions.PathProperty
Create a new Criterion for a Native Criterion in SQL statement format.
forSql(String) - Method in class org.ujorm.extensions.Property
Create a new Criterion for a Native Criterion in SQL statement format.
FROM - Static variable in class org.ujorm.orm.metaModel.MetaSelect
 

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