1 Reply Latest reply on May 4, 2009 12:18 PM by adamw

    Selecting from join table

      Hi Adam,

      is there any way how to select data from the audited join table? I can't use

      auditReader.createQuery().forEntitiesAtRevision(entityClass, revisionNumber)
      

      because I have no entityClass.

      Thanks,
      jrv

        • 1. Re: Selecting from join table
          adamw

          Hello,

          selecting from join tables isn't possible in Hibernate or Envers. In Hibernate you normally just traverse associations, but Envers doesn't have this feature yet.

          Adam