Skip to content

Commit 7b4feea

Browse files
committed
HHH-19708 add javadoc links
1 parent 00f08a5 commit 7b4feea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ public interface SessionBuilder {
186186
*
187187
* @return {@code this}, for method chaining
188188
* @since 7.2
189+
*
190+
* @see org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider#getReadOnlyConnection(Object)
191+
* @see org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider#releaseReadOnlyConnection(Object, Connection)
189192
*/
190193
@Incubating
191194
SessionBuilder readOnly(boolean readOnly);

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ public interface StatelessSessionBuilder {
6767
*
6868
* @return {@code this}, for method chaining
6969
* @since 7.2
70+
*
71+
* @see org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider#getReadOnlyConnection(Object)
72+
* @see org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider#releaseReadOnlyConnection(Object, Connection)
7073
*/
7174
@Incubating
7275
StatelessSessionBuilder readOnly(boolean readOnly);

0 commit comments

Comments
 (0)