forgot to deprecate PolymorphismType when we did @Polymorphism
This commit is contained in:
parent
4d3dd2c436
commit
d8944e2326
|
@ -14,7 +14,10 @@ import java.util.Locale;
|
|||
* @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…
Reference in New Issue