| Expert |
 |
Joined: Tue Nov 23, 2004 7:00 pm Posts: 570 Location: mostly Frankfurt Germany
|
|
You should post the exception you run into.
I assume that the method is not found, so you must cast your object.
((Patient)eaven[1]).getId
If this is not true, post your exception and your code. Please use the code tag.
Sebastian
_________________ Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de
|
|