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

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

@Entity
public class B
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
B()
           
 
Method Summary
 A getA()
           
 Set<C> getCCollection()
           
 F getF()
           
 void setA(A parameter)
           
 void setCCollection(Set<C> parameter)
           
 void setF(F 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

B

public B()
Method Detail

getCCollection

public Set<C> getCCollection()

setCCollection

public void setCCollection(Set<C> parameter)

getA

public A getA()

setA

public void setA(A parameter)

getF

public F getF()

setF

public void setF(F parameter)


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