-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
status: ideal-for-contributionAn issue that a contributor can help us withAn issue that a contributor can help us withtype: enhancementA general enhancementA general enhancement
Milestone
Description
Hi @mp911de ,
the @Order
of the built-in EntityCallbacks (at the time of writing AuditingEntityCallback
and ValidatingEntityCallback
) is not distinctive, both have the same configuration
@Override
public int getOrder() {
return 100;
}
Furthermore, I would like to make the value referencable by exposing them as public constant, e.g.:
public static final int ORDER = xxx;
This change allows a clean code regarding ordering of the buit-in and app provided EntityCallbacks.
Metadata
Metadata
Assignees
Labels
status: ideal-for-contributionAn issue that a contributor can help us withAn issue that a contributor can help us withtype: enhancementA general enhancementA general enhancement