Class WantList


  • @Entity
    public class WantList
    extends Object
    This class is an example of a uni-directional ManyToMany relationship. This class both "owns" the relationship to Media and is the only direction in which it can be navigated. There are many Media in a WantList and many WantLists associated with a Media.
    • Constructor Detail

      • WantList

        public WantList()