Class Purchase


  • @Entity
    public class Purchase
    extends Object
    This class provides an example of the one/inverse side of a one-to-many, bi-directional relationship realized through a join-table mapped from the owning/many side.
    • Constructor Detail

      • Purchase

        protected Purchase()
      • Purchase

        public Purchase​(Date date)