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

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

@Entity
public class D
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
D()
           
 
Method Summary
 Set<A> getACollection()
           
 Set<E> getECollection()
           
 void setACollection(Set<A> parameter)
           
 void setECollection(Set<E> 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

D

public D()
Method Detail

getACollection

public Set<A> getACollection()

setACollection

public void setACollection(Set<A> parameter)

getECollection

public Set<E> getECollection()

setECollection

public void setECollection(Set<E> parameter)


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