I have to work with a DB with ALL custom types...
So i started mapping them to the correct Java type, now i want to share the mappings with my team, but i cant find a way to do this.
It is possibile to export all the JPA mapping types that i have manually done?
This information is stored in .idea/jpb-settings.xml
file. You can share it with your team members to synchronize these project settings.