Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_cn
Articles_de
Articles_pt
Articles_zh
HibernateRelationshi...




JSPWiki v2.2.33

[RSS]


Hide Menu

HibernateRelationships


Difference between version 69 and version 68:

At line 404 added 1 line.
At line 564 changed 1 line.
Then create the Hibernate implementation of this interface in the src/dao/**/dao/hibernate directory.
!!DAO Implementation
At line 567 added 4 lines.
Then create the Hibernate implementation of the interfaces in the src/dao/**/dao/hibernate directory.
!WeblogDAOHibernate
At line 605 added 5 lines.
public List getEntries(Long weblogId) {
return getHibernateTemplate().find("from Entry e where e.weblogId=?",
weblogId);
}

Back to HibernateRelationships, or to the Page History.