Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
Packages that use PojoBootstrapIntrospector Package Description org.hibernate.search.mapper.pojo.mapping.spi org.hibernate.search.mapper.pojo.model.hcann.spi org.hibernate.search.mapper.pojo.model.spi -
-
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.spi
Constructors in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoBootstrapIntrospector Constructor Description AbstractPojoMappingInitiator(PojoBootstrapIntrospector introspector) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoBootstrapIntrospector Modifier and Type Class Description classAbstractPojoHCAnnBootstrapIntrospector -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi with type parameters of type PojoBootstrapIntrospector Modifier and Type Class Description classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector>Fields in org.hibernate.search.mapper.pojo.model.spi declared as PojoBootstrapIntrospector Modifier and Type Field Description protected IAbstractPojoRawTypeModel. introspector
-