DefaultDataAccessStrategy instead.@Deprecated public class DefaultDataAccessStrategy extends DefaultDataAccessStrategy
DataAccessStrategy is to generate SQL statements based on meta data from the entity.| Constructor and Description |
|---|
DefaultDataAccessStrategy(SqlGeneratorSource sqlGeneratorSource,
RelationalMappingContext context,
JdbcConverter converter,
NamedParameterJdbcOperations operations)
Deprecated.
Creates a
DefaultDataAccessStrategy which references it self for
resolution of recursive data accesses. |
count, delete, delete, deleteAll, deleteAll, existsById, findAll, findAllById, findAllByPath, findAllByProperty, findById, insert, insert, updatepublic DefaultDataAccessStrategy(SqlGeneratorSource sqlGeneratorSource, RelationalMappingContext context, JdbcConverter converter, NamedParameterJdbcOperations operations)
DefaultDataAccessStrategy which references it self for
resolution of recursive data accesses. Only suitable if this is the only access strategy in use.sqlGeneratorSource - must not be null.context - must not be null.converter - must not be null.operations - must not be null.Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.