Spring Repository Top Sort Query

Descripción

Get the first X records with Sort


File Template: ❌


Prefix

spring:repo:top:sort


Scopes

java


Snippet de código

List<${1:Entity}> findTop${2:Count}By${3:Field}(${4:Type} ${5:field}, Sort sort);