HHH-9072 Fix name property of LoadEventListener.RELOAD
This commit is contained in:
parent
c5bdec20b9
commit
a86acaf010
|
@ -43,7 +43,7 @@ public interface LoadEventListener extends Serializable {
|
||||||
*/
|
*/
|
||||||
public void onLoad(LoadEvent event, LoadType loadType) throws HibernateException;
|
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 )
|
.setAllowNulls( false )
|
||||||
.setAllowProxyCreation( false )
|
.setAllowProxyCreation( false )
|
||||||
.setCheckDeleted( true )
|
.setCheckDeleted( true )
|
||||||
|
|
Loading…
Reference in New Issue