Relative Content

Tag Archive for javasqlspring-boothibernatespring-data-jpa

Why boolean values are not set properly in DB

Here Iam trying to set Boolean values using JPA but in return the field name and the value both are different from what I have actually passed.
If you look at my request i have passed isCouponAplied but in return i got just couponAplied.