mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
forgot to deprecate PolymorphismType when we did @Polymorphism
This commit is contained in:
parent
4d3dd2c436
commit
d8944e2326
@ -14,7 +14,10 @@
|
||||
* @see Polymorphism
|
||||
*
|
||||
* @author Emmanuel Bernard
|
||||
*
|
||||
* @deprecated since {@link Polymorphism} is deprecated
|
||||
*/
|
||||
@Deprecated(since = "6.2")
|
||||
public enum PolymorphismType {
|
||||
/**
|
||||
* Implicit polymorphism is enabled, and queries against mapped
|
||||
|
Loading…
x
Reference in New Issue
Block a user