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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcontribute(org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)
-
Constructor Details
-
Hibernate56MetadataContributor
public Hibernate56MetadataContributor()
-
-
Method Details
-
configure
- Specified by:
configurein interfaceorg.hibernate.service.spi.Configurable
-
contribute
public void contribute(org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex) - Specified by:
contributein interfaceorg.hibernate.boot.spi.MetadataContributor
-