Interface and Description |
---|
org.springframework.data.relational.core.mapping.event.AfterLoadCallback
Use
AfterConvertCallback instead. |
Class and Description |
---|
org.springframework.data.relational.core.mapping.event.AfterLoadEvent
Use
AfterConvertEvent instead. |
org.springframework.data.relational.core.sql.SimpleCondition
since 2.2.5 use
Comparison instead. |
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 |
org.springframework.data.relational.core.mapping.RelationalPersistentProperty.isReference()
since 2.2, in favor of
PersistentProperty.isAssociation() |
org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener.onAfterLoad(AfterLoadEvent<E>) |
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–2022 Pivotal Software, Inc.. All rights reserved.