28Smiles / jdbi-modules

Modular SQL and mapping for Jdbi
Apache License 2.0
2 stars 1 forks source link

QueryModifiers don't have a hashCode() nor an equals() method #27

Closed dhardtke closed 5 years ago

dhardtke commented 5 years ago

I was pretty surprised about this, but when using QueryModifier or any of its subclasses I would really like to put them in, let's say a HashSet, but without hashCode() and equals(Object) I'm sure I shouldn't.