public class RelationToMany<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> extends AbstractCollectionProperty<UJO,UjoIterator<ITEM>,ITEM>
UjoIteratorPROPERTY_SEPARATOR, UNDEFINED_INDEX| Constructor and Description |
|---|
RelationToMany(String name)
Constructor
|
RelationToMany(String name,
Class<ITEM> itemType)
Constructor
|
RelationToMany(String name,
Class<ITEM> itemType,
int index,
boolean lock)
Constructor
|
RelationToMany(String name,
Class<UJO> domain,
Class<ITEM> itemType,
int index,
boolean lock)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
UjoIterator<ITEM> |
of(UJO ujo)
An alias for the method of(Ujo).
|
getItemType, checkValidity, initItemType, isItemTypeOf_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, init, isAscending, isComposite, isDefault, isDirect, isDomainOf, isPropertySeparatorDisabled, isTypeOf, length, lock, 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, charspublic RelationToMany(String name)
name - optionalpublic RelationToMany(String name, Class<ITEM> itemType)
name - optionalitemType - optionalpublic RelationToMany(String name, Class<ITEM> itemType, int index, boolean lock)
name - Property name.itemType - The type of item (optional)index - An key order (optional)public UjoIterator<ITEM> of(UJO ujo)
null value is not replaced for a default one.of in interface Key<UJO extends ExtendedOrmUjo,UjoIterator<ITEM extends ExtendedOrmUjo>>of in class Property<UJO extends ExtendedOrmUjo,UjoIterator<ITEM extends ExtendedOrmUjo>>Property.of(Ujo)Copyright 2013, Pavel Ponec