Uses of Class
org.hibernate.envers.exception.RevisionDoesNotExistException
-
Packages that use RevisionDoesNotExistException Package Description org.hibernate.envers -
-
Uses of RevisionDoesNotExistException in org.hibernate.envers
Methods in org.hibernate.envers that throw RevisionDoesNotExistException Modifier and Type Method Description <T> T
AuditReader. find(Class<T> cls, Object primaryKey, Date date)
Find an entity by primary key on the given date.<T> T
AuditReader. findRevision(Class<T> revisionEntityClass, Number revision)
A helper method; should be used only if a custom revision entity is used.Date
AuditReader. getRevisionDate(Number revision)
Get the date, at which a revision was created.Number
AuditReader. getRevisionNumberForDate(Date date)
Gets the revision number, that corresponds to the given date.
-