Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8964715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:39:05+00:00 2026-06-15T16:39:05+00:00

In a domain class, I’m using the assigned ID Generator: static mapping = {

  • 0

In a domain class, I’m using the “assigned” ID Generator:

static mapping = {
    id(generator: 'assigned')
}

Before an entity is saved, I’d like to make sure that it has an id set.

def beforeSave() {
    if (!id) {
        id = DomainUtil.newId();
    }
}

Unfortunately, this does not work:

org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): was.Product

The “beforeSave” hook seems to be invoked after the check for the id takes place. Is there a way to work around this? Im using Grails 2.1.1.

EDIT:

This seems to work, but it is quite hacky: On the propert declaration, I added:

String id = DomainUtil.newId(); 

This initializes the id with a “default”, which can then be modified before calling save().

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T16:39:06+00:00Added an answer on June 15, 2026 at 4:39 pm

    You can try beforeValidate. It is probably the closest thing to what you are looking for. I’m not sure it will work in your specific case though. It will get executed on an insert or update because save() calls validate().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My domain class looks like this: package com.initech.tps class Foo { String stuff static
I have a domain class that looks like this: class Offerbyuser { Number offerPrice
I have a grails domain class that looks like: class Person { String name
I have this domain class. class Book { String code String description static mapping
I have a fluent mapping of a domain class that defines the names for
I have a Grails 1.3.7 domain class that is declared like this: class Document
i have a domain class like package trip.side import java.text.SimpleDateFormat class HotelStay { String
I have a domain class: class Author { String name static hasMany = [superFantasticAndAwesomeBooks:
If I have a Client domain class, and that Client hasMany Courses. How do
I have a custom validator in a domain class that refers to a config

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.