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 {
186
186
*
187
187
* @return {@code this}, for method chaining
188
188
* @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)
189
192
*/
190
193
@ Incubating
191
194
SessionBuilder readOnly (boolean readOnly );
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ public interface StatelessSessionBuilder {
67
67
*
68
68
* @return {@code this}, for method chaining
69
69
* @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)
70
73
*/
71
74
@ Incubating
72
75
StatelessSessionBuilder readOnly (boolean readOnly );
You can’t perform that action at this time.
0 commit comments