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 64 and version 63:

At line 180 added 1 line.
import java.util.List;
At line 181 removed 2 lines.
import org.appfuse.Constants;
import org.appfuse.model.Address;
At line 186 removed 1 line.
import org.springframework.dao.DataIntegrityViolationException;
At line 189 changed 2 lines.
private WeblogDAO wldao = null;
private WeblogDAO wldao = null;
At line 261 added 7 lines.
public void testGetEntries() throws Exception {
List list = wldao.getEntries(new Long(1));
assertTrue(list.size() > 0);
}

Back to HibernateRelationships, or to the Page History.