public interface IChangedListener<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
changed(ORMType ormType,
ORMOption option,
T original,
T current) |
default void |
changed(T original,
T current) |
default boolean |
useDefault() |
Copyright © 2024. All rights reserved.