Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoTypeIndexingPlan
-
-
Uses of PojoTypeIndexingPlan in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return PojoTypeIndexingPlan Modifier and Type Method Description PojoTypeIndexingPlanHibernateOrmListenerContextProvider. currentIndexingPlanIfTypeIncluded(org.hibernate.engine.spi.SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoTypeIndexingPlan in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return PojoTypeIndexingPlan Modifier and Type Method Description PojoTypeIndexingPlanHibernateOrmMapping. currentIndexingPlanIfTypeIncluded(org.hibernate.engine.spi.SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoTypeIndexingPlan in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement PojoTypeIndexingPlan Modifier and Type Class Description classPojoContainedTypeIndexingPlan<I,E>classPojoIndexedTypeIndexingPlan<I,E> -
Uses of PojoTypeIndexingPlan in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi that return PojoTypeIndexingPlan Modifier and Type Method Description PojoTypeIndexingPlanPojoIndexingPlan. typeIfIncludedOrNull(PojoRawTypeIdentifier<?> typeIdentifier)
-