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