Method and Description |
---|
org.springframework.data.relational.core.mapping.NamingStrategy.getQualifiedTableName(Class<?>)
since 2.0. The method returns a concatenated schema with table name which conflicts with escaping. Use
rather
NamingStrategy.getTableName(Class) and NamingStrategy.getSchema() independently |
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.