Deprecate the IdentifierGeneratorFactory#getDialect method, no need to expose it
This commit is contained in:
parent
4bf6d59f58
commit
1f6d8c7032
|
@ -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();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue