Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
Packages that use PojoRuntimeIntrospector Package Description org.hibernate.search.mapper.pojo.model.spi org.hibernate.search.mapper.pojo.processing.spi -
-
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 PojoRuntimeIntrospectorPojoRuntimeIntrospector. 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 PojoRuntimeIntrospectorPojoIndexingProcessorSessionContext. runtimeIntrospector()
-