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

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

@Entity
public class H
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
H()
           
 
Method Summary
 G getG()
           
 void setG(G 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

H

public H()
Method Detail

getG

public G getG()

setG

public void setG(G parameter)


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