This test is runnable with any one-to-one mapping found in hibernate documentation. You can use simple database like :

CREATE TABLE taddress (addresspk bigint NOT NULL )
CREATE TABLE personaddress (personid bigint, addressid bigint );
CREATE TABLE tperson (personpk bigint NOT NULL );

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira