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);
Get the last X records with Sort
spring:repo:last:sort
java
List<${1:Entity}> findTop${2:Count}By${3:Field}(${4:Type} ${5:field}, Sort sort);