Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Grails on Groovy
.
Show all posts
Showing posts with label
Grails on Groovy
.
Show all posts
Monday, August 28, 2023
Grails / GORM apply criteria query with hasmany String for filter
›
I have a domain object (User) like this: class User { String name static hasMany = [ permissions : ...
Friday, February 8, 2019
GRAILS > FUNCTIONALITY AFTER TRANSACTION COMMITTED
›
So the problem is when we working on grails project with hibernate transaction to manage data, we do not know when actually transaction...
Saturday, April 21, 2018
Grails on Groovy > @Transactional does not rollback on checked exceptions
›
We’re using the Spring Framework in most of our grails applications to manage database transaction. One of the big advantages is ...
›
Home
View web version