ObjectDB ObjectDB

getMappingFileNames() - JPA PersistenceUnitInfo's method

Method
javax.persistence.spi.PersistenceUnitInfo
List<String> getMappingFileNames()

Returns the list of the names of the mapping files that the persistence provider must load to determine the mappings for the entity classes. The mapping files must be in the standard XML mapping format, be uniquely named and be resource-loadable from the application classpath. Each mapping file name corresponds to a mapping-file element in the persistence.xml file.
Returns:
the list of mapping file names that the persistence provider must load to determine the mappings for the entity classes
Since:
JPA 1.0