|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.extensions.Property<U,VALUE>
org.ujorm.implementation.orm.OrmProperty<U,VALUE>
public class OrmProperty<U extends OrmUjo,VALUE>
The special property pro LazyLoadiing
| Field Summary |
|---|
| Fields inherited from class org.ujorm.extensions.Property |
|---|
PROPERTY_SEPARATOR, UNDEFINED_INDEX |
| Constructor Summary | |
|---|---|
OrmProperty(int index)
|
|
OrmProperty(int index,
String name,
VALUE defaultValue)
|
|
| Method Summary | |
|---|---|
protected void |
lock()
Lock the Property |
VALUE |
of(U ujo)
A shortcut for the method of(Ujo). |
| Methods inherited from class org.ujorm.extensions.Property |
|---|
_nextRawSequence, add, compareTo, copy, descending, descending, equals, equalsName, forAll, forNone, forSql, getDefault, getDomainType, getIndex, getName, getType, getValue, charAt, checkLock, checkValidity, init, isAscending, isDefault, isDirect, isTypeOf, length, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, setValue, setValueFromDefault, subSequence, toString, toStringFull, where, where, whereEq, whereEq, whereFilled, whereGe, whereGt, whereIn, whereIn, whereLe, whereLt, whereNeq, whereNotFilled, whereNotIn, whereNotIn, whereNotNull, whereNull, writeDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrmProperty(int index)
public OrmProperty(int index,
String name,
VALUE defaultValue)
| Method Detail |
|---|
protected void lock()
lock in class Property<U extends OrmUjo,VALUE>public VALUE of(U ujo)
of in interface Key<U extends OrmUjo,VALUE>of in class Property<U extends OrmUjo,VALUE>Property.of(Ujo)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||