Interface HibernateSearchOrmMappingProducer
public interface HibernateSearchOrmMappingProducer
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.hibernate.boot.model.source.internal.hbm.MappingDocument>produceMappings(ConfigurationPropertySource propertySource, org.hibernate.dialect.Dialect dialect, org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder, org.hibernate.boot.spi.MetadataBuildingContext buildingContext)
-
Method Details
-
produceMappings
@SuppressForbiddenApis(reason="Strangely, this SPI involves the internal MappingBinder class, and there\'s nothing we can do about it") Collection<org.hibernate.boot.model.source.internal.hbm.MappingDocument> produceMappings(ConfigurationPropertySource propertySource, org.hibernate.dialect.Dialect dialect, org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder, org.hibernate.boot.spi.MetadataBuildingContext buildingContext)
-