| Author |
One to many mapping problem
|
Predrag Ristic
Greenhorn
Joined: Dec 07, 2009
Posts: 28
|
|
I have one to many mapping between Role and RoleFunctions but getRoleFunctions() method doesn't return anything.Can anyone tell me why?Here are the classes:
Role.java
RoleFunctions.java
RoleFunctonsPk.java
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
|
Is it returning null, or is it returning an empty list, or is it throwing an exception? Are there actually associated objects in the database?
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: One to many mapping problem
|
|
|