|
|||||||||
| Home >> All >> org >> hibernate >> test >> [ joinfetch overview ] | PREV NEXT | ||||||||
Uses of Class
org.hibernate.test.joinfetch.Item
| Uses of Item in org.hibernate.test.joinfetch |
| Fields in org.hibernate.test.joinfetch declared as Item | |
private Item |
Comment.item
|
private Item |
Bid.item
|
| Methods in org.hibernate.test.joinfetch that return Item | |
Item |
Comment.getItem()
|
Item |
Bid.getItem()
|
| Methods in org.hibernate.test.joinfetch with parameters of type Item | |
void |
Comment.setItem(Item item)
|
void |
Bid.setItem(Item item)
|
| Constructors in org.hibernate.test.joinfetch with parameters of type Item | |
Comment(Item item,
java.lang.String comment)
|
|
Bid(Item item,
float amount)
|
|
|
|||||||||
| Home >> All >> org >> hibernate >> test >> [ joinfetch overview ] | PREV NEXT | ||||||||