grails-orm
Grails non-existent mapping property
Having problems with domain class mappings. The domains are as follows: User Domain class User extends SecUser {[详细]
2023-03-22 18:31 分类:问答call to .save() on domain class fails with no signature of method .save() in unit test
I\'m using Grails 1.3.2 in NetBeans. I have a very simple unit test that fails with this error: No signature of method: com.maxrecall.maxrequire.domain.Release.save()[详细]
2023-03-22 07:06 分类:问答please help with null exception when adding data with grails
I am trying to add data to a database, in grails but get this error: Error 500: Executing action [getData] of controller [mgr.CollectDataEntryController] caused exception: groovy.lang.MissingMethodEx[详细]
2023-03-22 05:39 分类:问答Grails GORM - How to get a PagedResultList when using aggregation functions
I\'m using GORM from grails 1.2.1. No chance of upgrading at this point. This is not a grails app per se; rather it is a webapp that uses groovy and leverages GORM for easy domain model persistence.[详细]
2023-03-22 03:03 分类:问答Caching in Grails - what is cached by default and what can be enabled?
I\'m curious about the support for database/GORM object caching provided by the Grails framework. What database caching is enabled by default?[详细]
2023-03-21 02:32 分类:问答Gorm issue help
I have two classes class Facebook { String fid String name User user static constraints = { user(nullable:false)[详细]
2023-03-21 00:19 分类:问答Stripping trailing whitespace from char fields in a legacy database with Grails GORM
What are the possible solutions for stripping the trailing whitespace when mapping char fields in a legacy database?[详细]
2023-03-20 06:15 分类:问答Criteria Many-to-Many With Custom Join Table Domain
Given the following example domains: class UserRole implements Seriali开发者_Python百科zable { User user[详细]
2023-03-20 05:05 分类:问答Foreign key object as primary key
i have the following domain-class-entity: class AccountSupplier { static mapping = { table \'MY_TABLE\' version false[详细]
2023-03-20 03:36 分类:问答grails composite ID does not work
I have the following domain class: class AccountSupplier implem开发者_Python百科ents Serializable {[详细]
2023-03-20 01:43 分类:问答