domaframework / doma

DAO oriented database mapping framework for Java
https://doma.readthedocs.io/
Apache License 2.0
438 stars 69 forks source link

Create UserDefinedExpression feature #1102

Closed momosetkn closed 3 months ago

momosetkn commented 4 months ago

You can define your own Expression. For example, users can implement count-distinct with multiple columns, etc.

nakamura-to commented 4 months ago

Thank you for the pull request. I plan to review it within a few days.

momosetkn commented 3 months ago

@nakamura-to I'm sorry I'm late. Refactoring is complete. I implemented the equals and hashCode method in UserDefinedExpression, similar to the others.

nakamura-to commented 3 months ago

Thank you!