Overview
Package
Class
Use
Tree
Deprecated
Index
Help
UJO Framework
release 0.94
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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(OrmUjo)
- Method in class org.ujoframework.orm.
Session
INSERT object into table.
SAVE_CONFIG_TO_FILE
- Static variable in class org.ujoframework.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.ujoframework.core.
UjoManagerCSV
Save Ujo into CSV format by codepage UTF-8.
saveCSV(OutputStream, Charset, List<UJO>, Object)
- Method in class org.ujoframework.core.
UjoManagerCSV
Save Ujo into CSV format.
saveCSV(Writer, List<UJO>, Object)
- Method in class org.ujoframework.core.
UjoManagerCSV
Save Ujo into CSV format
saveOrUpdate(OrmUjo)
- Method in class org.ujoframework.orm.
Session
INSERT or UPDATE object into table.
saveResourceBundle(File, UJO, String, Object)
- Method in class org.ujoframework.core.
UjoManagerRBundle
Save Ujo into Java resource bundle
saveResourceBundle(OutputStream, UJO, String, Object)
- Method in class org.ujoframework.core.
UjoManagerRBundle
Save Ujo into Java resource bundle
saveXML(File, UjoTextable, String, Object)
- Method in class org.ujoframework.core.
UjoManagerXML
Write properties to XML include XML header.
saveXML(OutputStream, UjoTextable, String, Object)
- Method in class org.ujoframework.core.
UjoManagerXML
Write properties to XML include XML header.
saveXML(Writer, UjoTextable, String, Object)
- Method in class org.ujoframework.core.
UjoManagerXML
Write properties to XML include XML header.
saveXML(Writer, String, UjoTextable, String, Object)
- Method in class org.ujoframework.core.
UjoManagerXML
Write properties to XML include a XML header.
SCHEMA
- Static variable in class org.ujoframework.orm.metaModel.
MetaDatabase
MetaDatabase default schema
SCHEMA
- Static variable in class org.ujoframework.orm.metaModel.
MetaProcedure
Name of table schema.
SCHEMA
- Static variable in class org.ujoframework.orm.metaModel.
MetaTable
Name of table schema.
select(List<UJO>, UjoComparator)
- Method in class org.ujoframework.criterion.
CriteriaTool
Create a copy of the list and sort it.
select(List<UJO>, Criterion<UJO>)
- Method in class org.ujoframework.criterion.
CriteriaTool
Create a sublist of a list by an Ujo criterion.
select(List<UJO>, Criterion<UJO>, UjoComparator)
- Method in class org.ujoframework.criterion.
CriteriaTool
Create a sublist of a list by an Ujo criterion.
SELECT
- Static variable in class org.ujoframework.orm.metaModel.
MetaSelect
SELECT
- Static variable in class org.ujoframework.orm.metaModel.
MetaTable
SQL SELECT statement
SELECT_MODEL
- Static variable in class org.ujoframework.orm.metaModel.
MetaTable
SQL SELECT model.
seqLimit
- Variable in class org.ujoframework.orm.
UjoSequencer
Buffer limit
SEQUENCE
- Static variable in class org.ujoframework.orm.metaModel.
MetaTable
Name of DB sequence.
sequence
- Variable in class org.ujoframework.orm.
UjoSequencer
Current sequence value
SEQUENCE_CACHE
- Static variable in class org.ujoframework.orm.metaModel.
MetaParams
Sequential cache parameter saves the number of requests to the following sequence when a insert statement into DB.
SEQUENCER
- Static variable in class org.ujoframework.orm.metaModel.
MetaDatabase
The sequencer class for tables of the current database.
Session
- Class in
org.ujoframework.orm
The ORM session.
set(UjoProperty<UJO, VALUE>, VALUE)
- Method in class org.ujoframework.extensions.
AbstractUjoExt
Setter based on UjoProperty.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>, VALUE)
- Method in class org.ujoframework.extensions.
AbstractUjoExt
Setter based on two properties.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>, VALUE)
- Method in class org.ujoframework.extensions.
AbstractUjoExt
Setter based on three properties.
set(ListUjoProperty<UJO, ITEM>, int, ITEM)
- Method in class org.ujoframework.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.ujoframework.extensions.
UjoExt
Setter based on two properties.
set(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>, VALUE)
- Method in interface org.ujoframework.extensions.
UjoExt
Setter based on three properties.
set(ListUjoProperty<UJO, ITEM>, int, ITEM)
- Method in interface org.ujoframework.extensions.
UjoExt
Add Value, if the List is null then the list will be created.
set(UjoProperty<UJO, VALUE>, VALUE)
- Method in interface org.ujoframework.extensions.
UjoMiddle
Setter based on UjoProperty.
set(Object, Object, SessionFactoryImplementor)
- Method in class org.ujoframework.hibernateSupport.
UjoPropertySetter
set(UjoProperty<UJO, VALUE>, VALUE)
- Method in class org.ujoframework.implementation.mapImpl.
MapImplUjoMiddle
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE)
- Method in class org.ujoframework.implementation.orm.
OrmTable
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE)
- Method in class org.ujoframework.implementation.quick.
QuickUjoMid
Setter based on UjoProperty.
set(UjoProperty<UJO, VALUE>, VALUE)
- Method in class org.ujoframework.orm.metaModel.
MetaParams
Set a parameter value
setArray(int, Array)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setAsciiStream(int, InputStream, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setAsciiStream(int, InputStream, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setAsciiStream(int, InputStream)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBigDecimal(int, BigDecimal)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBinaryStream(int, InputStream, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBinaryStream(int, InputStream, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBinaryStream(int, InputStream)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBlob(int, Blob)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBlob(int, InputStream, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBlob(int, InputStream)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBoolean(int, boolean)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setByte(int, byte)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setBytes(int, byte[])
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setCharacterStream(int, Reader, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setCharacterStream(int, Reader, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setCharacterStream(int, Reader)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setClob(int, Clob)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setClob(int, Reader, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setClob(int, Reader)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setCoder(UjoCoder)
- Method in class org.ujoframework.core.
UjoManager
UjoCoder
setColumns(UjoProperty...)
- Method in class org.ujoframework.swing.
UjoTableModel
Set columns into table
setCriterion(Criterion<UJO>)
- Method in class org.ujoframework.orm.
Query
Criterion
setCursorName(String)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setDate(int, Date)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setDate(int, Date, Calendar)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setDouble(int, double)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setEscapeProcessing(boolean)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setFetchDirection(int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setFetchSize(int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setFetchSize(int)
- Method in class org.ujoframework.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.ujoframework.orm.ao.
UjoStatement
setHandler(OrmHandler)
- Method in class org.ujoframework.orm.
SqlDialect
Set the OrmHandler - the method is for internal call only.
setIndex(int, Property)
- Static method in class org.ujoframework.extensions.
PropertyModifier
Set the new index and lock the property if it is not locked yet.
setInt(int, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setItem(UJO, int, ITEM)
- Method in class org.ujoframework.extensions.
ListProperty
Set a property item value.
setItem(UJO, int, ITEM)
- Method in interface org.ujoframework.extensions.
ListUjoProperty
Set a property item value.
setLimit(int)
- Method in class org.ujoframework.orm.
Query
The max row count for the resultset.
setLimit(int, int)
- Method in class org.ujoframework.orm.
Query
Set a limit and offset.
setLockRequest(boolean)
- Method in class org.ujoframework.orm.
Query
Pessimistic lock request.
setLockRequest()
- Method in class org.ujoframework.orm.
Query
Set pessimistic lock request.
setLong(int, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setMaxFieldSize(int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setMaxRows(int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setMaxRows(int)
- Method in class org.ujoframework.orm.
Query
Deprecated.
setName(String, Property)
- Static method in class org.ujoframework.extensions.
PropertyModifier
Write name into property if it is not locked yet.
setNCharacterStream(int, Reader, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setNCharacterStream(int, Reader)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setNClob(int, NClob)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setNClob(int, Reader, long)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setNClob(int, Reader)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setNewLine(String)
- Method in class org.ujoframework.core.
UjoManagerCSV
New Line character sequence.
setNotPersistent()
- Method in class org.ujoframework.orm.metaModel.
MetaTable
Database model is not persistent.
setNString(int, String)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setNull(int, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setNull(int, int, String)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setObject(int, Object, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setObject(int, Object)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setObject(int, Object, int, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setOffset(int)
- Method in class org.ujoframework.orm.
Query
Get the first row to retrieve (offset).
setOrder(UjoProperty...)
- Method in class org.ujoframework.orm.
Query
Deprecated.
Use the
Query.orderByMany(org.ujoframework.UjoProperty[])
method instead of
setParameter(UjoProperty<UJO, ITEM>, ITEM)
- Method in class org.ujoframework.orm.
Query
setPoolable(boolean)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setPrintHeader(boolean)
- Method in class org.ujoframework.core.
UjoManagerCSV
Print CSV Header
setQueryTimeout(int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setReadOnly(boolean)
- Method in class org.ujoframework.orm.
AbstractMetaModel
Set a read-only state.
setRef(int, Ref)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setRootElementName(String)
- Method in class org.ujoframework.core.
UjoManagerXML
Name of the root element
setRowId(int, RowId)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setRows(List<ROW>)
- Method in class org.ujoframework.swing.
UjoTableModel
Assign a table rows
setSeparator(char)
- Method in class org.ujoframework.core.
UjoManagerCSV
setShort(int, short)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setSQLXML(int, SQLXML)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setString(int, String)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setText(Ujo, UjoProperty, String, Class, UjoAction)
- Method in class org.ujoframework.core.
UjoManager
Set a text value by property.
setText(UJO, UjoProperty, Class, String, UjoAction)
- Method in class org.ujoframework.core.
UjoService
Returns TEXT
setText(UjoProperty, String)
- Method in class org.ujoframework.extensions.
AbstractUjoExt
Set value from a String format by a NULL context.
setText(UjoProperty, String)
- Method in interface org.ujoframework.extensions.
UjoMiddle
Set value from a String format by a NULL context.
setText(UjoProperty, String)
- Method in class org.ujoframework.implementation.mapImpl.
MapImplUjoMiddle
Set value from a String format by a NULL context.
setText(UjoProperty, String)
- Method in class org.ujoframework.implementation.quick.
QuickUjoMid
Set value from a String format by a NULL context.
setTime(int, Time)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setTime(int, Time, Calendar)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setTimestamp(int, Timestamp)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setTimestamp(int, Timestamp, Calendar)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setUjoManager(UjoManager)
- Method in class org.ujoframework.core.
UjoService
setUnicodeStream(int, InputStream, int)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
Deprecated.
setURL(int, URL)
- Method in exception org.ujoframework.orm.ao.
UjoStatement
setValue(Ujo, UjoProperty, Object)
- Static method in class org.ujoframework.core.
UjoManager
Set a value to an Ujo object by a selected properties.
setValue(Ujo, UjoPropertyList, Object)
- Method in class org.ujoframework.core.
UjoManager
Set a value to an Ujo object by a chain of properties.
setValue(UJO, VALUE)
- Method in class org.ujoframework.extensions.
PathProperty
setValue(UJO, VALUE)
- Method in class org.ujoframework.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.ujoframework.orm.metaModel.
MetaColumn
Returns a property value from a table
setValue(MetaColumn, PreparedStatement, Object, int)
- Method in class org.ujoframework.orm.
TypeService
GetValue from the result set by position
setValue(UJO, VALUE)
- Method in interface org.ujoframework.
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.ujoframework.swing.
SingleUjoTabModel
Set a value to a cell of table model.
setValueAt(Object, int, int)
- Method in class org.ujoframework.swing.
UjoTableModel
Deprecated.
Use a method with column type of UjoProperty instead of.
setValueAt(Object, int, UjoProperty)
- Method in class org.ujoframework.swing.
UjoTableModel
Set a value to a cell of table model.
setValueFromDefault(UJO)
- Method in class org.ujoframework.extensions.
Property
Assing a value from the default value.
SHORT
- Static variable in class org.ujoframework.orm.
TypeService
SingleUjoTabModel
- Class in
org.ujoframework.swing
An implementation of TableModel for a Single Ujo object.
SingleUjoTabModel(Ujo)
- Constructor for class org.ujoframework.swing.
SingleUjoTabModel
Creates a new instance of SingleUjoTabModel
SingleUjoTabModel(Ujo, UjoProperty...)
- Constructor for class org.ujoframework.swing.
SingleUjoTabModel
Creates a new instance of SingleUjoTabModel
size()
- Method in class org.ujoframework.core.
UjoPropertyListImpl
Returns a total count of its properties
size()
- Method in class org.ujoframework.implementation.mapImpl.
MapImplUjo
Returns the number of key-value mappings in this map
size()
- Method in class org.ujoframework.orm.ao.
CacheKey
Count of PKs
size()
- Method in interface org.ujoframework.
UjoPropertyList
Returns a total count of its properties
skip(int)
- Method in class org.ujoframework.core.
UjoIterator
Skip some items by the parameter.
sort(UJO, UjoProperty...)
- Method in class org.ujoframework.extensions.
ListProperty
Sort a list by its properties.
sort(UjoProperty...)
- Method in class org.ujoframework.swing.
UjoTableModel
Sort data by a property list.
sort(Comparator<Ujo>)
- Method in class org.ujoframework.swing.
UjoTableModel
Sort data by a Comparator object.
SortingProperty
<
UJO
extends
Ujo
,
VALUE
> - Class in
org.ujoframework.extensions
A property for a direction of sorting.
SortingProperty(UjoProperty<UJO, VALUE>, boolean)
- Constructor for class org.ujoframework.extensions.
SortingProperty
sortProperties(Class, UjoProperty[])
- Method in class org.ujoframework.core.
UjoManager
Sort properties.
SQL_ILLEGAL
- Static variable in class org.ujoframework.orm.
Session
Exception SQL message prefix
SqlDialect
- Class in
org.ujoframework.orm
SQL dialect abstract class.
SqlDialect()
- Constructor for class org.ujoframework.orm.
SqlDialect
STRING
- Static variable in class org.ujoframework.orm.
TypeService
subSequence(int, int)
- Method in class org.ujoframework.extensions.
PathProperty
Sub sequence from the Name
subSequence(int, int)
- Method in class org.ujoframework.extensions.
Property
Sub sequence from the Name
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
UJO Framework
release 0.94
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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