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 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 );