HHH-7839 Documentation bug at
SimpleNaturalIdLoadAccess.getReference(Object naturalIdValue)
This commit is contained in:
parent
263a84154e
commit
79cc807aae
|
@ -65,7 +65,7 @@ public interface SimpleNaturalIdLoadAccess {
|
|||
*
|
||||
* @param naturalIdValue The value of the natural-id for the entity to retrieve
|
||||
*
|
||||
* @return the persistent instance or proxy
|
||||
* @return The persistent instance or proxy, if an instance exists. Otherwise, {@code null}.
|
||||
*/
|
||||
public Object getReference(Object naturalIdValue);
|
||||
|
||||
|
|
Loading…
Reference in New Issue