mirror of https://github.com/apache/openjpa.git
80f7795fef
- Removed prepending of schema name in PersistenceMappingDefaults.getTableName methods as unnecessary. - Moved storage of default schema name to ClassMappingInfo as that's the only place we use it for now. - Moved setting of default schema name into the more efficient endClassMapping method of XMLPersistenceMappingParser. - Fixed MappingInfo.createTable logic to pass the full table name to SchemaGroup.findTable. This is important b/c the DynamicSchemaGroup (used during the mappingtool's buildSchema action, the default for JPA) dynamically adds the table to itself during the findTable operation. Without the full table name it would always add the table to the default schema. git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@525606 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src/main | ||
pom.xml |