Huskycoder
Huskycoder
JCHJava Community | Help. Code. Learn.
Created by Huskycoder on 4/29/2025 in #java-help
Need help with Hibernate for handling citext datatype
Im using citext type column in database. When I fetch it using JPA methods say findbyname(name), it casts the name to varchar and performs normal text comparison. Citext is used for case insensitive matching hence when I hit query in db, Google=GooGlE returns result, but via JPA it does not. Exactly the below issue. Please help https://github.com/vladmihalcea/hypersistence-utils/issues/743
4 replies