Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Ujorm
release 1.22
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
_
N
NAME
- Static variable in class org.ujorm.orm.metaModel.
MetaIndex
Index database name
NAME
- Static variable in class org.ujorm.orm.metaModel.
MetaProcedure
Procedure name
NAME
- Static variable in class org.ujorm.orm.metaModel.
MetaRelation2Many
The database column name.
NAME
- Static variable in class org.ujorm.orm.metaModel.
MetaTable
DB table name
newClosedSession(OrmHandler)
- Static method in class org.ujorm.orm.
Session
Create the closed session
newInstance(Class<T>, UjoProperty<T, ?>...)
- Static method in class org.ujorm.core.
PropertyGroup
Create new Instance
newInstance(UjoProperty<UJO, ?>...)
- Static method in class org.ujorm.core.
UjoComparator
Creates a new instance of UjoComparator.
newInstance(UjoProperty<UJO, ?>)
- Static method in class org.ujorm.core.
UjoComparator
newInstance(UjoProperty<UJO, ?>, UjoProperty<UJO, ?>)
- Static method in class org.ujorm.core.
UjoComparator
newInstance(UjoProperty<UJO, ?>, UjoProperty<UJO, ?>, UjoProperty<UJO, ?>)
- Static method in class org.ujorm.core.
UjoComparator
newInstance(Locale, int, UjoProperty<UJO, ?>...)
- Static method in class org.ujorm.core.
UjoComparator
Creates a new instance of UjoComparator
newInstance()
- Method in class org.ujorm.core.
UjoPropertyListImpl
Create new Instance
newInstance()
- Static method in class org.ujorm.criterion.
CriteriaTool
Create a new instance
newInstance(UjoProperty<UJO, TYPE>, Operator, TYPE)
- Static method in class org.ujorm.criterion.
Criterion
Deprecated.
See the
where(...)
method.
newInstance(UjoProperty<UJO, TYPE>, Operator, UjoProperty<?, TYPE>)
- Static method in class org.ujorm.criterion.
Criterion
Deprecated.
See the
where(...)
method.
newInstance(UjoProperty<UJO, TYPE>, TYPE)
- Static method in class org.ujorm.criterion.
Criterion
Deprecated.
See the
where(...)
method.
newInstance(UjoProperty<UJO, TYPE>, UjoProperty<UJO, TYPE>)
- Static method in class org.ujorm.criterion.
Criterion
Deprecated.
See the
where(...)
method.
newInstance(UjoProperty<UJO, VALUE>, boolean)
- Static method in class org.ujorm.extensions.
PathProperty
Create a new instance of property with a new sort attribute value.
newInstance(UjoProperty<UJO, VALUE>)
- Static method in class org.ujorm.extensions.
PathProperty
Quick instance for the direct property.
newInstance(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, VALUE>)
- Static method in class org.ujorm.extensions.
PathProperty
Quick instance for the direct properrites
newInstance(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, VALUE>)
- Static method in class org.ujorm.extensions.
PathProperty
Create new instance
newInstance(UjoProperty<UJO1, UJO2>, UjoProperty<UJO2, UJO3>, UjoProperty<UJO3, UJO4>, UjoProperty<UJO4, VALUE>)
- Static method in class org.ujorm.extensions.
PathProperty
Create new instance
newInstance(String, Class<VALUE>, VALUE, int, boolean)
- Static method in class org.ujorm.extensions.
Property
Returns a new instance of property where the default value is null.
newInstance(String, Class<VALUE>, int)
- Static method in class org.ujorm.extensions.
Property
Returns a new instance of property where the default value is null.
newInstance(String, Class<VALUE>)
- Static method in class org.ujorm.extensions.
Property
Returns a new instance of property where the default value is null.
newInstance(String, VALUE, int)
- Static method in class org.ujorm.extensions.
Property
A Property Factory where a property type is related from from default value.
newInstance(String, VALUE)
- Static method in class org.ujorm.extensions.
Property
A Property Factory where a property type is related from from default value.
newInstance(UjoProperty, int)
- Static method in class org.ujorm.extensions.
Property
A Property Factory where a property type is related from from default value.
newInstance(UjoProperty)
- Static method in class org.ujorm.extensions.
Property
A Property Factory where a property type is related from from default value.
newInstance(String, Class<VALUE>, int)
- Static method in class org.ujorm.implementation.bean.
BeanProperty
Returns a new instance of property where the default value is null.
newInstance(String, VALUE, int)
- Static method in class org.ujorm.implementation.bean.
BeanProperty
A Property Factory creates new property and assigns a next property index.
newInstance(String, Class<VALUE>, int)
- Static method in class org.ujorm.implementation.factory.
FactoryProperty
Returns a new instance of property where the default value is null.
newInstance(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.factory.
FactoryProperty
Returns a new instance of property where the default value is null.
newInstance(Class<VALUE>, UjoProperty<VALUE, ?>)
- Static method in class org.ujorm.implementation.orm.
RelationToOne
A Property Factory
newInstance(OrmUjo, MetaPKey)
- Static method in class org.ujorm.orm.ao.
CacheKey
Constructor for the OrmUjo
newInstance(Class, Object)
- Static method in class org.ujorm.orm.ao.
CacheKey
Constructor for one keyk
newInstance(Class, Object...)
- Static method in class org.ujorm.orm.ao.
CacheKey
Constructor for many keys
newInstance()
- Method in interface org.ujorm.
UjoPropertyList
Create new Instance
newListProperty(String, Class<ITEM>, int, boolean)
- Static method in class org.ujorm.extensions.
ListProperty
A ListUjoProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>, int)
- Static method in class org.ujorm.extensions.
ListProperty
A ListUjoProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>)
- Static method in class org.ujorm.extensions.
ListProperty
A ListUjoProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>, int)
- Static method in class org.ujorm.implementation.array.
ArrayUjo
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>, int)
- Static method in class org.ujorm.implementation.array.
ArrayUjoExt
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.bean.
BeanUjo
A ListProperty Factory for a
BeanUjo
object.
newListProperty(String, Class<ITEM>, ValueAgent<UJO, List<ITEM>>)
- Static method in class org.ujorm.implementation.field.
FieldUjo
A ListProperty Factory for a
FieldUjo
object
newListProperty(String, Class<ITEM>, ValueAgent<UJO, List<ITEM>>)
- Static method in class org.ujorm.implementation.field.
FieldUjoExt
A ListProperty Factory for a
FieldUjo
object
newListProperty(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.map.
MapUjo
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.map.
MapUjoExt
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.mapImpl.
MapImplUjo
A ListProperty Factory Method assigns a next property index.
newListProperty(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
A Property Factory creates new property and assigns a next property index.
newListProperty(Class<ITEM>)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
A Property Factory creates new property and assigns a name and next property index.
newProperty(String, Class<VALUE>, int)
- Static method in class org.ujorm.implementation.array.
ArrayUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, int)
- Static method in class org.ujorm.implementation.array.
ArrayUjo
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>, int)
- Static method in class org.ujorm.implementation.array.
ArrayUjoExt
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, int)
- Static method in class org.ujorm.implementation.array.
ArrayUjoExt
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.bean.
BeanUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE)
- Static method in class org.ujorm.implementation.bean.
BeanUjo
A Property Factory, a property type is related from the default value.
newProperty(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.bean.
BeanUjoExt
A Property Factory
newProperty(String, VALUE)
- Static method in class org.ujorm.implementation.bean.
BeanUjoExt
A Property Factory, a property type is related from the default value.
newProperty(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.factory.
FactoryUjo
Returns a new instance of property where the default value is null.
newProperty(String, Class<VALUE>, ValueAgent<UJO, VALUE>)
- Static method in class org.ujorm.implementation.field.
FieldUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, ValueAgent<UJO, VALUE>)
- Static method in class org.ujorm.implementation.field.
FieldUjo
A Property Factory creates a new property and assigns a next property index.
newProperty(String, Class<VALUE>, ValueAgent<UJO, VALUE>)
- Static method in class org.ujorm.implementation.field.
FieldUjoExt
Returns a new instance of property where the default value is null.
newProperty(String, VALUE, ValueAgent<UJO, VALUE>)
- Static method in class org.ujorm.implementation.field.
FieldUjoExt
A Property Factory
newProperty(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.map.
MapUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE)
- Static method in class org.ujorm.implementation.map.
MapUjo
A Property Factory Method assigns a next property index.
newProperty(UjoProperty, int)
- Static method in class org.ujorm.implementation.map.
MapUjo
Returns a new instance of property where the default value is null.
newProperty(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.map.
MapUjoExt
Returns a new instance of property where the default value is null.
newProperty(String, VALUE)
- Static method in class org.ujorm.implementation.map.
MapUjoExt
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.mapImpl.
MapImplUjo
Returns a new instance of property where the default value is null.
newProperty(String, VALUE)
- Static method in class org.ujorm.implementation.mapImpl.
MapImplUjo
A Property Factory Method assigns a next property index.
newProperty(String, Class<VALUE>, VALUE, int, boolean)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(String, Class<VALUE>)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(String, VALUE)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(Class<VALUE>)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(VALUE)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
A Property Factory creates new property and assigns a next property index.
newProperty(UjoProperty)
- Static method in class org.ujorm.implementation.quick.
QuickUjo
Returns a new instance of property where the default value is null.
newPropertyList(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.bean.
BeanUjoExt
A ListProperty Factory for a
BeanUjo
object
newPropertyList(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.map.
MapUjo
Deprecated.
Use newListProperty(...) instead of.
newPropertyList(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.map.
MapUjoExt
Deprecated.
Use newListProperty(...) instead of.
newPropertyList_(String, Class<ITEM>, int)
- Static method in class org.ujorm.implementation.array.
ArrayUjo
Deprecated.
Use method newListProperty
newRelation(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.orm.
OrmTable
A PropertyIterator Factory creates an new property and assign a next index.
newRelation(Class<ITEM>)
- Static method in class org.ujorm.implementation.orm.
OrmTable
A PropertyIterator Factory creates an new property and assign a next index.
newRelation(String, Class<ITEM>)
- Static method in class org.ujorm.implementation.orm.
OrmTableSynchronized
A PropertyIterator Factory creates an new property and assign a next index.
newRelation(Class<ITEM>)
- Static method in class org.ujorm.implementation.orm.
OrmTableSynchronized
A PropertyIterator Factory creates an new property and assign a next index.
newRelation(String, Class<ITEM>)
- Static method in class org.ujorm.orm.
DbProcedure
A PropertyIterator Factory creates an new property and assign a next index.
newRelation(Class<ITEM>)
- Static method in class org.ujorm.orm.
DbProcedure
A PropertyIterator Factory creates an new property and assign a next index.
next()
- Method in class org.ujorm.core.
UjoIterator
Returns the next element if exists.
nextValue(Session)
- Method in class org.ujorm.orm.
UjoSequencer
Returns the
next sequence value
by a synchronized method.
NoCheck
- Interface in
org.ujorm.core
An assetion does not check a value with this interface inside the Ujo.writeProperty(...) method.
not()
- Method in class org.ujorm.criterion.
Criterion
NULL
- Static variable in annotation type org.ujorm.orm.annot.
Comment
A String for the NULL value.
NULL
- Static variable in annotation type org.ujorm.orm.annot.
Procedure
A String for the NULL value.
NULL
- Static variable in annotation type org.ujorm.orm.annot.
Table
A String for the NULL value.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Ujorm
release 1.22
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-2012
PPonec