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

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

@Entity
public class G
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
G()
           
 
Method Summary
 Set<C> getCCollection()
           
 void setCCollection(Set<C> 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

G

public G()
Method Detail

getCCollection

public Set<C> getCCollection()

setCCollection

public void setCCollection(Set<C> parameter)


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