Uses of Interface
org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
Packages that use MappableTypeModel
Package
Description
-
Uses of MappableTypeModel in org.hibernate.search.engine.logging.spi
Constructors in org.hibernate.search.engine.logging.spi with parameters of type MappableTypeModel -
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 MappableTypeModelModifier and TypeMethodDescriptionvoid
MappingConfigurationCollector.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 MappableTypeModelModifier and TypeMethodDescriptionStream<? 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 MappableTypeModelModifier and TypeMethodDescriptionvoid
TypeMetadataContributorProvider.Builder.contributor
(MappableTypeModel typeModel, C contributor) 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).TypeMetadataContributorProvider.get
(MappableTypeModel typeModel) TypeMetadataContributorProvider.getIgnoringInheritance
(MappableTypeModel typeModel) boolean
MappableTypeModel.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 MappableTypeModelModifier and TypeMethodDescriptionstatic EventContext
EventContexts.fromType
(MappableTypeModel typeModel) -
Uses of MappableTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement MappableTypeModelModifier and TypeClassDescriptionclass
final class
Methods in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type MappableTypeModelModifier and TypeMethodDescriptionfinal boolean
AbstractPojoHCAnnRawTypeModel.isSubTypeOf
(MappableTypeModel other) -
Uses of MappableTypeModel in org.hibernate.search.mapper.pojo.model.spi
Subinterfaces of MappableTypeModel in org.hibernate.search.mapper.pojo.model.spiModifier and TypeInterfaceDescriptioninterface
APojoTypeModel
representing a raw type, where generic type parameters are ignored.Classes in org.hibernate.search.mapper.pojo.model.spi that implement MappableTypeModelModifier and TypeClassDescriptionclass
AbstractPojoRawTypeModel<T,
I extends PojoBootstrapIntrospector>