org.hibernate.test.annotations.access
Class Gardenshed
java.lang.Object
org.hibernate.test.annotations.access.Thingy
org.hibernate.test.annotations.access.Woody
org.hibernate.test.annotations.access.Gardenshed
@Entity
public class Gardenshed
- extends Woody
This is the opposite of the Furniture test, as this tries to override the class AccessType("property") with
the property AccessType("field").
- Since:
- 2007-05-31
| Fields inherited from class org.hibernate.test.annotations.access.Woody |
isAlive |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
floors
public long floors
Gardenshed
public Gardenshed()
getBrand
public String getBrand()
setBrand
public void setBrand(String brand)
getId
public Integer getId()
setId
public void setId(Integer id)
getFloors
public long getFloors()
setFloors
public void setFloors(long floors)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.