| Author |
hibernate best start sample
|
Alvin chew
Ranch Hand
Joined: Jan 08, 2004
Posts: 834
|
|
hi, i'm new in hibernate, just wondering is there any expert here know the simplest sample code for hibernate that we can review, say for example, sample of get table's data (like select col1, col2 from mytable) thank you very much for guiding
|
 |
miguel lisboa
Ranch Hand
Joined: Feb 08, 2004
Posts: 1281
|
|
in first place let me state i'm no pro at all; hibernate query language (hql) is very similar to sql but queries objects instead let's see an example: anyway hibernate site and hibernate docs have valuable info and examples; you also might want to try Hibernate In Action book hope this helps
|
java amateur
|
 |
 |
|
|
subject: hibernate best start sample
|
|
|