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
|
| Modifier and Type | Method and Description |
|---|---|
UjoIterator<ITEM> |
of(UJO ujo)
An alias for the method of(Ujo).
|
checkValidity, getItemType, initItemType, isItemTypeOf_nextRawSequence, add, add, charAt, checkLock, compareTo, copy, descending, descending, equals, equalsName, forAll, forNone, forSql, forSql, forSqlUnchecked, getDefault, getDomainType, getIndex, getName, getType, getValidator, getValue, init, isAscending, isComposite, isDefault, isDirect, isPropertySeparatorDisabled, isTypeOf, length, lock, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, setValue, setValue, setValueFromDefault, subSequence, toString, toStringFull, toStringFull, where, where, whereEq, whereEq, whereFilled, whereGe, whereGt, whereIn, whereIn, whereLe, whereLt, whereNeq, whereNotFilled, whereNotIn, whereNotIn, whereNotNull, whereNull, writeDefaultpublic RelationToMany(String name)
name - optionalitemType - optionalpublic RelationToMany(String name, Class<ITEM> itemType)
name - optionalitemType - optionalpublic 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