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

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

@Entity
public class F
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
F()
           
 
Method Summary
 Set<B> getBCollection()
           
 H getH()
           
 void setBCollection(Set<B> parameter)
           
 void setH(H 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

F

public F()
Method Detail

getBCollection

public Set<B> getBCollection()

setBCollection

public void setBCollection(Set<B> parameter)

getH

public H getH()

setH

public void setH(H parameter)


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