Class BroadleafCommonServiceContributor

java.lang.Object
org.broadleafcommerce.common.persistence.transaction.BroadleafCommonServiceContributor
All Implemented Interfaces:
org.hibernate.service.spi.ServiceContributor

public class BroadleafCommonServiceContributor extends Object implements org.hibernate.service.spi.ServiceContributor
Support introduction of customized or additional services to the Hibernate service registry.
Author:
Jeff Fischer
  • Constructor Details

    • BroadleafCommonServiceContributor

      public BroadleafCommonServiceContributor()
  • Method Details

    • contribute

      public void contribute(org.hibernate.boot.registry.StandardServiceRegistryBuilder serviceRegistryBuilder)
      Specified by:
      contribute in interface org.hibernate.service.spi.ServiceContributor