The grails export plugin is designed to export a single domain class. Is there a way to use the Grails export plugin to export a hierarchy of hasMany domain classes.Could I do a join that creates a tr
This question is an extension of / is similar too the question I asked here.The specific issue I was having in that question was solved, but I am having another very similar issue.
Is it possible to create domain class which will开发者_开发问答 be mapped to db table with predefined values, for example:
first of all: i am not a beginner in grails. I used a one-to-many association many times. Maybe the problem is happening because it\'s not a us开发者_开发技巧ual use.
In Grai开发者_StackOverflowls, with DynamicFinder how can we execute a query using ilike along with inList? Or can we use CriteriaBuilder to combine ilike and inList? Thank you!why do you want do comb
I have to GORM domains, A & B, that relate to database tables. A has a one-to-many relationship with B. Because of this, the classes look similar to:
I\'m starting more serious tests of my grails web-app and it was time to move from hsqldb to postgres. Eve开发者_JAVA百科rything went more or less ok, however I\'m getting an error in Bootstrap when c
I have a Grails query that has an order by clause, but when the results come back they are not ordered by that field. If I run the same query in the database it works correctly.
I\'m going nuts with foreign key constraints here. No matter what I specify for cascading behavior or belongsTo/hasMany, I get a foreign-key constraint error
This a continuation of this question. I have an Address class which contains basic street address information.I also have a User class which has the attributes physicalAddress, mailingAddress, cargoD