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 |
Constructor and Description |
---|
org.springframework.data.jdbc.core.mapping.BasicJdbcPersistentProperty(Property, PersistentEntity<?, RelationalPersistentProperty>, SimpleTypeHolder, RelationalMappingContext) |
org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty(Property, PersistentEntity<?, RelationalPersistentProperty>, SimpleTypeHolder, RelationalMappingContext) |
org.springframework.data.relational.core.mapping.event.BeforeConvertEvent(E, AggregateChange<E>)
since 2.1.4, use
BeforeConvertEvent(Object) as we don't expect an AggregateChange
before converting an aggregate. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.