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, equals, equalsName, forAll, forNone, forSql, forSql, forSqlUnchecked, getDefault, getDomainType, getFullName, getIndex, getName, getType, getValidator, getValue, hashCode, 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, where, whereAll, whereEq, whereEq, whereEq, whereGe, whereGt, whereHasLength, whereIn, whereIn, whereIsEmpty, whereLe, whereLt, whereNeq, whereNone, whereNotIn, whereNotIn, whereNotNull, whereNull, writeDefaultclone, finalize, getClass, notify, notifyAll, wait, wait, waitcodePoints, charsprotected void lock()
@Nullable public VALUE of(@Nonnull 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