Class Author


  • @Entity
    public class Author
    extends java.lang.Object
    A persistent entity to represent an author of one or more Book.
    Notes: No setter for identity value.
  • Identity:Generated value as identity.
  • Mapping:Many-to-Many mapping to Books.
  • Version: Yes.
Author:
Pinaki Poddar