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_pt
CreateDAO_es
CreateDAO_pt
CreateDAO_sp
CreateDAOiBATIS
CreateManager
CreateManager_es
CreateManager_ko
CreateManager_zh
...and 3 more




JSPWiki v2.2.33

[RSS]


Hide Menu

CreateDAO


Difference between version 52 and version 51:

At line 304 changed 1 line.
public Person getPerson(Long personId);
public Person getPerson(Long personId) throws DAOException;
At line 306 changed 1 line.
public void savePerson(Person Person);
public Person savePerson(Person Person) throws DAOException;
At line 308 changed 1 line.
public void removePerson(Long personId);
public void removePerson(Long personId) throws DAOException;
At line 328 removed 2 lines.
import org.springframework.orm.hibernate.support.HibernateDaoSupport;
At line 344 changed 1 line.
public class PersonDaoHibernate extends HibernateDaoSupport implements PersonDao {
public class PersonDaoHibernate extends BaseDaoHibernate implements PersonDao {
At line 356 changed 1 line.
public void savePerson(Person person) {
public Person savePerson(Person person) {
At line 356 added 1 line.
return person;

Back to CreateDAO, or to the Page History.