org.hibernate.test.annotations.uniqueconstraint
Class House
java.lang.Object
   org.hibernate.test.annotations.uniqueconstraint.Building
org.hibernate.test.annotations.uniqueconstraint.Building
       org.hibernate.test.annotations.uniqueconstraint.House
org.hibernate.test.annotations.uniqueconstraint.House
- @Entity
public class House 
- extends Building
 
| Fields inherited from class org.hibernate.test.annotations.uniqueconstraint.Building | 
| height | 
 
| Constructor Summary | 
| House()
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
id
public Long id
cost
public Integer cost
House
public House()
getId
public Long getId()
- 
 
setId
public void setId(Long id)
- 
 
getCost
public Integer getCost()
- 
 
setCost
public void setCost(Integer cost)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.