We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0f619 commit 40536abCopy full SHA for 40536ab
hibernate-reactive-core/src/main/java/org/hibernate/reactive/pool/ReactiveConnectionPool.java
@@ -10,7 +10,9 @@
10
*
11
* A program may integrate a custom {@link ReactiveConnectionPool}
12
* with Hibernate Reactive by contributing a new service using a
13
- * {@link org.hibernate.boot.registry.StandardServiceInitiator}.
+ * {@link org.hibernate.boot.registry.StandardServiceInitiator}
14
+ * or from code-based Hibernate configuration by calling
15
+ * {@link org.hibernate.boot.registry.StandardServiceRegistryBuilder#addService}.
16
*/
17
public interface ReactiveConnectionPool extends Service {
18
0 commit comments