HHH-12353 - Document that Session.getReference not always returns a T

Change to lowercase noun
This commit is contained in:
Vlad Mihalcea 2018-07-02 17:42:06 +03:00
parent b7d92ed19b
commit 5716cecb55
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ In both cases an exception will be thrown later if the given entity does not ref
[IMPORTANT]
====
Unless the entity class is declared `final`, the proxy extends the entity class. If the entity class is `final`, the Proxy will implement an interface instead. See the <<chapters/domain/entity.adoc#entity-proxy, `@Proxy` mapping>> section for more info.
Unless the entity class is declared `final`, the proxy extends the entity class. If the entity class is `final`, the proxy will implement an interface instead. See the <<chapters/domain/entity.adoc#entity-proxy, `@Proxy` mapping>> section for more info.
====
[[pc-find]]