| Method from org.jboss.envers.VersionsReader Detail: |
public VersionsQueryCreator createQuery() Deprecated!
|
public T find(Class cls,
Object primaryKey,
Number revision) throws IllegalArgumentException, NotVersionedException, IllegalStateException Deprecated!
|
public T findRevision(Class revisionEntityClass,
Number revision) throws IllegalArgumentException, RevisionDoesNotExistException, IllegalStateException Deprecated!
|
public Date getRevisionDate(Number revision) throws IllegalArgumentException, RevisionDoesNotExistException, IllegalStateException Deprecated!
|
public Number getRevisionNumberForDate(Date date) throws IllegalArgumentException, RevisionDoesNotExistException, IllegalStateException Deprecated!
|
public List getRevisions(Class cls,
Object primaryKey) throws IllegalArgumentException, NotVersionedException, IllegalStateException Deprecated!
|