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 PlatformDAO
registration
- a Registration
object.List
object.public Platform findByID(Integer id)
findByID.
findByID
in interface PlatformDAO
id
- a Integer
object.Platform
object.public Platform updateDetached(Platform platform)
updateDetached.
updateDetached
in interface PlatformDAO
platform
- a Platform
object.Platform
object.public List<Platform> list()
list.
list
in interface PlatformDAO
List
object.Copyright © 2015 SeqWare. All rights reserved.