Class Soup


  • @Entity
    public class Soup
    extends Product
    This class provides an example of an entity sub-class that is part of a single table inheritance strategy. The table and primary key generation is being defined by the parent class. This class is accepting all defaults.
    See Also:
    class for a sibling example of overriding the discriminator value.
    • Constructor Detail

      • Soup

        public Soup()
      • Soup

        public Soup​(long id)