Skip to content

Conversation

@nakamura-to
Copy link
Member

Summary

  • Added new condition-based search functionality to EmployeeDao
  • Implemented EmployeeCondition class for flexible query building
  • Enhanced code generation to support condition-based DAOs

Test plan

  • Added test case for selectByCondition method
  • Verified generated DAOs include condition-based search
  • All existing tests pass

🤖 Generated with Claude Code

- Add EmployeeCondition record for search criteria (name pattern and age)
- Add selectByCondition method to EmployeeDao
- Add SQL query for condition-based search
- Update build script to generate condition classes for all DAOs
- Add test for selectByCondition functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@nakamura-to nakamura-to merged commit 6109434 into main Jun 15, 2025
1 check passed
@nakamura-to nakamura-to deleted the refactor/condition branch June 15, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants