Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
-
Packages that use PojoTypeModel Package Description org.hibernate.search.mapper.pojo.logging.spi org.hibernate.search.mapper.pojo.model.hcann.spi org.hibernate.search.mapper.pojo.model.spi -
-
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.logging.spi
Constructors in org.hibernate.search.mapper.pojo.logging.spi with parameters of type PojoTypeModel Constructor Description PojoTypeModelFormatter(PojoTypeModel<?> typeModel) -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoTypeModel Modifier and Type Class Description classAbstractPojoHCAnnRawTypeModel<T,I extends AbstractPojoHCAnnBootstrapIntrospector> -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.model.spi
Subinterfaces of PojoTypeModel in org.hibernate.search.mapper.pojo.model.spi Modifier and Type Interface Description interfacePojoGenericTypeModel<T>APojoTypeModelrepresenting a parameterized type, where generic type arguments are known.interfacePojoRawTypeModel<T>APojoTypeModelrepresenting a raw type, where generic type parameters are ignored.Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoTypeModel Modifier and Type Class Description classAbstractPojoGenericTypeModel<T>An abstract base for implementations ofPojoGenericTypeModel.classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector>classGenericContextAwarePojoGenericTypeModel<T>An implementation ofPojoGenericTypeModelthat takes advantage of the context in which a given property appears to derive more precise type information.classSyntheticPojoGenericTypeModel<T>An abstract base for implementations ofPojoGenericTypeModel.
-