adspace


What is hibernate connection pool_size?

Answer Posted / Divakar

Hibernate Connection Pool Size refers to the maximum number of database connections that Hibernate can maintain in its connection pool. By default, Hibernate does not use a connection pool, but you can configure it using the hibernate.connection.pool_size property.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493