Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
-
Packages that use PojoRawTypeModel Package Description org.hibernate.search.mapper.pojo.mapping.building.spi org.hibernate.search.mapper.pojo.model.hcann.spi org.hibernate.search.mapper.pojo.model.spi -
-
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 PojoRawTypeModel Modifier and Type Method Description <E> PojoContainedTypeExtendedMappingCollectorPojoMapperDelegate. createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName)<E> PojoIndexedTypeExtendedMappingCollectorPojoMapperDelegate. createIndexedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName, String indexName)voidPojoMappingCollectorValueNode. indexedEmbedded(PojoRawTypeModel<?> definingTypeModel, String relativePrefix, ObjectStructure structure, Integer includeDepth, Set<String> includePaths, boolean includeEmbeddedObjectId, Class<?> targetType) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoRawTypeModel Modifier and Type Class Description classAbstractPojoHCAnnRawTypeModel<T,I extends AbstractPojoHCAnnBootstrapIntrospector>Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoRawTypeModel Modifier and Type Method Description <T> PojoRawTypeModel<T>PojoHCannOrmGenericContextHelper. rawTypeModel(Class<T> clazz) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoRawTypeModel Modifier and Type Class Description classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector>Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoRawTypeModel Modifier and Type Method Description 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>PojoBootstrapIntrospector. typeModel(Class<T> clazz)PojoRawTypeModel<?>PojoBootstrapIntrospector. typeModel(String name)Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoRawTypeModel Modifier and Type Method Description Stream<? 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 PojoRawTypeModel Modifier and Type Method Description static <T> PojoGenericTypeModel<T[]>SyntheticPojoGenericTypeModel. array(PojoRawTypeModel<? super T[]> rawTypeModel, PojoGenericTypeModel<T> elementType)static <T> PojoGenericTypeModel<T>SyntheticPojoGenericTypeModel. genericType(PojoRawTypeModel<? super T> rawTypeModel, PojoGenericTypeModel<?> firstTypeArgument, PojoGenericTypeModel<?>... otherTypeArguments)static <T> PojoGenericTypeModel<T>SyntheticPojoGenericTypeModel. opaqueType(PojoRawTypeModel<T> rawTypeModel)Constructors in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoRawTypeModel Constructor Description AbstractPojoGenericTypeModel(PojoRawTypeModel<? super T> rawTypeModel)
-