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 |
mvn dependency:sources
|