All Superinterfaces:
RelationalEvent<E>
All Known Implementing Classes:
AfterDeleteEvent, BeforeDeleteEvent, RelationalDeleteEvent

public interface WithId<E> extends RelationalEvent<E>
Interface for RelationalEvents which have an Identifier but might not have an entity.
Author:
Jens Schauder
  • Method Summary

    Modifier and Type
    Method
    Description
    Events with an identifier will always return a Identifier one.

    Methods inherited from interface org.springframework.data.relational.core.mapping.event.RelationalEvent

    getEntity, getType
  • Method Details