Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mvn dependency:sources
Panel

How do I configure my project to use hibernate mappings?

ANSWER:

  • The session factory's mappingLocations element is used to configure the hibernate mappings.  Instuctions can be found at:From the command line, go to the directory containing the project pom file. Then issue this command:
Code Block