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 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 3 tables that are something like this (simplified here ofc): users user_id
I've got tables like this: Table Articles --------------- AID(PK) Name PublisherID Words Table Books
I've got two tables: TABLE A (columns: FirstValue, SecondValue, SeatNumber) currently empty TABLE B(1
I've got 2 tables. The first table is full of entries. The second table
I got 2 tables storing prices of the product. The main table is Product
I got three tables: Houses, Person and PersonHouseAssignments In my Houses -Table I got
I've got tables A, B, C where B is association table with adding columns
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
Got 2 tables / entities, very straightforward scenario. Table poets - Columns: id, poet,

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.