Class EnversServiceImpl

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

public class EnversServiceImpl extends Object implements EnversService, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.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: