HHH-7839 Documentation bug at

SimpleNaturalIdLoadAccess.getReference(Object naturalIdValue)
This commit is contained in:
brmeyer 2012-12-07 11:28:16 -05:00
parent 263a84154e
commit 79cc807aae
1 changed files with 1 additions and 1 deletions

View File

@ -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);