aspose file tools
The moose likes Object Relational Mapping and the fly likes hibernate best start sample Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "hibernate best start sample" Watch "hibernate best start sample" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: hibernate best start sample
 
Similar Threads
Transparent Persistence
Spring 3.0 And Hibernate annotations.
hibernate lucene integration sample projects
Hibernate example
problem in hibernate code