Deprecate the IdentifierGeneratorFactory#getDialect method, no need to expose it

This commit is contained in:
Sanne Grinovero 2022-07-14 12:34:10 +01:00 committed by Sanne Grinovero
parent 4bf6d59f58
commit 1f6d8c7032
1 changed files with 2 additions and 0 deletions

View File

@ -24,9 +24,11 @@ import jakarta.persistence.GenerationType;
public interface IdentifierGeneratorFactory {
/**
* Get the dialect.
* @deprecated should be removed
*
* @return the dialect
*/
@Deprecated(since = "6.2", forRemoval = true)
Dialect getDialect();
/**