Skip to content

Commit 3cffb7d

Browse files
committed
links in jdoc
1 parent 13a7bfa commit 3cffb7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

hibernate-core/src/main/java/org/hibernate/SessionFactory.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ default <T> RootGraph<T> createEntityGraph(Class<T> entityType) {
506506
RootGraph<Map<String,?>> createGraphForDynamicEntity(String entityName);
507507

508508
/**
509-
* Creates a RootGraph for the given {@code rootEntityClass} and parses the graph text into
510-
* it.
509+
* Creates a {@link RootGraph} for the given {@code rootEntityClass} and parses the
510+
* graph text into it.
511511
*
512512
* @param rootEntityClass The entity class to use as the base of the created root-graph
513513
* @param graphText The textual representation of the graph
@@ -527,8 +527,8 @@ default <T> RootGraph<T> parseEntityGraph(Class<T> rootEntityClass, CharSequence
527527
}
528528

529529
/**
530-
* Creates a RootGraph for the given {@code rootEntityName} and parses the graph text into
531-
* it.
530+
* Creates a {@link RootGraph} for the given {@code rootEntityName} and parses the graph
531+
* text into it.
532532
*
533533
* @param rootEntityName The name of the entity to use as the base of the created root-graph
534534
* @param graphText The textual representation of the graph
@@ -548,7 +548,7 @@ default <T> RootGraph<T> parseEntityGraph(String rootEntityName, CharSequence gr
548548
}
549549

550550
/**
551-
* Creates a RootGraph based on the passed string representation. Here, the
551+
* Creates a {@link RootGraph} based on the passed string representation. Here, the
552552
* string representation is expected to include the root entity name.
553553
*
554554
* @param graphText The textual representation of the graph
@@ -565,7 +565,7 @@ default <T> RootGraph<T> parseEntityGraph(CharSequence graphText) {
565565
}
566566

567567
/**
568-
* Obtain the set of names of all {@link org.hibernate.annotations.FilterDef
568+
* Obtain the set of names of all {@linkplain org.hibernate.annotations.FilterDef
569569
* defined filters}.
570570
*
571571
* @return The set of filter names given by
@@ -588,7 +588,7 @@ default <T> RootGraph<T> parseEntityGraph(CharSequence graphText) {
588588
FilterDefinition getFilterDefinition(String filterName) throws HibernateException;
589589

590590
/**
591-
* Obtain the set of names of all {@link org.hibernate.annotations.FetchProfile
591+
* Obtain the set of names of all {@linkplain org.hibernate.annotations.FetchProfile
592592
* defined fetch profiles}.
593593
*
594594
* @return The set of fetch profile names given by

0 commit comments

Comments
 (0)