Class Hibernate56MetadataContributor

java.lang.Object
com.blazebit.persistence.integration.hibernate.Hibernate56MetadataContributor
All Implemented Interfaces:
Serializable, org.hibernate.boot.spi.MetadataContributor, org.hibernate.service.Service, org.hibernate.service.spi.Configurable

public class Hibernate56MetadataContributor extends Object implements org.hibernate.boot.spi.MetadataContributor, org.hibernate.service.Service, org.hibernate.service.spi.Configurable
Since:
1.2.0
Author:
Christian Beikov
See Also:
  • Constructor Details

    • Hibernate56MetadataContributor

      public Hibernate56MetadataContributor()
  • Method Details

    • configure

      public void configure(Map configurationValues)
      Specified by:
      configure in interface org.hibernate.service.spi.Configurable
    • contribute

      public void contribute(org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)
      Specified by:
      contribute in interface org.hibernate.boot.spi.MetadataContributor