Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
-
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospectorHibernateOrmSelectionLoadingContext. runtimeIntrospector()PojoRuntimeIntrospectorLoadingSessionContext. runtimeIntrospector() -
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.orm.model.impl
Classes in org.hibernate.search.mapper.orm.model.impl that implement PojoRuntimeIntrospector Modifier and Type Class Description classHibernateOrmRuntimeIntrospector -
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospectorHibernateOrmSearchSession. runtimeIntrospector() -
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.orm.work.impl
Methods in org.hibernate.search.mapper.orm.work.impl that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospectorSearchIndexingPlanSessionContext. runtimeIntrospector() -
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.pojo.automaticindexing.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl that return PojoRuntimeIntrospector Modifier and Type Method Description PojoRuntimeIntrospectorPojoImplicitReindexingAssociationInverseSideResolverRootContext. runtimeIntrospector() -
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 PojoRuntimeIntrospectorPojoImplicitReindexingResolverSessionContext. 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 PojoRuntimeIntrospectorPojoSelectionLoadingContext. 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 PojoRuntimeIntrospectorPojoMassIndexingSessionContext. 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 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() -
Uses of PojoRuntimeIntrospector in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoRuntimeIntrospector Constructor Description CachingCastingEntitySupplier(PojoCaster<E> caster, PojoRuntimeIntrospector proxyIntrospector, Object potentiallyProxiedEntity)
-