Interface CustomIdChangeApplier<T>
-
public interface CustomIdChangeApplier<T>
Callback called after entity id update- Author:
- Leonid Bushuev from JetBrains
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyIdChange(T oldId, T newId)
-
-
-
Method Detail
-
applyIdChange
void applyIdChange(@NotNull T oldId, @NotNull T newId) throws IOException
- Throws:
IOException
-
-