public class StatLinePerHostDAO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private org.hibernate.Session |
ss |
Constructor and Description |
---|
StatLinePerHostDAO()
Constructor of the class - only thing to do here is to open session to DB
|
Modifier and Type | Method and Description |
---|---|
void |
closeSession()
Method for closing the session - it flushes database connection
|
java.util.List<StatLinePerHost> |
getStat()
Method returning statistic of lines per host
|
public StatLinePerHostDAO()
public java.util.List<StatLinePerHost> getStat()
public void closeSession()