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

  • Home
  • SEARCH
  • 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 7675865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:04:00+00:00 2026-05-31T17:04:00+00:00

I am trying to persist a Template object in the app’s database. It’s not

  • 0

I am trying to persist a Template object in the app’s database. It’s not giving me any exceptions but I get the default message from Grails for trying to save an object with a null attribute when the same is marked with nullable:false constraint.

Property tempVersion of class Template cannot be null or (default.null.message)

The Template class is the following:

class Template implements Serializable {

Long tempVersion
String name
Type type
Status status
App app
String body
Tester tester
Date date


static constraints = {
    name blank:false, maxSize:50
    type nullable:false
    status nullable:false
    app nullable:false 
    body blank:false, widget:"textarea"
}

static mapping = {
    id composite:['id','tempVersion']
    tempVersion generator:"sequence", params:[sequence:'SEQ_TEMPLATE_VERSION']
    body type:"text"
    version false
}

I cannot understand why is that, cause if I specify tempVersion as a primary key along with the default ‘id’, it should never generate a null value! Just as shouldn’t generate a null id.
Anyway, does anybody see what I am doing wrong about that?

Thanks in advance.

  • 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-05-31T17:04:01+00:00Added an answer on May 31, 2026 at 5:04 pm

    You must write custom sequence generator if you want generate value foe composite ID.
    Hibernate doesn’t generate values for composite IDs

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

Sidebar

Related Questions

I am trying to persist and ArrayList, but it does not work. Everything is
I'm trying to persist an object into the database using Cayenne Entity Manager. And
I am trying to persist a record in a remote database. But I am
i am trying to persist two entities(with one to many relationship) using jpa but
I'm trying to setup Spring using Hibernate and JPA, but when trying to persist
I am trying to get LINQ to SQL to persist changes to an attached
I'm trying to persist an Array of Arrays to my SQLite database in Rails.
I am trying to persist a Class with a LinkedList Attribute but can't seem
I am trying to persist Java objects to the GAE datastore. I am not
I am trying to persist a BigDecimal in a brand new grails 2.0 app,

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.