Package info.mikethomas.fahweb.dao
Class TeamDao
- java.lang.Object
-
- info.mikethomas.fahweb.dao.TeamDao
-
@Repository public class TeamDao extends Object
TeamDao class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description TeamDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTeam(Team team)
addTeam.List<Team>
listTeam(int firstResult, int maxResults)
listTeam.void
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Setter for the fieldsessionFactory
.
-