Class EnversServiceContributor
- java.lang.Object
-
- org.hibernate.envers.boot.internal.EnversServiceContributor
-
- All Implemented Interfaces:
ServiceContributor
public class EnversServiceContributor extends Object implements ServiceContributor
ServiceContributor implementation pushing the EnversService into the registry
-
-
Constructor Summary
Constructors Constructor Description EnversServiceContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contribute(StandardServiceRegistryBuilder serviceRegistryBuilder)
Contribute services to the indicated registry builder.
-
-
-
Method Detail
-
contribute
public void contribute(StandardServiceRegistryBuilder serviceRegistryBuilder)
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.
-
-