org.hibernate.test.annotations.join
Class C

java.lang.Object
  extended by org.hibernate.test.annotations.join.A
      extended by org.hibernate.test.annotations.join.B
          extended by org.hibernate.test.annotations.join.C

@Entity
public class C
extends B


Constructor Summary
C()
           
 
Method Summary
 int getAge()
           
 void setAge(int age)
           
 
Methods inherited from class org.hibernate.test.annotations.join.B
getId, getName, setId, setName
 
Methods inherited from class org.hibernate.test.annotations.join.A
getCreateDate, setCreateDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C

public C()
Method Detail

getAge

public int getAge()

setAge

public void setAge(int age)


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