Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
Packages that use PojoRawTypeModel
Package
Description
-
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionPojoMapperDelegate.createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) PojoMapperDelegate.createIndexedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoRawTypeModelModifier and TypeClassDescriptionclassfinal classMethods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoRawTypeModelModifier and TypeMethodDescription<T> PojoRawTypeModel<T> PojoHCannOrmGenericContextHelper.rawTypeModel(Class<T> clazz) PojoHCAnnConstructorModel.typeModel() -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoRawTypeModelModifier and TypeClassDescriptionclassAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector> Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoRawTypeModelModifier and TypeMethodDescriptionfinal PojoRawTypeModel<? super T> AbstractPojoGenericTypeModel.rawType()default PojoRawTypeModel<T> PojoRawTypeModel.rawType()PojoRawTypeModel<? super T> PojoTypeModel.rawType()<T> PojoRawTypeModel<T> GenericContextAwarePojoGenericTypeModel.Helper.rawTypeModel(Class<T> clazz) <T> PojoRawTypeModel<T> PojoConstructorModel.typeModel()Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoRawTypeModelModifier and TypeMethodDescriptionStream<? extends PojoRawTypeModel<? super T>> PojoRawTypeModel.ascendingSuperTypes()Stream<? extends PojoRawTypeModel<? super T>> PojoRawTypeModel.descendingSuperTypes()Methods in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionstatic <T> PojoTypeModel<T[]> SyntheticPojoGenericTypeModel.array(PojoRawTypeModel<? super T[]> rawTypeModel, PojoTypeModel<T> elementType) static <T> PojoTypeModel<T> SyntheticPojoGenericTypeModel.genericType(PojoRawTypeModel<? super T> rawTypeModel, PojoTypeModel<?> firstTypeArgument, PojoTypeModel<?>... otherTypeArguments) static <T> PojoTypeModel<T> SyntheticPojoGenericTypeModel.opaqueType(PojoRawTypeModel<T> rawTypeModel) Constructors in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoRawTypeModelModifierConstructorDescriptionprotectedAbstractPojoGenericTypeModel(PojoRawTypeModel<? super T> rawTypeModel) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionstatic org.hibernate.search.util.common.reporting.EventContextPojoEventContexts.fromType(PojoRawTypeModel<?> typeModel)