add nissing <p> to javadoc
This commit is contained in:
parent
80feb108fb
commit
1d30b0161f
|
@ -76,6 +76,7 @@ import org.hibernate.graph.GraphSemantic;
|
||||||
* {@link #setEntityGraph(EntityGraph, GraphSemantic)}, or
|
* {@link #setEntityGraph(EntityGraph, GraphSemantic)}, or
|
||||||
* <li>enabling a fetch profile, using {@link Session#enableFetchProfile(String)}.
|
* <li>enabling a fetch profile, using {@link Session#enableFetchProfile(String)}.
|
||||||
* </ul>
|
* </ul>
|
||||||
|
* <p>
|
||||||
* The special built-in fetch profile named
|
* The special built-in fetch profile named
|
||||||
* {@value org.hibernate.mapping.FetchProfile#HIBERNATE_DEFAULT_PROFILE} adds
|
* {@value org.hibernate.mapping.FetchProfile#HIBERNATE_DEFAULT_PROFILE} adds
|
||||||
* a fetch join for every {@link jakarta.persistence.FetchType#EAGER eager}
|
* a fetch join for every {@link jakarta.persistence.FetchType#EAGER eager}
|
||||||
|
|
Loading…
Reference in New Issue