Interface HibernateOrmListenerContextProvider
-
- All Known Implementing Classes:
HibernateOrmMapping
public interface HibernateOrmListenerContextProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiguredIndexingPlanSynchronizationStrategycurrentAutomaticIndexingSynchronizationStrategy(org.hibernate.engine.spi.SessionImplementor session)PojoIndexingPlancurrentIndexingPlanIfExisting(org.hibernate.engine.spi.SessionImplementor session)PojoTypeIndexingPlancurrentIndexingPlanIfTypeIncluded(org.hibernate.engine.spi.SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier)booleanlistenerEnabled()HibernateOrmListenerTypeContextProvidertypeContextProvider()
-
-
-
Method Detail
-
typeContextProvider
HibernateOrmListenerTypeContextProvider typeContextProvider()
-
listenerEnabled
boolean listenerEnabled()
-
currentIndexingPlanIfExisting
PojoIndexingPlan currentIndexingPlanIfExisting(org.hibernate.engine.spi.SessionImplementor session)
-
currentIndexingPlanIfTypeIncluded
PojoTypeIndexingPlan currentIndexingPlanIfTypeIncluded(org.hibernate.engine.spi.SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier)
-
currentAutomaticIndexingSynchronizationStrategy
ConfiguredIndexingPlanSynchronizationStrategy currentAutomaticIndexingSynchronizationStrategy(org.hibernate.engine.spi.SessionImplementor session)
-
-