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

C

CACHE_POLICY - Static variable in class org.ujorm.orm.metaModel.MetaParams
Session cache policy.
CacheKey - Class in org.ujorm.orm.ao
UJO CacheKey
CacheKey() - Constructor for class org.ujorm.orm.ao.CacheKey
 
CachePolicy - Enum in org.ujorm.orm.ao
The BO cache policy is available inside a one session only.
call(Session, UjoProperty<UJO, T>) - Method in class org.ujorm.orm.DbProcedure
Call the procedure and return a type-safe value of the required Property
call(Session) - Method in class org.ujorm.orm.DbProcedure
Call the procedure and return a value of the first Property.
call(DbProcedure) - Method in class org.ujorm.orm.Session
Call the stored procedure
cancel() - Method in exception org.ujorm.orm.ao.UjoStatement
 
changeDbLength(MetaColumn) - Method in class org.ujorm.orm.metaModel.MetaDatabase
Change DbType by a Java property
changeDbType(MetaColumn) - Method in class org.ujorm.orm.metaModel.MetaDatabase
Change DbType by a Java property
changeDefault(UJO, UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujorm.orm.AbstractMetaModel
Assign a 'valid value' over a default UJO property value only
CHAR - Static variable in class org.ujorm.orm.TypeService
 
charAt(int) - Method in class org.ujorm.core.RingBuffer
Returns a character from position 'i'
charAt(int) - Method in class org.ujorm.extensions.PathProperty
A char from Name
charAt(int) - Method in class org.ujorm.extensions.Property
A char from Name
CHECK_KEYWORDS - Static variable in class org.ujorm.orm.metaModel.MetaParams
CheckReport a keyword in the database table or colum name inside the meta-model.
checkAttribs() - Method in class org.ujorm.extensions.Property
Check properties
checkKeyWord(String, MetaTable, Set<String>) - Method in class org.ujorm.orm.metaModel.MetaDatabase
Check the keyword
checkReadOnly(boolean) - Method in class org.ujorm.orm.AbstractMetaModel
Test a read-only state
CheckReport - Enum in org.ujorm.orm.ao
How to use the report of any check message?
checkUniqueProperties(Class<? extends Ujo>, boolean) - Method in class org.ujorm.core.UjoManager
Check ujo properties to a unique name.
checkUniqueProperties(Class<? extends Ujo>) - Method in class org.ujorm.core.UjoManager
Check ujo properties to a unique name.
clear() - Method in class org.ujorm.implementation.mapImpl.MapImplUjo
Removes all of the mappings from this map.
clear() - Method in class org.ujorm.orm.DbProcedure
Clear all parameters
clearBatch() - Method in exception org.ujorm.orm.ao.UjoStatement
 
clearCache() - Method in class org.ujorm.orm.Session
Clear the cache.
clearCache(CachePolicy) - Method in class org.ujorm.orm.Session
Clear cache and change its policy.
clearParameters() - Method in exception org.ujorm.orm.ao.UjoStatement
 
clearWarnings() - Method in exception org.ujorm.orm.ao.UjoStatement
 
CLOB - Static variable in class org.ujorm.orm.TypeService
 
clone(Ujo, int, Object) - Method in class org.ujorm.core.UjoManager
Clone the UjoCloneable object.
clone(int, Object) - Method in class org.ujorm.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.ujorm.extensions.AbstractUjoExt
Clone the UjoCloneable object.
clone(int, Object) - Method in interface org.ujorm.extensions.UjoCloneable
Object is Cloneable
cloneRow(int, int, Object) - Method in class org.ujorm.swing.UjoTableModel
Clone row.
close() - Method in class org.ujorm.core.UjoIterator
Close all resources, if any.
close() - Method in exception org.ujorm.orm.ao.UjoStatement
 
close() - Method in class org.ujorm.orm.JdbcStatement
 
close(Connection, JdbcStatement, ResultSet, boolean) - Static method in class org.ujorm.orm.metaModel.MetaDatabase
Close a connection, statement and a result set.
close(Connection, Statement, ResultSet, boolean) - Static method in class org.ujorm.orm.metaModel.MetaDatabase
Close a connection, statement and a result set.
close() - Method in class org.ujorm.orm.Session
Close and release all DB connections.
closeOnCompletion() - Method in exception org.ujorm.orm.ao.UjoStatement
Java 7 Required
COLOR - Static variable in class org.ujorm.orm.TypeService
 
Column - Annotation Type in org.ujorm.orm.annot
Use the annotation to mark a UjoProperty static field like XML Attribute.
COLUMNS - Static variable in class org.ujorm.orm.metaModel.MetaIndex
Table Columns
COLUMNS - Static variable in class org.ujorm.orm.metaModel.MetaPKey
DB columns
COLUMNS - Static variable in class org.ujorm.orm.metaModel.MetaTable
Table Columns (no relations)
columns - Variable in class org.ujorm.swing.UjoTableModel
Columns definition
Comment - Annotation Type in org.ujorm.orm.annot
Use the annotation to comment a database table or column.
COMMENT - Static variable in class org.ujorm.orm.metaModel.MetaColumn
Comment of the database column
COMMENT - Static variable in class org.ujorm.orm.metaModel.MetaTable
Comment of the database table
COMMENT_POLICY - Static variable in class org.ujorm.orm.metaModel.MetaParams
A policy for assigning an annotation table comment Comment to database.
CommentPolicy - Enum in org.ujorm.orm.ao
Policy for assigning a comment form Comment annotation to database.
commit() - Method in class org.ujorm.orm.Session
Make a commit for all databases.
commit(boolean) - Method in class org.ujorm.orm.Session
Make commit/rollback for all 'production' databases.
COMMON_SEQ_TABLE_KEY - Static variable in class org.ujorm.orm.SqlDialect
The table key for a common sequence emulator.
compare(UJO, UJO) - Method in class org.ujorm.core.UjoComparator
Compare two Ujo objects.
compare(UjoProperty, UjoProperty) - Method in class org.ujorm.core.UjoManager
Compare Ujo properties by index.
compare(Comparable, Comparable) - Method in class org.ujorm.criterion.ValueCriterion
Compare two object
compareTo(UjoProperty) - Method in class org.ujorm.extensions.PathProperty
Compare to another UjoProperty object by the index and name of the property.
compareTo(UjoProperty) - Method in class org.ujorm.extensions.Property
Compare to another UjoProperty object by the index and name of the property.
compareTo(MetaDatabase) - Method in class org.ujorm.orm.metaModel.MetaDatabase
Compare the object by ORDER.
compareTo(UjoProperty) - Method in interface org.ujorm.UjoProperty
Compare to another UjoProperty object by the index and name of the property.
CompositeProperty<UJO extends Ujo,VALUE> - Interface in org.ujorm
A CompositeProperty interface is a composite of more UjoProperty objects.
config(String) - Method in class org.ujorm.orm.OrmHandler
Load parameters from an external XML file.
config(MetaParams) - Method in class org.ujorm.orm.OrmHandler
Save the ORM parameters.
config(MetaRoot) - Method in class org.ujorm.orm.OrmHandler
Save the alternative ORM configuration include parameters (if the parameters are not null).
config(URL, boolean) - Method in class org.ujorm.orm.OrmHandler
Load parameters from an external XML file.
constant(UjoProperty<UJO, ?>, boolean) - Static method in class org.ujorm.criterion.Criterion
This is a special constant criterion independed on the property or the ujo entity.
CONSTRAINT_NAME - Static variable in class org.ujorm.orm.metaModel.MetaColumn
A name of the constraint for the case a foreign key
constructor - Variable in class org.ujorm.implementation.factory.FactoryProperty
Constructor
CONSTRUCTOR_TYPE - Static variable in class org.ujorm.core.UjoCoder
Typ konstruktoru
contains(Object) - Method in class org.ujorm.core.PropertyGroup
Test collection if it contains a property parameter
contains(UjoProperty) - Method in class org.ujorm.core.UjoPropertyListImpl
Returns true if list contains property from the parameter.
contains(UjoProperty) - Method in interface org.ujorm.UjoPropertyList
Returns true if list contains property from the parameter.
containsKey(Object) - Method in class org.ujorm.implementation.mapImpl.MapImplUjo
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.ujorm.implementation.mapImpl.MapImplUjo
Returns true if this map maps one or more keys to the specified value.
content - Variable in class org.ujorm.swing.UjoPropertyRow
 
CONVERTER - Static variable in class org.ujorm.orm.metaModel.MetaColumn
Convert, save and read application data from/to the database
copy(Ujo, Ujo, UjoAction, UjoProperty...) - Method in class org.ujorm.core.UjoManager
Copy selected properties from source to target.
copy(Ujo, Ujo, UjoProperty...) - Method in class org.ujorm.core.UjoManager
Copy selected properties of the source to target.
copy(Ujo, Ujo) - Method in class org.ujorm.core.UjoManager
Copy ALL properties of the source to target.
copy(UJO, UJO) - Method in class org.ujorm.extensions.PathProperty
Copy a value from the first UJO object to second one.
copy(UJO, UJO) - Method in class org.ujorm.extensions.Property
Copy a value from the first UJO object to second one.
copy(UJO, UJO) - Method in interface org.ujorm.UjoProperty
Copy a value from the first UJO object to second one.
copyTo(Ujo, Object) - Method in class org.ujorm.extensions.AbstractUjoExt
Copy all attributes to the target
copyTo(Ujo, UjoProperty...) - Method in class org.ujorm.extensions.AbstractUjoExt
Copy selected attributes to the target
count() - Method in class org.ujorm.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.ujorm.extensions.PathProperty
Create new instance
create(Session) - Method in class org.ujorm.orm.metaModel.MetaDatabase
Create DB
createBlob(byte[]) - Static method in class org.ujorm.orm.utility.OrmTools
Create a new Blob
createBlob(InputStream) - Static method in class org.ujorm.orm.utility.OrmTools
Create a new Blob
createBO() - Method in class org.ujorm.orm.metaModel.MetaTable
Returns a new instance or the BO.
createClob(char[]) - Static method in class org.ujorm.orm.utility.OrmTools
Create a new Clob.
createClob(String) - Static method in class org.ujorm.orm.utility.OrmTools
Create a new Clob.
createClob(Reader) - Static method in class org.ujorm.orm.utility.OrmTools
Create a new Clob.
createConnection() - Method in class org.ujorm.orm.metaModel.MetaDatabase
Create connection with auto-commit false.
createConnection(MetaDatabase) - Method in class org.ujorm.orm.SqlDialect
Create a new database connection
createInnerSelectPart(Query, Appendable) - Method in class org.ujorm.orm.dialect.MSSqlDialect
Inner select select with under aliases assignment and order columns (have to propagate to outer select)
createInternalConnection() - Method in class org.ujorm.orm.metaModel.MetaDatabase
Call the method from SqlDialect only.
createJndiInitialContext(MetaDatabase) - Method in class org.ujorm.orm.SqlDialect
Get or create an Initial Context for the JNDI lookup.
createOuterPart(String, Query, Appendable) - Method in class org.ujorm.orm.dialect.MSSqlDialect
Outer part of select with sorting
createPkCriterion(OrmUjo) - Method in class org.ujorm.orm.Session
Returns an criterion by a PrimaryKey
createPropertyList(Ujo, UjoAction) - Method in class org.ujorm.core.UjoManager
Create a list of UjoPropertyList
createPropertyList() - Method in class org.ujorm.extensions.AbstractUjoExt
Create a list of UjoProperty.
createQuery(Class<UJO>) - Method in class org.ujorm.orm.Session
Create query for all rows.
createQuery(Class<UJO>, Criterion<UJO>) - Method in class org.ujorm.orm.Session
Create query.
createQuery(Criterion<UJO>) - Method in class org.ujorm.orm.Session
The table class is derived from the first criterion column.
createReader(File) - Static method in class org.ujorm.core.RingBuffer
Create Reader from the UTF-8 encode source
createReader(File, Charset) - Static method in class org.ujorm.core.RingBuffer
Create Reader
createReader(String) - Static method in class org.ujorm.core.RingBuffer
Create Reader
createReader(URL) - Static method in class org.ujorm.core.RingBuffer
Create Reader from the UTF-8 encode source
createReader(URL, Charset) - Static method in class org.ujorm.core.RingBuffer
Create Reader
createRowOrderPart(Query, Appendable, boolean) - Method in class org.ujorm.orm.dialect.MSSqlDialect
Creating RowNumber column
createSequencer(MetaTable) - Method in class org.ujorm.orm.metaModel.MetaDatabase
Create a new sequencer for selected table
createSession() - Method in class org.ujorm.orm.OrmHandler
Create new session
createWherePart(Query, Appendable) - Method in class org.ujorm.orm.dialect.MSSqlDialect
Where clause for inner select
CriteriaTool<UJO extends Ujo> - Class in org.ujorm.criterion
The Criteria class is a simple tool to search UJO objects in the list.
CriteriaTool() - Constructor for class org.ujorm.criterion.CriteriaTool
 
Criterion<UJO extends Ujo> - Class in org.ujorm.criterion
An abstract immutable criterion provides a basic interface and static factory methods.
Criterion() - Constructor for class org.ujorm.criterion.Criterion
 
CriterionDecoder - Class in org.ujorm.orm
SQL Criterion Decoder.
CriterionDecoder(Criterion, MetaTable) - Constructor for class org.ujorm.orm.CriterionDecoder
 
CriterionDecoder(Criterion, MetaDatabase, List<UjoProperty>) - Constructor for class org.ujorm.orm.CriterionDecoder
 
CriterionProvider<UJO extends Ujo,VALUE> - Interface in org.ujorm
 

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