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