public class PlatformDAOHibernate extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements PlatformDAO
PlatformDAOHibernate class.
| Constructor and Description | 
|---|
PlatformDAOHibernate()
 Constructor for PlatformDAOHibernate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
findByID(Integer id)
 findByID. 
 | 
List<Platform> | 
list()
 list. 
 | 
List<Platform> | 
list(Registration registration)
 list. 
 | 
Platform | 
updateDetached(Platform platform)
 updateDetached. 
 | 
public PlatformDAOHibernate()
Constructor for PlatformDAOHibernate.
public List<Platform> list(Registration registration)
list.
list in interface PlatformDAOregistration - a Registration object.List object.public Platform findByID(Integer id)
findByID.
findByID in interface PlatformDAOid - a Integer object.Platform object.public Platform updateDetached(Platform platform)
updateDetached.
updateDetached in interface PlatformDAOplatform - a Platform object.Platform object.public List<Platform> list()
list.
list in interface PlatformDAOList object.Copyright © 2015 SeqWare. All rights reserved.