To remind my self! Main.class @OneToOne @JoinColumn(name = „pk_column_name_in_main_table“, referencedColumnName = „column_name_in_depeding_table“, insertable = false, updatable = false) public Description getDescription() { return this.description; } Depending.class @Id @Column(name = „… [Weiterlesen]