Interface WithId<E>
- All Superinterfaces:
RelationalEvent<E>, ResolvableTypeProvider
- All Known Implementing Classes:
AfterDeleteEvent, BeforeDeleteEvent, RelationalDeleteEvent
Interface for
RelationalEvents which have an Identifier but might not have an entity.- Author:
- Jens Schauder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Events with an identifier will always return aIdentifierone.Methods inherited from interface RelationalEvent
getEntity, getResolvableType, getType
-
Method Details
-
getId
Identifier getId()Events with an identifier will always return aIdentifierone.
-