I\'m using Hibernate for ORM of my Java app to an Oracle database (not that the database vendor matters, we may switch to another database one day), and I want to retrieve objec
Most default database collations are not case-sensitive, but in the SQL Server world it can be set at the instance, the database, and the column level.