public class OrmProperty<U extends OrmUjo,VALUE> extends Property<U,VALUE>
PROPERTY_SEPARATOR, UNDEFINED_INDEX| Constructor and Description |
|---|
OrmProperty(int index) |
OrmProperty(int index,
String name,
VALUE defaultValue,
Validator<VALUE> validator) |
| Modifier and Type | Method and Description |
|---|---|
protected OrmUjo |
loadOrmUjo(Session session,
ForeignKey foreignKey)
Load OrmUjo
|
protected void |
lock()
Lock the Property
|
VALUE |
of(U ujo)
An alias for the method of(Ujo) with a lazy-loading features.
|
_nextRawSequence, add, add, add, alias, compareTo, copy, descending, descending, equals, equalsName, forAll, forNone, forSql, forSql, forSqlUnchecked, getDefault, getDomainType, getFullName, getIndex, getName, getType, getValidator, getValue, charAt, checkLock, checkValidity, init, isAscending, isComposite, isDefault, isDirect, isDomainOf, isPropertySeparatorDisabled, isTypeOf, length, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, of, of, of, of, of, of, of, of, of, setValue, setValue, setValueFromDefault, subSequence, toString, toStringFull, toStringFull, where, where, whereAll, whereEq, whereEq, whereFilled, whereGe, whereGt, whereIn, whereIn, whereLe, whereLt, whereNeq, whereNone, whereNotFilled, whereNotIn, whereNotIn, whereNotNull, whereNull, writeDefaultprotected void lock()
public VALUE of(U ujo)
null value - since the release 1.33.protected OrmUjo loadOrmUjo(Session session, ForeignKey foreignKey)
session - A required sessionforeignKey - A required foreign keyCopyright 2013, Pavel Ponec