public interface VersionedObjectDao extends ObjectDao
NON_CACHEABLE
Modifier and Type | Method and Description |
---|---|
long |
findLatestVersionsCount()
Returns the number of results for the latest versions
of the current persistent class.
|
Iterator |
findLatestVersionsIterator()
Returns an iterator for the latest versions of the current
persistent class.
|
void |
save(com.atlassian.core.bean.EntityObject currentObject,
com.atlassian.core.bean.EntityObject originalObject) |
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
void save(com.atlassian.core.bean.EntityObject currentObject, com.atlassian.core.bean.EntityObject originalObject)
Iterator findLatestVersionsIterator()
long findLatestVersionsCount()
Copyright © 2003–2016 Atlassian. All rights reserved.