Class EnversServiceContributor
java.lang.Object
org.hibernate.envers.boot.internal.EnversServiceContributor
- All Implemented Interfaces:
ServiceContributor
ServiceContributor implementation pushing the EnversService into
the registry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contribute
(StandardServiceRegistryBuilder serviceRegistryBuilder) Contribute services to the indicated registry builder.
-
Constructor Details
-
EnversServiceContributor
public EnversServiceContributor()
-
-
Method Details
-
contribute
Description copied from interface:ServiceContributor
Contribute services to the indicated registry builder.- Specified by:
contribute
in interfaceServiceContributor
- Parameters:
serviceRegistryBuilder
- The builder to which services (or initiators) should be contributed.
-