|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Order | |
|---|---|
| org.ujoframework.orm.sample | |
| Uses of Order in org.ujoframework.orm.sample |
|---|
| Fields in org.ujoframework.orm.sample with type parameters of type Order | |
|---|---|
static UjoProperty<Order,java.util.Date> |
Order.CREATED
Date of creation |
static UjoProperty<Order,java.lang.String> |
Order.DESCR
Description of the order |
static UjoProperty<Order,java.lang.Long> |
Order.ID
Unique key |
static RelationToMany<Order,Item> |
Order.ITEMS
References to Itemsr |
static UjoProperty<Item,Order> |
Item.ORDER
A reference to common Order |
static RelationToMany<Database,Order> |
Database.ORDERS
Customer order. |
static UjoProperty<Order,java.lang.Integer> |
Order.USER_ID
User key |
| Methods in org.ujoframework.orm.sample that return Order | |
|---|---|
Order |
Item.getOrder()
|
| Methods in org.ujoframework.orm.sample with parameters of type Order | |
|---|---|
void |
Item.setOrder(Order descr)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||