spring-jdbc-plus
Custom SQL, joins, and soft deletes for Spring Data JDBC
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install spring-jdbc-plus?โผ
Run `npx skills add naver/spring-jdbc-plus --all -g -y` in your terminal to install all skills in this repository globally.
What does spring-jdbc-plus add to Spring Data JDBC?โผ
It adds custom SQL execution, parameter source converters, complex join result mapping, insert/update syntax, soft deletes, and reactive return types.
How to map one-to-many join results in Spring JDBC?โผ
Use the AggregateResultSet support, which maps LEFT OUTER JOIN results directly into an aggregate object graph without manual mapping code.
How to check spring-data-relational upgrade impact?โผ
The sync-data-relational skill fetches the upstream version diff, finds affected code in your project, and generates a report with action items.
Does spring-jdbc-plus support soft deletes?โผ
Yes. Annotate a field with @SoftDeleteColumn.Boolean or @SoftDeleteColumn.String to turn delete operations into update operations automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core