-
ElementDescriptionbecause identifierProcessing now will not be considered in the process of applying it to
SqlIdentifier
, useMyBatisDataAccessStrategy(org.apache.ibatis.session.SqlSession)
constructor insteaduseDefaultNamingStrategy.INSTANCE
instead.since 3.1, use the #getReference() method instead.
-
InterfaceDescription
-
MethodDescriptionsince 3.0, use
DelegatingDataAccessStrategy(DataAccessStrategy)
to avoid mutable state.since 3.0 useJdbcAggregateOperations.delete(Object)
insteadsince 3.0 useJdbcAggregateOperations.deleteAll(Iterable)
instead.useR2dbcEntityOperations.getConverter()
instead asReactiveDataAccessStrategy
will be removed in a future release.since 1.2.DatabaseClient
encapsulates named parameter handling entirely.since 1.1, useStatementMapper.SelectSpec.getSelectList()
instead.since 1.1.since 3.1, use the #getReference() method instead.
-
ConstructorDescriptionbecause identifierProcessing now will not be considered in the process of applying it to
SqlIdentifier
, useMyBatisDataAccessStrategy(org.apache.ibatis.session.SqlSession)
constructor instead
DelegatingDataAccessStrategy(DataAccessStrategy)
to avoid mutable state.