All Superinterfaces:
RelationalEvent<E>
All Known Implementing Classes:
AfterConvertEvent, AfterLoadEvent, AfterSaveEvent, BeforeConvertEvent, BeforeSaveEvent, RelationalEventWithEntity, RelationalSaveEvent

public interface WithEntity<E> extends RelationalEvent<E>
Interface for events which are guaranteed to have an entity.
Author:
Jens Schauder
  • Method Summary

    Modifier and Type
    Method
    Description
    Overridden in order to change nullability.

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

    getType
  • Method Details