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

D

data - Variable in class org.ujorm.implementation.array.ArrayUjoExt
Object data
data - Variable in class org.ujorm.implementation.map.MapUjoExt
Object data
DATABASE - Static variable in class org.ujorm.orm.metaModel.MetaProcedure
Database
DATABASE - Static variable in class org.ujorm.orm.metaModel.MetaTable
Database
DATABASES - Static variable in class org.ujorm.orm.metaModel.MetaRoot
List of tables
DATE_SQL - Static variable in class org.ujorm.orm.TypeService
 
DATE_UTIL - Static variable in class org.ujorm.orm.TypeService
 
Db - Annotation Type in org.ujorm.orm.annot
Use the annotation to mark a UjoProperty static field like XML Attribute.
DB_PROPERTY - Static variable in class org.ujorm.orm.metaModel.MetaProcedure
Procedure property (a base definition of the procedure)
DB_PROPERTY - Static variable in class org.ujorm.orm.metaModel.MetaTable
Database relative property (a base definition of table)
DB_TYPE - Static variable in class org.ujorm.orm.metaModel.MetaColumn
Database Type
DbProcedure<UJO extends DbProcedure> - Class in org.ujorm.orm
Abstract database procedure.
DbProcedure() - Constructor for class org.ujorm.orm.DbProcedure
 
DbType - Enum in org.ujorm.orm
Supported DbTypes
decodeBytes(String) - Method in class org.ujorm.core.UjoCoder
Decode HexaString into byte array.
decodeValue(UjoProperty, String, Class) - Method in class org.ujorm.core.UjoCoder
Restore an Object value from a String representation and write it into ujo.
decodeValue(Class, String) - Method in class org.ujorm.core.UjoCoder
Restore an Object value from a String representation.
decodeValue(UjoProperty, String, Class) - Method in class org.ujorm.core.UjoManager
Decode text value
decodeValue(UjoProperty, String) - Method in class org.ujorm.core.UjoManager
Decode text value
decodeValue(Class, String) - Method in class org.ujorm.core.UjoManager
Decode text value
DEFAULT_SCHEMA_SYMBOL - Static variable in class org.ujorm.orm.SqlDialect
The default schema symbol
DEFAULT_VALUE - Static variable in class org.ujorm.orm.metaModel.MetaColumn
DB Default value
delete(Criterion<UJO>) - Method in class org.ujorm.orm.Session
Delete all object object by the criterion from parameter.
delete(OrmUjo) - Method in class org.ujorm.orm.Session
Delete one object from the parameters.
delete(Class<UJO>, Criterion<UJO>) - Method in class org.ujorm.orm.Session
Delete all object object by the criterion from parameter.
delete(MetaTable, Criterion<UJO>) - Method in class org.ujorm.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.ujorm.swing.UjoTableModel
Delete row.
DerbyDialect - Class in org.ujorm.orm.dialect
Derby (http://db.apache.org/derby/)
NOTE: Dialect supports a LIMIT and OFFSET of the Derby release 10.5
DerbyDialect() - Constructor for class org.ujorm.orm.dialect.DerbyDialect
 
descending() - Method in class org.ujorm.extensions.PathProperty
Create a new instance of the property with a descending direction of order.
descending(boolean) - Method in class org.ujorm.extensions.PathProperty
Create a new instance of the property with a descending direction of order.
descending() - Method in class org.ujorm.extensions.Property
Create a new instance of the indirect property with a descending direction of order.
descending(boolean) - Method in class org.ujorm.extensions.Property
Create a new instance of the indirect property with a descending direction of order.
descending() - Method in interface org.ujorm.UjoProperty
Create new instance of an indirect property with the descending direction of sorting.
descending(boolean) - Method in interface org.ujorm.UjoProperty
Create new instance of an indirect property with the descending direction of sorting.
DIALECT - Static variable in class org.ujorm.orm.metaModel.MetaDatabase
SQL dialect type of Class<SqlDialect>
DIALECT_MYSQL_ENGINE_TYPE - Static variable in class org.ujorm.orm.metaModel.MoreParams
A default engine for the MySQL dialect.
DOUBLE - Static variable in class org.ujorm.orm.TypeService
 
DUMMY - Static variable in interface org.ujorm.UjoAction
A dummy action have got an ACTION_UNDEFINED id and the null context.

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