Closed
Description
Donny A. Wijaya opened SPR-8440 and commented
Add 'mappingLocations' to LocalContainerEntityManagerFactoryBean for reading/scanning the JPA mapping files (ORM.xml) in the classpath. This will allow developers to write JPA queries and custom mappings in more modular approach. Developers can easily put the ORM.xml in the same package with the Entity class it relates to.
Affects: 3.1 M2
Issue Links:
- orm.xml should be recognized by default if using JPA [SPR-11234] #15859 orm.xml should be recognized by default if using JPA