|
Ujorm release 1.22 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.extensions.Property<UJO,UjoIterator<ITEM>>
org.ujorm.implementation.orm.RelationToMany<UJO,ITEM>
public class RelationToMany<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
The relation 1:N to another UJO type items
UjoIterator| Constructor Summary | |
|---|---|
RelationToMany(java.lang.String name,
java.lang.Class<ITEM> itemType)
Constructor |
|
RelationToMany(java.lang.String name,
java.lang.Class<ITEM> itemType,
int index,
boolean lock)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Class<ITEM> |
getItemType()
Returns ItemType |
| Methods inherited from class org.ujorm.extensions.Property |
|---|
_nextSequence, add, compareTo, copy, descending, descending, equals, equalsName, forAll, forNone, forSql, getDefault, getIndex, getName, getType, getValue, charAt, checkAttribs, init, isAscending, isDefault, isDirect, isTypeOf, length, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, of, setValue, setValueFromDefault, subSequence, toString, where, where, whereEq, whereEq, whereGe, whereGt, whereIn, whereIn, whereLe, whereLt, whereNeq, 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 RelationToMany(java.lang.String name,
java.lang.Class<ITEM> itemType)
public RelationToMany(java.lang.String name,
java.lang.Class<ITEM> itemType,
int index,
boolean lock)
name - Property name.itemType - The type of item.index - An property order| Method Detail |
|---|
public java.lang.Class<ITEM> getItemType()
|
Ujorm release 1.22 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||