Interface and Description |
---|
org.springframework.data.jdbc.core.DataAccessStrategy
since 1.1, use
DataAccessStrategy |
org.springframework.data.jdbc.repository.RowMapperMap
since 1.1 use
QueryMappingConfiguration |
Class and Description |
---|
org.springframework.data.jdbc.core.CascadingDataAccessStrategy
since 1.1, use
CascadingDataAccessStrategy |
org.springframework.data.jdbc.repository.config.ConfigurableRowMapperMap
Since 1.1 use
DefaultQueryMappingConfiguration instead. |
org.springframework.data.jdbc.core.DefaultDataAccessStrategy
since 1.1, use
DefaultDataAccessStrategy instead. |
org.springframework.data.jdbc.core.DelegatingDataAccessStrategy
since 1.1, use
DelegatingDataAccessStrategy . |
org.springframework.data.jdbc.core.EntityRowMapper
since 1.1, use
EntityRowMapper instead. |
org.springframework.data.jdbc.repository.config.JdbcConfiguration
Use
AbstractJdbcConfiguration instead. |
org.springframework.data.jdbc.repository.support.JdbcQueryMethod
Visibility of this class will be reduced to package private.
|
org.springframework.data.relational.domain.support.RelationalAuditingEventListener
since 1.1, use
RelationalAuditingCallback instead. |
Method and Description |
---|
org.springframework.data.jdbc.core.convert.DataAccessStrategy.findAllByProperty(Object, RelationalPersistentProperty)
Use #findAllByPath instead.
|
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.getReverseColumnName() |
org.springframework.data.jdbc.core.convert.DataAccessStrategy.insert(T, Class<T>, Map<SqlIdentifier, Object>)
since 1.1, use
DataAccessStrategy.insert(Object, Class, Identifier) instead. |
org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean.setRowMapperMap(RowMapperMap) |
org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory.setRowMapperMap(RowMapperMap) |
Annotation Type Element and Description |
---|
org.springframework.data.relational.core.mapping.Column.keyColumn
since 1.1, was used for collection mapping. Use
MappedCollection instead of this. |
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.