Uses of Class
org.ujoframework.orm.sample.Item

Packages that use Item
org.ujoframework.orm.sample   
 

Uses of Item in org.ujoframework.orm.sample
 

Fields in org.ujoframework.orm.sample with type parameters of type Item
static UjoProperty<Item,java.util.Date> Item._ORDER_DATE
          A composed/indirect PATH property to a "date" attribute of the Order
static UjoProperty<Item,java.lang.String> Item.DESCR
          Description of Item
static UjoProperty<Item,java.lang.Long> Item.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,Item> Database.ORDER_ITEMS
          Items of the Customer order
static UjoProperty<Item,java.lang.Integer> Item.USER_ID
          User key
 

Methods in org.ujoframework.orm.sample that return types with arguments of type Item
 UjoIterator<Item> Order.getItems()
           
 



Copyright © 2009. All Rights Reserved.