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

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

@Entity
public class A
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
A()
           
 
Method Summary
 Set<B> getBCollection()
           
 Set<C> getCCollection()
           
 Set<D> getDCollection()
           
 void setBCollection(Set<B> parameter)
           
 void setCCollection(Set<C> parameter)
           
 void setDCollection(Set<D> 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

A

public A()
Method Detail

getBCollection

public Set<B> getBCollection()

setBCollection

public void setBCollection(Set<B> parameter)

getDCollection

public Set<D> getDCollection()

setDCollection

public void setDCollection(Set<D> parameter)

getCCollection

public Set<C> getCCollection()

setCCollection

public void setCCollection(Set<C> parameter)


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