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

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
Parameter - Annotation Type in org.ujoframework.orm.annot
A parameter annotation of the stored procedure.
PARAMETERS - Static variable in class org.ujoframework.orm.metaModel.MetaProcedure
Procedure parameters
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(List<UjoProperty>) - Constructor for class org.ujoframework.extensions.PathProperty
 
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
printAlterTable(MetaColumn, Appendable) - Method in class org.ujoframework.orm.dialect.FirebirdDialect
Print a SQL sript to add a new column to the table
The DDL statement does not contains a word COLUMN.
printAlterTable(MetaColumn, Appendable) - Method in class org.ujoframework.orm.dialect.OracleDialect
Print a SQL sript to add a new column to the table
Sample: ALTER TABLE sa_myphone.ord_order ADD (NEW_COLUMN INT DEFAULT 777 NOT NULL);
printAlterTable(MetaColumn, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a SQL sript to add a new column to the table
printAttributes(UjoTextable, Writer) - Method in class org.ujoframework.core.UjoManagerXML
Print attributes of the tag
printCall(MetaProcedure, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print the call of a stored procedure by template:
{?
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
printColumnDeclaration_2(MetaColumn, String, Appendable) - Method in class org.ujoframework.orm.dialect.OracleDialect
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. 
printDefaultValue(MetaColumn, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a SQL phrase for the DEFAULT VALUE, for example: DEFAULT 777
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(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
printIndex(MetaIndex, Appendable) - Method in class org.ujoframework.orm.dialect.PostgreSqlDialect
Print an INDEX for the parameter column.
printIndex(MetaIndex, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print an INDEX for the parameter column.
printIndexCondition(MetaIndex, Appendable) - Method in class org.ujoframework.orm.dialect.OracleDialect
No PARTIAL INDEX is supported.
printIndexCondition(MetaIndex, Appendable) - Method in class org.ujoframework.orm.dialect.PostgreSqlDialect
Create an PARTIAL INDEX for exclude NULL values.
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.
printLockForSelect(Query, Appendable) - Method in class org.ujoframework.orm.dialect.FirebirdDialect
Print a 'lock clausule' to the end of SQL SELECT statement to use a pessimistic lock.
printLockForSelect(Query, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print a 'lock clausule' to the end of SQL SELECT statement to use a pessimistic lock.
printOffset(Query, Appendable) - Method in class org.ujoframework.orm.dialect.DerbyDialect
 
printOffset(Query, Appendable) - Method in class org.ujoframework.orm.dialect.OracleDialect
 
printOffset(Query, Appendable) - Method in class org.ujoframework.orm.dialect.PostgreSqlDialect
Print an OFFSET of the statement SELECT.
printOffset(Query, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Print an OFFSET of the statement SELECT.
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.dialect.OracleDialect
Print SQL database SELECT
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).
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.dialect.MySqlDialect
 
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
printSetMaxSequence(UjoSequencer, Appendable) - Method in class org.ujoframework.orm.SqlDialect
Set sequence to the max value.
printTable(MetaTable, Appendable) - Method in class org.ujoframework.orm.dialect.MySqlDialect
 
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.
Procedure - Annotation Type in org.ujoframework.orm.annot
Use the annotation to mark a UjoProperty static field like XML Attribute.
PROCEDURES - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
List of procedures
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
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
 

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-2010 PPonec