1 Reply Latest reply on Nov 21, 2009 9:40 AM by adamw

    Envers Configuration

    lightlinger

      Hello,

      how do I read out the configurated properties made in the persistence.xml during Runtime?

        • 1. Re: Envers Configuration
          adamw

          You mean the Hibernate properties? That's certainly accessible through the Hibernate Configuration object. I suppose you can get it somehow from a Session, which is EntityManager's delegate.

          --
          Adam