Skip to content

Instantly share code, notes, and snippets.

@stliu
Created September 5, 2013 15:26
Show Gist options
  • Save stliu/6451703 to your computer and use it in GitHub Desktop.
Save stliu/6451703 to your computer and use it in GitHub Desktop.
org.hibernate.cfg.OneToOneSecondPass#doSecondPass
if ( !optional ) value.setConstrained( true );
value.setForeignKeyType(
value.isConstrained() ?
ForeignKeyDirection.FOREIGN_KEY_FROM_PARENT :
ForeignKeyDirection.FOREIGN_KEY_TO_PARENT
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment