Class Author


  • @Entity
    public class Author
    extends Object
    This class provides an example of one end of a ManyToMany relationship. This class will "own" the relationship, thus define the join table.
    • Constructor Detail

      • Author

        public Author()
      • Author

        public Author​(long id)
    • Method Detail

      • getId

        public long getId()
      • setMedia

        public void setMedia​(List<Media> media)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • myInstance

        private String myInstance()