org.hibernate.test.annotations.tableperclass
Class Product

java.lang.Object
  extended by org.hibernate.test.annotations.tableperclass.Component
      extended by org.hibernate.test.annotations.tableperclass.Product

@Entity
public class Product
extends Component


Constructor Summary
Product()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.tableperclass.Component
getId, getManufacturerId, getManufacturerPartNumber, setId, setManufacturerId, setManufacturerPartNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.