HHH-9072 Fix name property of LoadEventListener.RELOAD
(cherry picked from commit a86acaf010
)
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…
Reference in New Issue