Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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.  Configuration instuctions can be found at: How to configure your application to use Hibernate Mappings .From the command line, go to the directory containing the project pom file. Then issue this command:
Code Block