このコンテンツは選択した言語では利用できません。
1.3. Connection Pooling
1.3.1. About Connection Pooling リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
Hibernate includes a rudimentary internal connection pooling algorithm for development and testing purposes. Use a third party pool for improved performance and stability.
To set a third party connection pool, replace the
hibernate.connection.pool_size
property with the appropriate settings for your selected connection pool. Setting a new value automatically disabled Hibernate's internal connection pool.