Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
HQL
.
Show all posts
Showing posts with label
HQL
.
Show all posts
Friday, October 16, 2015
Using a CASE Statement/If Condition in HQL select query
›
SELECT name , CASE WHEN name = 'Name' then 'Name is Name' else 'Name is not Name' end From Domain
Wednesday, October 14, 2015
HQL Use MySQL Functions By Implementing Custom Dialect
›
Datasource.groovy File hibernate { cache . use_second_level_cache = true cache . use_query_cache = true cache . re...
1 comment:
Tuesday, May 6, 2014
Hibernate HQL CRUD Example
›
HQLTest.java package com . pkm . commands ; import com.pkm.domains.User ; import com.pkm.utils.HibernateUtil ; import java.ut...
›
Home
View web version