| 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.sql.render.RenderContext.getSelect()
Use
RenderContext.getInsertRenderContext() instead. |
| 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>) |
| org.springframework.data.relational.core.conversion.DbAction.InsertRoot.updateAction(T, IdValueSource)
This method exists only to support a temporary workaround. It will be removed completely without
replacement.
|
| Constructor and Description |
|---|
| 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–2023 Pivotal Software, Inc.. All rights reserved.