Skip to content

Instantly share code, notes, and snippets.

@tkfx
Created June 23, 2016 08:55
Show Gist options
  • Select an option

  • Save tkfx/0fc6c3deb1715a2cd8e41a5eeddeb35a to your computer and use it in GitHub Desktop.

Select an option

Save tkfx/0fc6c3deb1715a2cd8e41a5eeddeb35a to your computer and use it in GitHub Desktop.
@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "authorSequence")
@Column(name = "id", updatable = false, nullable = false)
private Long id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment