Uses of Class
org.springframework.data.relational.core.mapping.event.Identifier
Packages that use Identifier
-
Uses of Identifier in org.springframework.data.relational.core.mapping.event
Methods in org.springframework.data.relational.core.mapping.event that return IdentifierModifier and TypeMethodDescriptionRelationalDeleteEvent.getId()WithId.getId()Events with an identifier will always return aIdentifierone.static IdentifierCreates a newIdentifieridentifier for the given, non-null value.Constructors in org.springframework.data.relational.core.mapping.event with parameters of type IdentifierModifierConstructorDescriptionAfterDeleteEvent(Identifier id, @Nullable E instance, AggregateChange<E> change) BeforeDeleteEvent(Identifier id, @Nullable E entity, AggregateChange<E> change)