Uses of Interface
org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
-
Uses of MappableTypeModel in org.hibernate.search.engine.logging.spi
Constructors in org.hibernate.search.engine.logging.spi with parameters of type MappableTypeModel Constructor Description MappableTypeModelFormatter(MappableTypeModel typeModel) -
Uses of MappableTypeModel in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type MappableTypeModel Modifier and Type Method Description voidMappingConfigurationCollector. collectContributor(MappableTypeModel typeModel, C contributor) -
Uses of MappableTypeModel in org.hibernate.search.engine.mapper.model.spi
Methods in org.hibernate.search.engine.mapper.model.spi that return types with arguments of type MappableTypeModel Modifier and Type Method Description Stream<? extends MappableTypeModel>MappableTypeModel. ascendingSuperTypes()Stream<? extends MappableTypeModel>MappableTypeModel. descendingSuperTypes()Set<? extends MappableTypeModel>TypeMetadataContributorProvider. typesContributedTo()Methods in org.hibernate.search.engine.mapper.model.spi with parameters of type MappableTypeModel Modifier and Type Method Description voidTypeMetadataContributorProvider.Builder. contributor(MappableTypeModel typeModel, C contributor)Optional<C>TypeMetadataDiscoverer. discover(MappableTypeModel typeModel)A hook to discover metadata lazily during bootstrap, which can be helpful when resolving metadata from the type itself (Java annotations on a Java type, in particular).Set<C>TypeMetadataContributorProvider. get(MappableTypeModel typeModel)Set<C>TypeMetadataContributorProvider. getIgnoringInheritance(MappableTypeModel typeModel)booleanMappableTypeModel. isSubTypeOf(MappableTypeModel superTypeCandidate) -
Uses of MappableTypeModel in org.hibernate.search.engine.reporting.spi
Methods in org.hibernate.search.engine.reporting.spi with parameters of type MappableTypeModel Modifier and Type Method Description static EventContextEventContexts. fromType(MappableTypeModel typeModel) -
Uses of MappableTypeModel in org.hibernate.search.mapper.orm.model.impl
Classes in org.hibernate.search.mapper.orm.model.impl that implement MappableTypeModel Modifier and Type Class Description classHibernateOrmClassRawTypeModel<T>classHibernateOrmDynamicMapRawTypeModelMethods in org.hibernate.search.mapper.orm.model.impl with parameters of type MappableTypeModel Modifier and Type Method Description booleanHibernateOrmDynamicMapRawTypeModel. isSubTypeOf(MappableTypeModel superTypeCandidate) -
Uses of MappableTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement MappableTypeModel Modifier and Type Class Description classAbstractPojoHCAnnRawTypeModel<T,I extends AbstractPojoHCAnnBootstrapIntrospector>Methods in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type MappableTypeModel Modifier and Type Method Description booleanAbstractPojoHCAnnRawTypeModel. isSubTypeOf(MappableTypeModel other) -
Uses of MappableTypeModel in org.hibernate.search.mapper.pojo.model.spi
Subinterfaces of MappableTypeModel in org.hibernate.search.mapper.pojo.model.spi Modifier and Type Interface Description interfacePojoRawTypeModel<T>APojoTypeModelrepresenting a raw type, where generic type parameters are ignored.Classes in org.hibernate.search.mapper.pojo.model.spi that implement MappableTypeModel Modifier and Type Class Description classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector>
-