Class DomesticVendor

java.lang.Object
org.hibernate.testing.orm.domain.retail.Vendor
org.hibernate.testing.orm.domain.retail.DomesticVendor

@Entity public class DomesticVendor extends Vendor
  • Constructor Details

    • DomesticVendor

      public DomesticVendor()
    • DomesticVendor

      public DomesticVendor(Integer id, String name, String billingEntity)
    • DomesticVendor

      public DomesticVendor(Integer id, String name, String billingEntity, String supplementalDetail)