public class JdbcDiffRepository extends Object implements DiffRepository
| Constructor and Description |
|---|
JdbcDiffRepository() |
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
findByGlobalCdoId(GlobalCdoId globalCdoId) |
Diff |
getById(long diffId) |
void |
save(Diff newDiff) |
public void save(Diff newDiff)
save in interface DiffRepositorypublic Diff getById(long diffId)
getById in interface DiffRepositorypublic List<Change> findByGlobalCdoId(GlobalCdoId globalCdoId)
findByGlobalCdoId in interface DiffRepositoryCopyright © 2014. All rights reserved.