Spring Repository Last Sort Query

Descripción

Get the last X records with Sort


File Template: ❌


Prefix

spring:repo:last:sort


Scopes

java


Snippet de código

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