mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-9072 Fix name property of LoadEventListener.RELOAD
(cherry picked from commit a86acaf0102c70a06229d2d46e389660c4f11986)
This commit is contained in:
parent
af557ce9b8
commit
cee8d5d376
@ -43,7 +43,7 @@ public interface LoadEventListener extends Serializable {
|
||||
*/
|
||||
public void onLoad(LoadEvent event, LoadType loadType) throws HibernateException;
|
||||
|
||||
public static final LoadType RELOAD = new LoadType( "GET" )
|
||||
public static final LoadType RELOAD = new LoadType( "RELOAD" )
|
||||
.setAllowNulls( false )
|
||||
.setAllowProxyCreation( false )
|
||||
.setCheckDeleted( true )
|
||||
|
Loading…
x
Reference in New Issue
Block a user