public class DeleteModificationDao extends Dao<DeleteModification,DeleteModificationDao>
| Constructor and Description |
|---|
DeleteModificationDao() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DeleteModification> |
getDeleteModificationsForPathAfter(String path,
long localRevision,
RemoteRepository remoteRepository) |
Collection<DeleteModification> |
getDeleteModificationsForPathOrParentOfPathAfter(String path,
long localRevision,
RemoteRepository remoteRepository) |
Collection<DeleteModification> |
getDeleteModificationsForSha1(String sha1,
long length) |
deletePersistent, deletePersistentAll, getDao, getDaoProvider, getEntityClass, getObjectByIdOrFail, getObjectByIdOrNull, getObjects, getObjectsCount, getPersistenceManager, load, makePersistent, persistenceManager, pm, setDaoProvider, setPersistenceManager, thisDaopublic DeleteModificationDao()
public Collection<DeleteModification> getDeleteModificationsForPathAfter(String path, long localRevision, RemoteRepository remoteRepository)
public Collection<DeleteModification> getDeleteModificationsForPathOrParentOfPathAfter(String path, long localRevision, RemoteRepository remoteRepository)
public Collection<DeleteModification> getDeleteModificationsForSha1(String sha1, long length)
Copyright © 2013–2017. All rights reserved.