Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
-
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.pojo.automaticindexing.spi
Methods in org.hibernate.search.mapper.pojo.automaticindexing.spi that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospector
PojoImplicitReindexingResolverSessionContext. runtimeIntrospector()
-
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospector
PojoSelectionLoadingContext. runtimeIntrospector()
-
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospector
PojoMassIndexingSessionContext. runtimeIntrospector()
-
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.pojo.model.spi
Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoRuntimeIntrospector Modifier and Type Method Description static PojoRuntimeIntrospector
PojoRuntimeIntrospector. simple()
-
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.pojo.processing.spi
Methods in org.hibernate.search.mapper.pojo.processing.spi that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospector
PojoIndexingProcessorSessionContext. runtimeIntrospector()
-