Use consistent term "shortcut"

This commit is contained in:
Yanming Zhou 2023-09-21 09:56:12 +08:00 committed by Christian Beikov
parent b19ca2dadc
commit de09122ba4
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public @interface Jpa {
String[] xmlMappings() default {};
/**
* Shorthand for adding {@code @Setting( name = AvailableSettings.STATEMENT_INSPECTOR, value = "org.hibernate.testing.jdbc.SQLStatementInspector"}
* Shortcut for adding {@code @Setting( name = AvailableSettings.STATEMENT_INSPECTOR, value = "org.hibernate.testing.jdbc.SQLStatementInspector"}
* to the integration settings.
* Note: if the statement inspector is also explicitly specified as a setting, it will be overridden by the shortcut
* @see SQLStatementInspector