Skip to content

Instantly share code, notes, and snippets.

@tkfx
Created June 23, 2016 09:33
Show Gist options
  • Select an option

  • Save tkfx/85b9bc1e153fbd256a26f5fc7dae3221 to your computer and use it in GitHub Desktop.

Select an option

Save tkfx/85b9bc1e153fbd256a26f5fc7dae3221 to your computer and use it in GitHub Desktop.
@Entity
@Table(name = "author", schema = "bookstore")
public class Author implements Serializable {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment