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> TAuditReader. find(Class<T> cls, Object primaryKey, Date date)Find an entity by primary key on the given date.<T> TAuditReader. findRevision(Class<T> revisionEntityClass, Number revision)A helper method; should be used only if a custom revision entity is used.DateAuditReader. getRevisionDate(Number revision)Get the date, at which a revision was created.NumberAuditReader. getRevisionNumberForDate(LocalDateTime date)Gets the revision number, that corresponds to the given date.NumberAuditReader. getRevisionNumberForDate(Date date)Gets the revision number, that corresponds to the given date.
-