1. Filtering on calculated columns in hibernate? (HAVING) stackoverflow.comSay I have a table with two columns, X and Y. I would like to run the following query via hibernate:
|
2. Is it possible to detect unused columns in my DB using Hibernate? stackoverflow.comI've got a MySQL database with a hundred or more tables, which is used with Hibernate, and I've come across a couple of columns that are no longer in use. That ... |
3. adding column in a table (dynamically) using hibernate and mysql coderanch.com |
4. Reserved words in MySQL column names forum.hibernate.org |
5. Using reserved words as column names for MySQL. forum.hibernate.orgWhile learning how to use Hybernate I'm working on a small order system. One of the classes within this system is the credit of a customer and I implemented this as follows: |
6. Column Indices supported by Hibernate (for MySql)? forum.hibernate.org |
7. @IndexColumn usage - do I need to create a column in MySQL? forum.hibernate.org |