Class SqlServerSelectRenderContext

java.lang.Object
org.springframework.data.relational.core.dialect.SqlServerSelectRenderContext
All Implemented Interfaces:
SelectRenderContext

public class SqlServerSelectRenderContext extends Object implements SelectRenderContext
SQL-Server specific SelectRenderContext. Summary of SQL-specifics:
  • Appends a synthetic ROW_NUMBER when using pagination and the query does not specify ordering
  • Append synthetic ordering if query uses pagination and the query does not specify ordering
Author:
Mark Paluch, Myeonghyeon Lee