Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoTypeContext
-
Packages that use PojoTypeContext Package Description org.hibernate.search.mapper.orm.spi org.hibernate.search.mapper.orm.work.impl -
-
Uses of PojoTypeContext in org.hibernate.search.mapper.orm.spi
Methods in org.hibernate.search.mapper.orm.spi that return types with arguments of type PojoTypeContext Modifier and Type Method Description KeyValueProvider<String,? extends PojoTypeContext<?>>BatchTypeIdentifierProvider. byEntityName() -
Uses of PojoTypeContext in org.hibernate.search.mapper.orm.work.impl
Methods in org.hibernate.search.mapper.orm.work.impl that return PojoTypeContext Modifier and Type Method Description <T> PojoTypeContext<T>SearchIndexingPlanTypeContextProvider. forExactClass(Class<T> javaClass)Methods in org.hibernate.search.mapper.orm.work.impl that return types with arguments of type PojoTypeContext Modifier and Type Method Description KeyValueProvider<String,? extends PojoTypeContext<?>>SearchIndexingPlanTypeContextProvider. byEntityName()
-