Uses of Interface
org.hibernate.search.engine.backend.reporting.spi.BackendMappingHints
-
-
Uses of BackendMappingHints in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.impl that return BackendMappingHints Modifier and Type Method Description BackendMappingHintsElasticsearchIndexFieldTypeBuildContext. hints()BackendMappingHintsElasticsearchIndexFieldTypeFactoryImpl. hints() -
Uses of BackendMappingHints in org.hibernate.search.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return BackendMappingHints Modifier and Type Method Description BackendMappingHintsLuceneIndexFieldTypeBuildContext. hints()BackendMappingHintsLuceneIndexFieldTypeFactoryImpl. hints() -
Uses of BackendMappingHints in org.hibernate.search.engine.backend.mapping.spi
Methods in org.hibernate.search.engine.backend.mapping.spi that return BackendMappingHints Modifier and Type Method Description BackendMappingHintsBackendMapperContext. hints()BackendMappingHintsBackendMappingContext. hints() -
Uses of BackendMappingHints in org.hibernate.search.engine.backend.reporting.spi
Classes in org.hibernate.search.engine.backend.reporting.spi that implement BackendMappingHints Modifier and Type Class Description classBackendMappingHints_$bundleWarning this class consists of generated code.Fields in org.hibernate.search.engine.backend.reporting.spi declared as BackendMappingHints Modifier and Type Field Description static BackendMappingHintsBackendMappingHints. NONE -
Uses of BackendMappingHints in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return BackendMappingHints Modifier and Type Method Description BackendMappingHintsHibernateOrmMapperDelegate. hints()BackendMappingHintsHibernateOrmMapping. hints() -
Uses of BackendMappingHints in org.hibernate.search.mapper.orm.reporting.impl
Subinterfaces of BackendMappingHints in org.hibernate.search.mapper.orm.reporting.impl Modifier and Type Interface Description interfaceHibernateOrmMappingHintsClasses in org.hibernate.search.mapper.orm.reporting.impl that implement BackendMappingHints Modifier and Type Class Description classHibernateOrmMappingHints_$bundleWarning this class consists of generated code. -
Uses of BackendMappingHints in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi that return BackendMappingHints Modifier and Type Method Description default BackendMappingHintsPojoMapperDelegate. hints() -
Uses of BackendMappingHints in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return BackendMappingHints Modifier and Type Method Description BackendMappingHintsAbstractPojoMappingImplementor. hints()
-