File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
hibernate-core/src/main/java/org/hibernate Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments