Example & Tutorial understanding programming in easy ways.

What are the Extension interfaces that are there in hibernate?

There are a lot of extension interfaces provided by Hibernate which are as below:

1.Proxy Factory interface - It is used to create proxies.

2.Connection Provider interface – It is used for JDBC connection management.

3.Transaction Factory interface – It is Used for transaction management.

4.Transaction interface – It is Used for transaction management.

5.Transaction Management Look up interface – It is Used in transaction management.

6.Cache Interface – It provides caching techniques and strategies.

7.Cache Provider Interface – It is also work as Cache interface.

8.Class Persister Interface – It provides ORM strategies.

9.Identifier Generator Interface – It used for primary key generation.

10.Dialect abstract class – It provides SQL support.

Read More →