Interface HibernateOrmListenerTypeContext
-
public interface HibernateOrmListenerTypeContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoPathFilterdirtyContainingAssociationFilter()PojoPathFilterdirtyFilter()ObjecttoIndexingPlanProvidedId(Object entityId)PojoRawTypeIdentifier<?>typeIdentifier()
-
-
-
Method Detail
-
typeIdentifier
PojoRawTypeIdentifier<?> typeIdentifier()
-
dirtyFilter
PojoPathFilter dirtyFilter()
-
dirtyContainingAssociationFilter
PojoPathFilter dirtyContainingAssociationFilter()
-
-