mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
remove deprecated members of FetchMode
This commit is contained in:
parent
05349f6a9b
commit
dcfb6cdb19
@ -40,21 +40,6 @@ public enum FetchMode {
|
||||
* @see org.hibernate.annotations.FetchMode#SELECT
|
||||
* @see org.hibernate.annotations.FetchMode#SUBSELECT
|
||||
*/
|
||||
SELECT;
|
||||
SELECT
|
||||
|
||||
/**
|
||||
* Fetch lazily, using a separate select.
|
||||
*
|
||||
* @deprecated use {@link #SELECT}
|
||||
*/
|
||||
@Deprecated
|
||||
public static final FetchMode LAZY = SELECT;
|
||||
|
||||
/**
|
||||
* Fetch eagerly, using an outer join.
|
||||
*
|
||||
* @deprecated use {@link #JOIN}
|
||||
*/
|
||||
@Deprecated
|
||||
public static final FetchMode EAGER = JOIN;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user