Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dddjava
/
jig
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
315
Code
Issues
20
Pull requests
1
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
SpringDataJDBC対応
- #1060
#1060
Merged
irof
merged 22 commits into
main
dddjava/jig:main
from
agent/spring-data-jdbc-support
dddjava/jig:agent/spring-data-jdbc-support
Copy head branch name to clipboard
Feb 22, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
SpringDataJDBC対応
#1060
irof
merged 22 commits into
main
dddjava/jig:main
from
agent/spring-data-jdbc-support
dddjava/jig:agent/spring-data-jdbc-support
Copy head branch name to clipboard
Commits
Commits on Feb 20, 2026
feat: Spring Data JDBCのCRUD解析を追加
Show description for 9f59880
irof
committed
9f59880
View commit details
Copy full SHA for 9f59880
Browse repository at this point
refactor: 変な位置に作ってたので移動
irof
committed
43920e1
View commit details
Copy full SHA for 43920e1
Browse repository at this point
docs: 何者かを書いておく
irof
committed
4057a22
View commit details
Copy full SHA for 4057a22
Browse repository at this point
Commits on Feb 21, 2026
refactor: SpringDataJdbcStatementsReaderの戻り値を中立化
Show description for 9fd8852
irof
committed
9fd8852
View commit details
Copy full SHA for 9fd8852
Browse repository at this point
refactor: SQLステートメント型名を中立化
Show description for 526c25c
irof
committed
526c25c
View commit details
Copy full SHA for 526c25c
Browse repository at this point
refactor: SpringDataJdbcStatementsReaderの戻り値をSqlStatementsに統一
Show description for 667a223
irof
committed
667a223
View commit details
Copy full SHA for 667a223
Browse repository at this point
refactor: SpringDataJDBC解析をASMメタ情報ベースに変更
Show description for 277bd4a
irof
committed
277bd4a
View commit details
Copy full SHA for 277bd4a
Browse repository at this point
docs: 推測メソッドにコメントを追加
Show description for af1be40
irof
committed
af1be40
View commit details
Copy full SHA for af1be40
Browse repository at this point
Commits on Feb 22, 2026
docs: SpringDataJDBC解析対象の条件コメントを追加
Show description for f071a35
irof
committed
f071a35
View commit details
Copy full SHA for f071a35
Browse repository at this point
fix: @Queryメソッドを命名規約推測の対象外にする
Show description for 59b87f9
irof
committed
59b87f9
View commit details
Copy full SHA for 59b87f9
Browse repository at this point
fix: SpringDataJDBC解析の@Repository条件を除去
Show description for e83ff0a
irof
committed
e83ff0a
View commit details
Copy full SHA for e83ff0a
Browse repository at this point
feat: SpringDataJDBCの@Queryメソッド解析に対応
Show description for 38ec9cb
irof
committed
38ec9cb
View commit details
Copy full SHA for 38ec9cb
Browse repository at this point
fix: @Query先頭装飾を除去してSQL種別を判定
Show description for 1cf7139
irof
committed
1cf7139
View commit details
Copy full SHA for 1cf7139
Browse repository at this point
docs: SqlStatementIdクラスにTODOコメントを追加
irof
committed
ff1f39a
View commit details
Copy full SHA for ff1f39a
Browse repository at this point
refactor: SQLステートメントIDの生成処理をメソッドに分離
irof
committed
183b72f
View commit details
Copy full SHA for 183b72f
Browse repository at this point
fix: SQL解析失敗時のログメッセージを修正
Show description for 298ebb0
irof
committed
298ebb0
View commit details
Copy full SHA for 298ebb0
Browse repository at this point
refactor: DBアクセス判定処理をメソッドに分離
irof
committed
27a4b0b
View commit details
Copy full SHA for 27a4b0b
Browse repository at this point
test: SpringDataJdbcStatementReaderTestをパラメタライズド化
Show description for 4092235
irof
committed
4092235
View commit details
Copy full SHA for 4092235
Browse repository at this point
refactor: QueryからのSQL種別推測をSqlTypeに集約
Show description for dae8953
irof
committed
dae8953
View commit details
Copy full SHA for dae8953
Browse repository at this point
refactor: SQL先頭装飾の除去処理をQueryに集約
Show description for 0c86a8d
irof
committed
0c86a8d
View commit details
Copy full SHA for 0c86a8d
Browse repository at this point
refactor: inferSqlTypeFromQueryがQueryを受け取るよう変更
Show description for 7c31ec4
irof
committed
7c31ec4
View commit details
Copy full SHA for 7c31ec4
Browse repository at this point
refactor: QueryにnormalizedQueryを追加
Show description for f4472e5
irof
committed
f4472e5
View commit details
Copy full SHA for f4472e5
Browse repository at this point
You can’t perform that action at this time.