Uses of Class
org.hibernate.search.mapper.orm.model.impl.HibernateOrmClassRawTypeModel
-
Packages that use HibernateOrmClassRawTypeModel Package Description org.hibernate.search.mapper.orm.model.impl -
-
Uses of HibernateOrmClassRawTypeModel in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl that return HibernateOrmClassRawTypeModel Modifier and Type Method Description <T> HibernateOrmClassRawTypeModel<T>HibernateOrmBootstrapIntrospector. typeModel(Class<T> clazz)Methods in org.hibernate.search.mapper.orm.model.impl that return types with arguments of type HibernateOrmClassRawTypeModel Modifier and Type Method Description Stream<HibernateOrmClassRawTypeModel<? super T>>HibernateOrmClassRawTypeModel. ascendingSuperTypes()Stream<HibernateOrmClassRawTypeModel<? super T>>HibernateOrmClassRawTypeModel. descendingSuperTypes()
-