Originally posted by Bharath Gowda:
can you please help me understand how does I still get the correct results from the database?
Without seeing the actual SQL query getting fired, i don't know how it might be accomplishing this
But just a guess - Case insensitivity is handled at DB server level and each server will have its own way of specifying this. So i guess the
JDBC driver or may be the dialect that you are using with hibernate (the dialect is configured through the hibernate configuration file) is handling this.