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 that return MappableTypeModel Modifier and Type Method Description MappableTypeModelIndexedEmbeddedDefinition. definingTypeModel()Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return types with arguments of type MappableTypeModel Modifier and Type Method Description Set<? extends MappableTypeModel>TypeMetadataContributorProvider. typesContributedTo()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)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)Constructors in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type MappableTypeModel Constructor Description IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel, String relativePrefix, ObjectStructure structure, Integer maxDepth, Set<String> includePaths) -
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()Methods in org.hibernate.search.engine.mapper.model.spi with parameters of type MappableTypeModel Modifier and Type Method Description 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)
-