Class EnversServiceImpl

java.lang.Object
org.hibernate.envers.boot.internal.EnversServiceImpl
All Implemented Interfaces:
Serializable, EnversService, Service, Configurable, Stoppable

public class EnversServiceImpl extends Object implements EnversService, Configurable, Stoppable
Provides central access to Envers' configuration. In many ways, this replaces the legacy static map Envers used originally as a means to share the old AuditConfiguration.
See Also: