public class StatLinePerDateDAO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private org.hibernate.Session |
ss |
Constructor and Description |
---|
StatLinePerDateDAO()
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<StatLinePerDate> |
getStat()
Method returning statistic of lines per date
|
public StatLinePerDateDAO()
public java.util.List<StatLinePerDate> getStat()
public void closeSession()