Class ServiceContributorImpl
- java.lang.Object
-
- org.jboss.as.jpa.hibernate5.service.ServiceContributorImpl
-
- All Implemented Interfaces:
ServiceContributor
public class ServiceContributorImpl extends java.lang.Object implements ServiceContributor
Contribute specialized Hibernate Service impls
-
-
Constructor Summary
Constructors Constructor Description ServiceContributorImpl()
-
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.
-
-