public class DeleteModificationDao extends Dao<DeleteModification,DeleteModificationDao>
Dao.IdRange
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) |
buildIdRangePackageFilter, buildIdRangePackageQueryMap, buildIdRangePackages, buildIdRangePackages, clearFetchGroups, deletePersistent, deletePersistentAll, getDao, getDaoProvider, getEntityClass, getObjectByIdOrFail, getObjectByIdOrNull, getObjects, getObjectsCount, getPersistenceManager, load, loadDtos, makePersistent, persistenceManager, pm, setDaoProvider, setPersistenceManager, shrinkIdRangePackageSizeIfPossible, 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–2019. All rights reserved.