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 281569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:12:51+00:00 2026-05-12T05:12:51+00:00

If I have a mapping like this: <class name=Users table=users> <id column=id name=id> <generator

  • 0

If I have a mapping like this:

<class name="Users" table="users">
    <id column="id" name="id">
        <generator class="native"/>
    </id>
    ...
    <set name="types" table="types" cascade="all">
        <key column="user_id" />
        <element column="type_name" type="string" />
    </set>
</class>

How should the user object be created? I did this:

User u = new User();
u.getType().add(new Type(type_name));
getHibernateTemplate().save(u);

But there will be the error java.lang.ClassCastException: Type.
The Type class only has an integer user_id and string type_name in it with get/set.

Why doesn’t it work? Where can I find documentation on saving objects with collection of elements? Thanks you so much.

  • 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-12T05:12:51+00:00Added an answer on May 12, 2026 at 5:12 am

    Have a look at http://docs.jboss.org/hibernate/stable/core/reference/en/html/collections.html.

    Change the element to:

    <element column="type_name" type="Type" />
    

    Then you can add types to the set. Right now you have it defined as String.

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

Sidebar

Related Questions

I have a problem with my hibernate mapping using EmbeddedId. My code looks like
I have a schema that looks like this User Id INT Username VARCHAR(100) Password
I have this ER model Message 0..1 <--> 0..1 MessageDetail PK:ID_MESSAGE PK: ID_DETAIL NAME
I have read some post about fetch=join - http://nhforge.org/blogs/nhibernate/archive/2009/04/09/nhibernate-mapping-lt-many-to-one-gt.aspx (ser4ik.livejournal.com/2505.html) So I have some
I have a product table that has a many-to-many relation to itself (using a
Users of my application have the possibility of choosing some values from list. The
I have a database table which stores a type for a project which stores
I am having trouble setting up jpa mappings for some entities. I have a
I have an ASP.NET (3.5) page that allows a user to upload an Excel
[Edit: Apparently, this is only an issue for arrays and FoxyBOA's answer might direct

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.