Example & Tutorial understanding programming in easy ways.

What happens when both hibernate.properties and hibernate.cfg.xml are in the classpath?

When we use both hibernate.properties and hibernate.cfg.xml in our class path then we see that hibernate.cfg.xml overrides to hibernate.properties.

Read More →