skip to main
|
skip to sidebar
Hibernate Essentials
In this blog I’m discussing Hibernate Essentials
Wednesday, June 10, 2009
Sample HQL
HQL example:
Query query = session.createQuery("from Table as tbl where tbl.column = :myId");
query.setParameter("myId", myId);
List result = query.list();
No comments:
Post a Comment
Newer Post
Older Post
Home
AddThis
Blog Archive
▼
2009
(9)
▼
June
(9)
What is Hibernate
Why Hibernate
What is Hibernate Session
JDBC Connection Sample
Sample HQL
Sample Hibernate Config File
Sample Hbm File
Hibernate Persistence Lifecycle
Hibernate Automatic Dirty Checking
Search This Blog
No comments:
Post a Comment