- All Superinterfaces:
Serializable
- All Known Implementing Classes:
NotificationClassification
- Since:
- 5.7
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NotificationCategoryDeprecated.A deprecation category.static final NotificationCategoryDeprecated.A generic category.static final NotificationCategoryDeprecated.A hint category.static final NotificationCategoryDeprecated.A performance category.static final NotificationCategoryDeprecated.A schema category.static final NotificationCategoryDeprecated.A security category.static final NotificationCategoryDeprecated.A topology category.static final NotificationCategoryDeprecated.An unrecognized category.static final NotificationCategoryDeprecated.An unsupported category.
-
Field Details
-
HINT
Deprecated.A hint category.For instance, the given hint cannot be satisfied.
-
UNRECOGNIZED
Deprecated.An unrecognized category.For instance, the query or command mentions entities that are unknown to the system.
-
UNSUPPORTED
Deprecated.An unsupported category.For instance, the query/command is trying to use features that are not supported by the current system or using features that are experimental and should not be used in production.
-
PERFORMANCE
Deprecated.A performance category.For instance, the query uses costly operations and might be slow.
-
DEPRECATION
Deprecated.A deprecation category.For instance, the query/command use deprecated features that should be replaced.
-
SECURITY
Deprecated.A security category.For instance, the security warnings.
Please note that this category was added to a later server version. Therefore, a compatible server version is required to use it.
- Since:
- 5.14
-
TOPOLOGY
Deprecated.A topology category.For instance, the topology notifications.
Please note that this category was added to a later server version. Therefore, a compatible server version is required to use it.
- Since:
- 5.14
-
GENERIC
Deprecated.A generic category.For instance, notifications that are not part of a more specific class.
-
SCHEMA
Deprecated.A schema category.For instance, notifications about indexes and constraints.
Please note that this category was added to a later server version. Therefore, a compatible server version is required to use it.
- Since:
- 5.24.0
-
NotificationClassification.