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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:30:24+00:00 2026-05-25T16:30:24+00:00

I got in DB tables: a) rb_user: id_user, username, … b) rb_user_password: id, user_id,

  • 0

I got in DB tables:
a) rb_user:
id_user, username, …
b) rb_user_password:
id, user_id, password.

How to annotate this in my java classes? I got:

@Entity
@Table(name="rb_users")
@SecondaryTable(name="rb_user_password")
public class User {

    @Id
    @Column(name="id_user")
    private int id;
    private String name;
    ...
    @Column(table="rb_user_password", name="password")
    private String password

I got these exception:

org.postgresql.util.PSQLException: ERROR: column user0_1_.id_user does
not exist

I know its because I got primary key “id_user”, and in my table with password column name is “user_id”

  • 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-25T16:30:24+00:00Added an answer on May 25, 2026 at 4:30 pm

    You can specifiy the name of the attribute in the secondary table with the pkJoinColumns attribute on @SecondaryTable.

    @Entity
    @Table(name="rb_users")
    @SecondaryTable(name="rb_user_password", pkJoinColumns=@PrimaryKeyJoinColumn(name="user_id"))
    public class User {
    ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i've got this tables in my database. alt text http://img166.imageshack.us/img166/3133/testdbschemafy5.png With Entity Framework i
I've got tables like this: Table Articles --------------- AID(PK) Name PublisherID Words Table Books
Ive got 3 tables, projects, devices and projectdevice (table that links the 2 for
I've got two tables (let's say left and right tables). The right table's got
I am developing an Rails 3 API and in this API I got tables
Got two tables: users(id, column) and objects(user_id, column) . How to extract all users
I've got tables like: table A id name email 1 test1 ex@ex.com 2 test2
I'm working with a SQL Server DB that's got tables spread across multiple schemas
I got two tables Product(Productname VARCHAR(10), Rating REAL) and Review(RatingID INT, Productname VARCHAR(10), Rating
I got two tables in my database: user and call. User exists of 3

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.