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 {
|
public interface IdentifierGeneratorFactory {
|
||||||
/**
|
/**
|
||||||
* Get the dialect.
|
* Get the dialect.
|
||||||
|
* @deprecated should be removed
|
||||||
*
|
*
|
||||||
* @return the dialect
|
* @return the dialect
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(since = "6.2", forRemoval = true)
|
||||||
Dialect getDialect();
|
Dialect getDialect();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue