Hello,
I have a problem I need to join 2 tables, everything goes right but i have in one table hwAddress with upper_case and in the other sometimes i have in lower case so how can I force xml file to do this. In SQL it is 'LIKE' clause and here I am not able to find solution...
Code:
<set fetch="select" inverse="true" name="switchChanges" order-by="date desc" >
<key column="HwAddress" property-ref="hwAddress" />
<one-to-many class="hibernate.SwitchChanges" not-found="ignore" />
</set>
Thanks for help