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

S

save(List<? extends OrmUjo>) - Method in class org.ujorm.orm.Session
INSERT object into table using the Multirow inserts.
save(List<? extends OrmUjo>, int) - Method in class org.ujorm.orm.Session
INSERT object into table using the Multirow inserts.
save(OrmUjo) - Method in class org.ujorm.orm.Session
INSERT object into table.
SAVE_CONFIG_TO_FILE - Static variable in class org.ujorm.orm.metaModel.MetaParams
Framework can save the final configuration file to a new file for an external use.
saveCSV(File, List<UJO>, Object) - Method in class org.ujorm.core.UjoManagerCSV
Save Ujo into CSV format by codepage UTF-8.
saveCSV(OutputStream, Charset, List<UJO>, Object) - Method in class org.ujorm.core.UjoManagerCSV
Save Ujo into CSV format.
saveCSV(Writer, List<UJO>, Object) - Method in class org.ujorm.core.UjoManagerCSV
Save Ujo into CSV format
saveOrUpdate(OrmUjo) - Method in class org.ujorm.orm.Session
INSERT or UPDATE object into table.
saveResourceBundle(File, UJO, String, Object) - Method in class org.ujorm.core.UjoManagerRBundle
Save Ujo into Java resource bundle
saveResourceBundle(OutputStream, UJO, String, Object) - Method in class org.ujorm.core.UjoManagerRBundle
Save Ujo into Java resource bundle
saveXML(File, UjoTextable, String, Object) - Method in class org.ujorm.core.UjoManagerXML
Write properties to XML include XML header.
saveXML(OutputStream, UjoTextable, String, Object) - Method in class org.ujorm.core.UjoManagerXML
Write properties to XML include XML header.
saveXML(Writer, UjoTextable, String, Object) - Method in class org.ujorm.core.UjoManagerXML
Write properties to XML include XML header.
saveXML(Writer, String, UjoTextable, String, Object) - Method in class org.ujorm.core.UjoManagerXML
Write properties to XML include a XML header.
SCHEMA - Static variable in class org.ujorm.orm.metaModel.MetaDatabase
MetaDatabase default schema
SCHEMA - Static variable in class org.ujorm.orm.metaModel.MetaProcedure
Name of table schema.
SCHEMA - Static variable in class org.ujorm.orm.metaModel.MetaSelect
Schema variable is replaced for a real schema name.
SCHEMA - Static variable in class org.ujorm.orm.metaModel.MetaTable
Name of table schema.
select(List<UJO>, UjoComparator<UJO>) - Method in class org.ujorm.criterion.CriteriaTool
Create a copy of the list and sort it.
select(List<UJO>, Criterion<UJO>) - Method in class org.ujorm.criterion.CriteriaTool
Filter the list from parameter by a Criterion.
select(List<UJO>, Criterion<UJO>, UjoComparator<UJO>) - Method in class org.ujorm.criterion.CriteriaTool
Filter the list from parameter by a Criterion and sort the result.
SELECT - Static variable in class org.ujorm.orm.metaModel.MetaSelect
 
SELECT - Static variable in class org.ujorm.orm.metaModel.MetaTable
SQL SELECT statement
SELECT_MODEL - Static variable in class org.ujorm.orm.metaModel.MetaTable
SQL SELECT model.
seqLimit - Variable in class org.ujorm.orm.UjoSequencer
Buffer limit
SeqTableModel - Class in org.ujorm.orm
Class to describe a sequence table model for an internal sequence database support
SeqTableModel() - Constructor for class org.ujorm.orm.SeqTableModel
Default Constructor
SeqTableModel(String, String, String, String, String) - Constructor for class org.ujorm.orm.SeqTableModel
 
SEQUENCE - Static variable in class org.ujorm.orm.metaModel.MetaTable
Name of DB sequence.
sequence - Variable in class org.ujorm.orm.UjoSequencer
Current sequence value
SEQUENCE_CACHE - Static variable in class org.ujorm.orm.metaModel.MetaParams
Sequential cache parameter saves the number of requests to the following sequence when a insert statement into DB.
SEQUENCE_SCHEMA_SYMBOL - Static variable in class org.ujorm.orm.metaModel.MetaParams
The parameter value TRUE affects to a Sequence key name in the internal sequence generator.
SEQUENCER - Static variable in class org.ujorm.orm.metaModel.MetaDatabase
The sequencer class for tables of the current database.
Session - Class in org.ujorm.orm
The ORM session.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujorm.extensions.AbstractUjoExt
Setter based on UjoProperty.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>, VALUE) - Method in class org.ujorm.extensions.AbstractUjoExt
Setter based on two properties.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>, VALUE) - Method in class org.ujorm.extensions.AbstractUjoExt
Setter based on three properties.
set(ListUjoProperty<UJO, ITEM>, int, ITEM) - Method in class org.ujorm.extensions.AbstractUjoExt
Add Value, if the List is null then the list will be created.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>, VALUE) - Method in interface org.ujorm.extensions.UjoExt
Setter based on two properties.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>, VALUE) - Method in interface org.ujorm.extensions.UjoExt
Setter based on three properties.
set(ListUjoProperty<UJO, ITEM>, int, ITEM) - Method in interface org.ujorm.extensions.UjoExt
Add Value, if the List is null then the list will be created.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in interface org.ujorm.extensions.UjoMiddle
Setter based on UjoProperty.
set(Object, Object, SessionFactoryImplementor) - Method in class org.ujorm.hibernateSupport.UjoPropertySetter
 
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujorm.implementation.mapImpl.MapImplUjoMiddle
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujorm.implementation.orm.OrmTable
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujorm.implementation.orm.OrmTableSynchronized
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujorm.implementation.quick.QuickUjoMid
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE) - Method in class org.ujorm.orm.metaModel.MetaParams
Set a parameter value
setApplContext(Object) - Method in class org.ujorm.orm.metaModel.MetaParams
Set application context.
setArray(int, Array) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setAsciiStream(int, InputStream, int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setAsciiStream(int, InputStream, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setAsciiStream(int, InputStream) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBigDecimal(int, BigDecimal) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBinaryStream(int, InputStream, int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBinaryStream(int, InputStream, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBinaryStream(int, InputStream) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBlob(int, Blob) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBlob(int, InputStream, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBlob(int, InputStream) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBoolean(int, boolean) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setByte(int, byte) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setBytes(int, byte[]) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setCharacterStream(int, Reader, int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setCharacterStream(int, Reader, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setCharacterStream(int, Reader) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setClob(int, Clob) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setClob(int, Reader, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setClob(int, Reader) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setCoder(UjoCoder) - Method in class org.ujorm.core.UjoManager
UjoCoder
setCollator(Collator) - Method in class org.ujorm.core.UjoComparator
Collator for String comparations
setColumn(UjoProperty<UJO, ?>) - Method in class org.ujorm.orm.Query
Set the one column to reading from database table.
setColumns(boolean, UjoProperty...) - Method in class org.ujorm.orm.Query
Set an list of required columns to reading from database table.
setColumns(UjoProperty...) - Method in class org.ujorm.swing.UjoTableModel
Set columns into table
setCriterion(Criterion<UJO>) - Method in class org.ujorm.orm.Query
Set a new Criterion.
setCursorName(String) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setDate(int, Date) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setDate(int, Date, Calendar) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setDistinct(boolean) - Method in class org.ujorm.orm.Query
Select DISTINCT for a unique row result
setDistinct() - Method in class org.ujorm.orm.Query
Select DISTINCT for a unique row result
setDouble(int, double) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setEscapeProcessing(boolean) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setFetchDirection(int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setFetchSize(int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setFetchSize(int) - Method in class org.ujorm.orm.Query
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
setFloat(int, float) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setHandler(OrmHandler) - Method in class org.ujorm.orm.SqlDialect
Set the OrmHandler - the method is for internal call only.
setIndex(int, Property) - Static method in class org.ujorm.extensions.PropertyModifier
Set the new index and lock the property if it is not locked yet.
setInt(int, int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setItem(UJO, int, ITEM) - Method in class org.ujorm.extensions.ListProperty
Set a property item value.
setItem(UJO, int, ITEM) - Method in interface org.ujorm.extensions.ListUjoProperty
Set a property item value.
setLimit(int) - Method in class org.ujorm.orm.Query
The max row count for the resultset.
setLimit(int, int) - Method in class org.ujorm.orm.Query
Set a limit and offset.
setLockRequest(boolean) - Method in class org.ujorm.orm.Query
Pessimistic lock request.
setLockRequest() - Method in class org.ujorm.orm.Query
Set pessimistic lock request.
setLong(int, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setMaxFieldSize(int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setMaxRows(int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setMaxRows(int) - Method in class org.ujorm.orm.Query
Deprecated. 
setName(String, Property) - Static method in class org.ujorm.extensions.PropertyModifier
Write name into property if it is not locked yet.
setNCharacterStream(int, Reader, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setNCharacterStream(int, Reader) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setNClob(int, NClob) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setNClob(int, Reader, long) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setNClob(int, Reader) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setNewLine(String) - Method in class org.ujorm.core.UjoManagerCSV
New Line character sequence.
setNotPersistent() - Method in class org.ujorm.orm.metaModel.MetaTable
Database model is not persistent.
setNString(int, String) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setNull(int, int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setNull(int, int, String) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setObject(int, Object, int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setObject(int, Object) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setObject(int, Object, int, int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setOffset(int) - Method in class org.ujorm.orm.Query
Get the first row to retrieve (offset).
setOrder(UjoProperty...) - Method in class org.ujorm.orm.Query
Deprecated. Use the Query.orderByMany(org.ujorm.UjoProperty[]) method instead of
setParameter(UjoProperty<UJO, ITEM>, ITEM) - Method in class org.ujorm.orm.Query
 
setParameters(Object...) - Method in class org.ujorm.orm.SqlParameters
SqlParametsrs
setPoolable(boolean) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setPrintHeader(boolean) - Method in class org.ujorm.core.UjoManagerCSV
Print CSV Header
setQueryTimeout(int) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setReadOnly(boolean) - Method in class org.ujorm.orm.AbstractMetaModel
Set a read-only state.
setRef(int, Ref) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setRootElementName(String) - Method in class org.ujorm.core.UjoManagerXML
Name of the root element
setRowId(int, RowId) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setRows(List<ROW>) - Method in class org.ujorm.swing.UjoTableModel
Assign a table rows
setSeparator(char) - Method in class org.ujorm.core.UjoManagerCSV
 
setSession(Session) - Method in class org.ujorm.orm.Query
An open session must be assigned before executing a database request.
setShort(int, short) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setSqlParameters(SqlParameters) - Method in class org.ujorm.orm.Query
Set a SQL parameters of the Native View
setSqlParameters(Object...) - Method in class org.ujorm.orm.Query
Set a SQL parameters of the Native View
setSqlStatement(String) - Method in class org.ujorm.orm.SqlParameters
SQL Statement, the NULL value means an undefined statement
setSQLXML(int, SQLXML) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setString(int, String) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setText(Ujo, UjoProperty, String, Class, UjoAction) - Method in class org.ujorm.core.UjoManager
Set a text value by property.
setText(UJO, UjoProperty, Class, String, UjoAction) - Method in class org.ujorm.core.UjoService
Returns TEXT
setText(UjoProperty, String) - Method in class org.ujorm.extensions.AbstractUjoExt
Set value from a String format by a NULL context.
setText(UjoProperty, String) - Method in interface org.ujorm.extensions.UjoMiddle
Set value from a String format by a NULL context.
setText(UjoProperty, String) - Method in class org.ujorm.implementation.mapImpl.MapImplUjoMiddle
Set value from a String format by a NULL context.
setText(UjoProperty, String) - Method in class org.ujorm.implementation.quick.QuickUjoMid
Set value from a String format by a NULL context.
setTime(int, Time) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setTime(int, Time, Calendar) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setTimestamp(int, Timestamp) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setUjoManager(UjoManager) - Method in class org.ujorm.core.UjoService
 
setUnicodeStream(int, InputStream, int) - Method in exception org.ujorm.orm.ao.UjoStatement
Deprecated. 
setURL(int, URL) - Method in exception org.ujorm.orm.ao.UjoStatement
 
setValue(Ujo, UjoProperty, Object) - Static method in class org.ujorm.core.UjoManager
Set a value to an Ujo object by a selected properties.
setValue(Ujo, UjoPropertyList, Object) - Method in class org.ujorm.core.UjoManager
Set a value to an Ujo object by a chain of properties.
setValue(UJO, VALUE) - Method in class org.ujorm.extensions.PathProperty
 
setValue(UJO, VALUE) - Method in class org.ujorm.extensions.Property
It is a basic method for setting an appropriate type safe value to an MapUjo object.
setValue(Ujo, Object) - Method in class org.ujorm.orm.metaModel.MetaColumn
Returns a property value from a table
setValue(MetaColumn, PreparedStatement, Object, int) - Method in class org.ujorm.orm.TypeService
GetValue from the result set by position.
setValue(UJO, VALUE) - Method in interface org.ujorm.UjoProperty
It is a basic method for setting an appropriate type safe value to an Ujo object.
setValueAt(Object, int, UjoProperty) - Method in class org.ujorm.swing.SingleUjoTabModel
Set a value to a cell of table model.
setValueAt(Object, int, int) - Method in class org.ujorm.swing.UjoTableModel
Deprecated. Use a method with column type of UjoProperty instead of.
setValueAt(Object, int, UjoProperty) - Method in class org.ujorm.swing.UjoTableModel
Set a value to a cell of table model.
setValueFromDefault(UJO) - Method in class org.ujorm.extensions.Property
Assing a value from the default value.
SHORT - Static variable in class org.ujorm.orm.TypeService
 
SingleUjoTabModel - Class in org.ujorm.swing
An implementation of TableModel for a Single Ujo object.
SingleUjoTabModel(Ujo) - Constructor for class org.ujorm.swing.SingleUjoTabModel
Creates a new instance of SingleUjoTabModel
SingleUjoTabModel(Ujo, UjoProperty...) - Constructor for class org.ujorm.swing.SingleUjoTabModel
Creates a new instance of SingleUjoTabModel
size() - Method in class org.ujorm.core.PropertyGroup
Size
size() - Method in class org.ujorm.core.UjoPropertyListImpl
Returns a total count of its properties
size() - Method in class org.ujorm.implementation.mapImpl.MapImplUjo
Returns the number of key-value mappings in this map
size() - Method in class org.ujorm.orm.ao.CacheKey
Count of PKs
size() - Method in interface org.ujorm.UjoPropertyList
Returns a total count of its properties
skip(int) - Method in class org.ujorm.core.UjoIterator
Skip some items by the parameter.
sort(List<UJO>) - Method in class org.ujorm.core.UjoComparator
Sort a list by this Comparator.
sort(UJO[]) - Method in class org.ujorm.core.UjoComparator
Sort a list by this Comparator.
sort(UJO, UjoProperty...) - Method in class org.ujorm.extensions.ListProperty
Sort a list by its properties.
sort(UjoProperty<UJO, VALUE>, boolean) - Static method in class org.ujorm.extensions.PathProperty
Create a new instance of property with a new sort attribute value.
sort(UjoProperty...) - Method in class org.ujorm.swing.UjoTableModel
Sort data by a property list.
sort(Comparator<Ujo>) - Method in class org.ujorm.swing.UjoTableModel
Sort data by a Comparator object.
Sortable - Annotation Type in org.ujorm.orm.annot
An annotation for common use.
sortProperties(Class, UjoProperty[]) - Method in class org.ujorm.core.UjoManager
Sort properties.
SQL_ILLEGAL - Static variable in class org.ujorm.orm.Session
Exception SQL message prefix
SqlDialect - Class in org.ujorm.orm
SQL dialect abstract class.
SqlDialect() - Constructor for class org.ujorm.orm.SqlDialect
 
SqlParameters - Class in org.ujorm.orm
The class for a special User parameters in the Native Query.
SqlParameters(Object...) - Constructor for class org.ujorm.orm.SqlParameters
SQL Parameter values
STRING - Static variable in class org.ujorm.orm.TypeService
 
STRING_WRAP - Static variable in class org.ujorm.orm.TypeService
 
StringWrapper - Interface in org.ujorm.extensions
The method StringWrapper.exportToString() replaces the original ValueTextable.toString().
subSequence(int, int) - Method in class org.ujorm.core.RingBuffer
Get a sub-sequence
subSequence(int, int) - Method in class org.ujorm.extensions.PathProperty
Sub sequence from the Name
subSequence(int, int) - Method in class org.ujorm.extensions.Property
Sub sequence from the Name
substring(int, int) - Method in class org.ujorm.core.RingBuffer
Export to the String

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