We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9998162 commit 3757732Copy full SHA for 3757732
hibernate-core/src/main/java/org/hibernate/StatelessSession.java
@@ -383,8 +383,6 @@ public interface StatelessSession extends SharedSessionContract {
383
*
384
* @param entityGraph The {@link EntityGraph}, interpreted as a
385
* {@linkplain org.hibernate.graph.GraphSemantic#LOAD load graph}
386
- * @param graphSemantic a {@link GraphSemantic} specifying
387
- * how the graph should be interpreted
388
* @param ids The ids of the entities to retrieve
389
* @return an ordered list of detached entity instances, with
390
* null elements representing missing entities
0 commit comments