|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.co.concise.maven.hdc.dao.PointDao
public class PointDao
Data accessor object for points.
Constructor Summary | |
---|---|
PointDao()
|
Method Summary | |
---|---|
void |
saveOrUpdatePoint(Point point)
Persists a point or updates if it was already persisted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointDao()
Method Detail |
---|
public void saveOrUpdatePoint(Point point)
point
- point to be persisted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |