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

I

ID - Static variable in class org.ujorm.orm.metaModel.MetaDatabase
The meta-model id
ID - Static variable in class org.ujorm.orm.metaModel.MetaProcedure
The meta-model id
ID - Static variable in class org.ujorm.orm.metaModel.MetaRelation2Many
The meta-model ID.
ID - Static variable in class org.ujorm.orm.metaModel.MetaTable
The meta-model id
INDEX - Static variable in class org.ujorm.orm.metaModel.MetaColumn
A name of the non-unique database index for the column, where the same index can contain more columns.
INHERITANCE_MODE - Static variable in class org.ujorm.orm.metaModel.MetaParams
Any action type or CREATE, UPDATE, DELETE on inheritance objects calls the same action to its 'parrent' object.
init(Class) - Static method in class org.ujorm.extensions.AbstractUjo
Initializa all properties.
init(Class, boolean) - Static method in class org.ujorm.extensions.AbstractUjo
Initializa all properties.
init(String, Class<VALUE>, VALUE, int, Boolean) - Method in class org.ujorm.extensions.Property
Property initialization.
initData() - Method in class org.ujorm.implementation.array.ArrayUjo
The method is called from top constructor.
initData() - Method in class org.ujorm.implementation.array.ArrayUjoExt
The method is called from top constructor.
initData() - Method in class org.ujorm.swing.UjoTableModel
An Initialization
initList(String, int, Boolean) - Method in class org.ujorm.extensions.ListProperty
List property initialization.
initTypeCode() - Method in class org.ujorm.orm.metaModel.MetaColumn
Initialize a type code - for an internal use only.
INSERT_MULTIROW_ITEM_LIMIT - Static variable in class org.ujorm.orm.metaModel.MetaParams
The parameter is used to limit of the insert sttatemtn in case the "sql multirow insert".
instance - Static variable in class org.ujorm.core.UjoManager
UjoManager instance
INT - Static variable in class org.ujorm.orm.TypeService
 
isAbstract(Class) - Method in class org.ujorm.core.UjoManager
Returns true, if the class is abstract.
isAscending() - Method in class org.ujorm.extensions.PathProperty
A flag for an ascending direction of order.
isAscending() - Method in class org.ujorm.extensions.Property
A flag for a direction of sorting.
isAscending() - Method in interface org.ujorm.UjoProperty
A flag for an ascending direction of sorting.
isBeforeChange() - Method in class org.ujorm.listener.UjoPropertyChangeEvent
Before change return true else returns false
isBinary() - Method in interface org.ujorm.criterion.AbstractOperator
Is the operator a binary type ?
isBinary() - Method in class org.ujorm.criterion.BinaryCriterion
Is it a Binary Criterion
isBinary() - Method in enum org.ujorm.criterion.BinaryOperator
The operator is the BINARY type (not a value one)
isBinary() - Method in class org.ujorm.criterion.Criterion
Is the class a Binary criterion?
isBinary() - Method in enum org.ujorm.criterion.Operator
The implementace is a VALUE type (not a binary one)
isCellEditable(int, UjoProperty) - Method in class org.ujorm.swing.SingleUjoTabModel
Only Value is editable.
isCellEditable(int, int) - Method in class org.ujorm.swing.UjoTableModel
Deprecated. Use a method with column type of UjoProperty instead of.
isCellEditable(int, UjoProperty) - Method in class org.ujorm.swing.UjoTableModel
Is the cell editable?
isClosed() - Method in exception org.ujorm.orm.ao.UjoStatement
 
isClosed() - Method in class org.ujorm.orm.Session
Is the session closed?
isCloseOnCompletion() - Method in exception org.ujorm.orm.ao.UjoStatement
Java 7 Required
isColumn() - Method in class org.ujorm.orm.metaModel.MetaColumn
It is a DB column (either a value of a foreign key), not a relation to many.
isColumn() - Method in class org.ujorm.orm.metaModel.MetaRelation2Many
It is a DB column (either a value of a foreign key), not a relation to many.
isColumnLengthAllowed(MetaColumn) - Method in class org.ujorm.orm.SqlDialect
Is allowed a column length in a SQL phrase for creating column?
isCommented() - Method in class org.ujorm.orm.metaModel.MetaColumn
Has the instance assigned a non empty comment?
isCommented() - Method in class org.ujorm.orm.metaModel.MetaTable
Has the instance assigned a non empty comment?
isConstant() - Method in class org.ujorm.criterion.ValueCriterion
Is the operator have got value XFIXED or XSQL ?
isContainerType(Class) - Method in class org.ujorm.core.UjoCoder
Returns true, if the Class is type of Ujo, List or Object[].
isDatabaseLoaded() - Method in class org.ujorm.orm.OrmHandler
Returns true, if a database meta-model is loaded.
isDefault(UjoProperty<UJO, VALUE>) - Method in class org.ujorm.extensions.AbstractUjoExt
Indicates whether a parameter value "equal to" property default value.
isDefault(UJO) - Method in class org.ujorm.extensions.ListProperty
Indicates whether a list of items is null or empty.
isDefault(UJO) - Method in interface org.ujorm.extensions.ListUjoProperty
Indicates whether a list of items is null or empty.
isDefault(UJO) - Method in class org.ujorm.extensions.PathProperty
Indicates whether a parameter value of the ujo "equal to" this default value.
isDefault(UJO) - Method in class org.ujorm.extensions.Property
Indicates whether a parameter value of the ujo "equal to" this default value.
isDefault(UjoProperty<UJO, VALUE>) - Method in interface org.ujorm.extensions.UjoExt
Indicates whether a parameter value "equal to" property default value.
isDefault(UJO) - Method in interface org.ujorm.UjoProperty
Indicates whether a parameter value of the ujo "equal to" this property default value.
isDefaultSchema() - Method in class org.ujorm.orm.metaModel.MetaTable
Has this table assigned the database default database schema ?
isDirect() - Method in class org.ujorm.extensions.PathProperty
Method returns a false because this is a property of the another UJO class.
isDirect() - Method in class org.ujorm.extensions.Property
Returns a true value, if the property contains more properties.
isDirect() - Method in interface org.ujorm.UjoProperty
If the property is the direct property of the related UJO class then method returns the TRUE value.
isDistinct() - Method in class org.ujorm.orm.Query
Select DISTINCT for a unique row result
isEmpty() - Method in class org.ujorm.core.UjoPropertyListImpl
Is the collection empty?
isEmpty() - Method in class org.ujorm.implementation.mapImpl.MapImplUjo
Returns the number of key-value mappings in this map.
isEmpty() - Method in class org.ujorm.orm.CriterionDecoder
Is the SQL statement empty?
isEmpty() - Method in interface org.ujorm.UjoPropertyList
Is the collection empty?
isFilled(CharSequence) - Static method in class org.ujorm.core.UjoManager
Returns true, if text is not null and is not empty.
isFilled(CharSequence) - Method in class org.ujorm.orm.AbstractMetaModel
Returns true, if the argument text is not null and not empty.
isFilled(Object) - Method in class org.ujorm.orm.AbstractMetaModel
Returns true, if the argument text is not null and not empty.
isFilled(CharSequence) - Method in class org.ujorm.orm.SqlDialect
Returns true, if the argument text is not null and not empty.
isForeignKey() - Method in class org.ujorm.orm.metaModel.MetaColumn
Is it a Foreign Key ?
isForeignKey() - Method in class org.ujorm.orm.metaModel.MetaRelation2Many
Is it a Foreign Key ?
isInput(MetaColumn) - Method in class org.ujorm.orm.metaModel.MetaProcedure
Is it an INPUT property ?
isInsensitive() - Method in class org.ujorm.criterion.ValueCriterion
Is the operator insensitive.
isItemTypeOf(Class) - Method in class org.ujorm.extensions.ListProperty
Returns true if the item type is a type or subtype of the parameter class.
isItemTypeOf(Class) - Method in interface org.ujorm.extensions.ListUjoProperty
Returns true if the item type is a type or subtype of the parameter class.
isLimit() - Method in class org.ujorm.orm.Query
The max row count for the resultset.
isLockRequest() - Method in class org.ujorm.orm.Query
Pessimistic lock request
isLoggable(Level) - Method in interface org.ujorm.logger.UjoLogger
Check if a message of the given level would actually be logged by this logger.
isLoggable(Level) - Method in class org.ujorm.logger.UjoLoggerFactory
isMandatory() - Method in class org.ujorm.orm.metaModel.MetaColumn
Returns true if the related db column is NOT NULL.
isMultiRowInsertSupported() - Method in class org.ujorm.orm.dialect.FirebirdDialect
Multi row INSERT is not implemented in this dialect yet due:
Caused by: org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544436.
isMultiRowInsertSupported() - Method in class org.ujorm.orm.dialect.HsqldbDialect
Database HSQLDB does not supports the MultiRow INSERT.
isMultiRowInsertSupported() - Method in class org.ujorm.orm.SqlDialect
Is supported the Multirow inserts ?
isOffset() - Method in class org.ujorm.orm.Query
Has this Query an offset?
isOutput(MetaColumn) - Method in class org.ujorm.orm.metaModel.MetaProcedure
Is it an OUTPUT property ?
isPersistent() - Method in class org.ujorm.orm.metaModel.MetaTable
Is the instance a database relation model?
isPersistent(UjoProperty) - Method in class org.ujorm.orm.OrmHandler
Is the parameter a persistent property?
isPoolable() - Method in exception org.ujorm.orm.ao.UjoStatement
 
isPrimaryKey() - Method in class org.ujorm.orm.metaModel.MetaColumn
Is it a Primary Key?
isPrintHeader() - Method in class org.ujorm.core.UjoManagerCSV
Print CSV Header
isPropertiesReversed() - Method in class org.ujorm.core.UjoManager
Are properties reversed by default?
isReadOnly() - Method in class org.ujorm.orm.metaModel.MetaTable
Have the table got a READ-ONLU mode ?
isReadOnly() - Method in class org.ujorm.orm.OrmHandler
Do the handler have a read-only state?
isRollbackOnly() - Method in class org.ujorm.orm.Session
The rollback is allowed only
isSelectModel() - Method in class org.ujorm.orm.metaModel.MetaTable
Is the query from a SQL select model ?
isSequenceTableRequired() - Method in class org.ujorm.orm.metaModel.MetaDatabase
Method returns true in case any table requires the internal table 'ujorm_pk_support' to get a next sequence value.
isSequenceTableRequired() - Method in class org.ujorm.orm.UjoSequencer
Method returns true because the internal table 'ujorm_pk_support' is required to get a next sequence value.
isTable() - Method in class org.ujorm.orm.metaModel.MetaTable
Is the instance a database persistent table?
isTextable() - Method in class org.ujorm.core.UjoService
Returns a TRUE value if attribute ujoClass is textable.
isTransientProperty(UjoProperty) - Method in class org.ujorm.core.UjoManager
Is the property an Transient?
isTypeOf(Class) - Method in class org.ujorm.extensions.PathProperty
Returns true if the property type is a type or subtype of the parameter class.
isTypeOf(Class) - Method in class org.ujorm.extensions.Property
Returns true if the property type is a type or subtype of the parameter class.
isTypeOf(Class) - Method in class org.ujorm.orm.metaModel.MetaRelation2Many
Returns true if the property type is a type or subtype of the parameter class.
isTypeOf(Class) - Method in interface org.ujorm.UjoProperty
Returns true if the property type is a type or subtype of the parameter class.
isView() - Method in class org.ujorm.orm.metaModel.MetaTable
Is the instance a database relation model?
isVoid() - Method in class org.ujorm.orm.metaModel.MetaColumn
Is the related property type void?
isWrapperFor(Class<?>) - Method in exception org.ujorm.orm.ao.UjoStatement
 
isXmlAttribute(UjoProperty) - Method in class org.ujorm.core.UjoManager
Is the property an XML attribute?
iterate() - Method in class org.ujorm.orm.Query
Deprecated. Use Query.iterator() instead of.
iterateInternal(RelationToMany, OrmUjo) - Method in class org.ujorm.orm.Session
Iterate property of values
iterator() - Method in class org.ujorm.core.PropertyGroup
Create Property Interator
iterator() - Method in class org.ujorm.core.UjoIterator
Returns the same instance
iterator() - Method in class org.ujorm.core.UjoPropertyListImpl
Create an interator for all properties.
iterator() - Method in class org.ujorm.orm.Query
Create a new iterator by the query.
iterator() - Method in class org.ujorm.swing.SingleUjoTabModel
Returns an interator
iterator() - Method in interface org.ujorm.UjoPropertyList
Create an interator for all properties.

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