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

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

@Entity
public class E
extends AbstractEntity

No Documentation

See Also:
Serialized Form

Constructor Summary
E()
           
 
Method Summary
 F getF()
           
 void setF(F 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

E

public E()
Method Detail

getF

public F getF()

setF

public void setF(F parameter)


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