How does the line Configuration().configure().buildSessionFactory() returns a SessionFactory‘s object which is an interface not implemented by Configuration class?
How does the line Configuration().configure().buildSessionFactory() returns a SessionFactory ‘s object which is an interface
Share
The Hibernate project is open source. You’re welcome to look for yourself.