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, getEntityClass, getObjectByIdOrFail, getObjectByIdOrNull, getObjects, getObjectsCount, getPersistenceManager, load, makePersistent, persistenceManager, pm, setPersistenceManager, thisDAO
public 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-2014. All Rights Reserved.