What is hibernate connection pool_size?



What is hibernate connection pool_size?..

Answer / 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

More Hibernate Interview Questions

Why orm is needed?

1 Answers  


Can we declare entity class as final?

1 Answers  


What is implicit polymorphism in hibernate?

1 Answers  


Can hibernate be used with mongodb?

1 Answers  


Should you use an orm?

1 Answers  


What is the role of sessionfactory in hibernate?

1 Answers  


What is a simple definition of a map?

1 Answers  


What are the steps of calling a stored procedure in hibernate?

1 Answers  


Explain the transaction object in hibernate?

1 Answers  


How properties of a class are mapped to the columns of a database table in hibernate?

1 Answers  


What is query cache in hibernate?

1 Answers  


What does session evict () method do in hibernate?

1 Answers  


Categories