Descripción
Get the first X records
File Template: ❌
Prefix
spring:repo:top
Scopes
java
Snippet de código
List<${1:Entity}> findTop${2:Count}By${3:Field}(${4:Type} ${5:field});
Get the first X records
spring:repo:top
java
List<${1:Entity}> findTop${2:Count}By${3:Field}(${4:Type} ${5:field});