|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionDao
public class TransactionDao
Reads active transaction ids from the database allowing up-to-current queries to be performed when extracting changesets from the history tables.
Constructor Summary | |
---|---|
TransactionDao(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
Creates a new instance. |
Method Summary | |
---|---|
TransactionSnapshot |
getTransactionSnapshot()
Obtains the current database snapshot. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionDao(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
jdbcTemplate
- Used to access the database.Method Detail |
---|
public TransactionSnapshot getTransactionSnapshot()
getTransactionSnapshot
in interface TransactionSnapshotLoader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |