Skip to content

Instantly share code, notes, and snippets.

@edalquist
Created September 27, 2011 20:56
Show Gist options
  • Save edalquist/1246224 to your computer and use it in GitHub Desktop.
Save edalquist/1246224 to your computer and use it in GitHub Desktop.
public class SomeEntity {
@NaturalId
@ManyToOne(optional = false)
private final StylesheetDescriptorImpl stylesheetDescriptor;
@NaturalId
private final int userId;
@NaturalId
private final int profileId;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment