Save This Page
Home » hibernate-core-src-20081106 » org.jboss.envers » [javadoc | source]
org.jboss.envers
public interface: VersionsReader [javadoc | source]

All Implemented Interfaces:
    AuditReader

All Known Implementing Classes:
    AuditReaderImpl, AuditReaderImplementor

Deprecated!
Method from org.jboss.envers.VersionsReader Summary:
createQuery,   find,   findRevision,   getRevisionDate,   getRevisionNumberForDate,   getRevisions
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!