org.hibernate.test.annotations.cascade.circle.identity
Class C

java.lang.Object
  extended by org.hibernate.test.annotations.cascade.circle.identity.AbstractEntity
      extended by org.hibernate.test.annotations.cascade.circle.identity.C
All Implemented Interfaces:
Serializable

@Entity
public class C
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
C()
           
 
Method Summary
 A getA()
           
 B getB()
           
 G getG()
           
 void setA(A parameter)
           
 void setB(B parameter)
           
 void setG(G parameter)
           
 
Methods inherited from class org.hibernate.test.annotations.cascade.circle.identity.AbstractEntity
equals, getCreated, getId, getUuid, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

C

public C()
Method Detail

getA

public A getA()

setA

public void setA(A parameter)

getG

public G getG()

setG

public void setG(G parameter)

getB

public B getB()

setB

public void setB(B parameter)


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