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 Summary
Constructors Constructor Description DomesticVendor()
DomesticVendor(Integer id, String name, String billingEntity)
-