Interface HibernateOrmListenerContextProvider
- All Known Implementing Classes:
HibernateOrmMapping
public interface HibernateOrmListenerContextProvider
-
Method Summary
Modifier and TypeMethodDescriptioncurrentIndexingPlanIfTypeIncluded(SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) boolean
-
Method Details
-
typeContextProvider
HibernateOrmListenerTypeContextProvider typeContextProvider() -
listenerEnabled
boolean listenerEnabled() -
currentIndexingPlanIfExisting
-
currentIndexingPlanIfTypeIncluded
PojoTypeIndexingPlan currentIndexingPlanIfTypeIncluded(SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) -
currentAutomaticIndexingSynchronizationStrategy
ConfiguredIndexingPlanSynchronizationStrategy currentAutomaticIndexingSynchronizationStrategy(SessionImplementor session)
-