[hibernate-dev] Is @SecondaryTable required when a join table is specified?

Gail Badner gbadner at redhat.com
Fri Mar 1 01:13:46 EST 2013


I noticed that org.hibernate.test.annotations.onetoone.OneToOneTest and OptionalOneToOnePKJCTest uses this mapping:

https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/test/resources/org/hibernate/test/annotations/onetoone/orm.xml

Son.father specifies a join-table ("father_son"), but has no <secondary-table>. There is no @SecondaryTable defined in Son (this is a unidirectional association).

I thought that @SecondaryTable was required when an association uses a join table. Currently, that's how it works in the new metamodel. 

Should it be optional?

Thanks,
Gail


More information about the hibernate-dev mailing list