org.hibernate.ejb.test.emops.cascade
Class C2

java.lang.Object
  extended by org.hibernate.ejb.test.emops.cascade.C2

@Entity
public class C2
extends Object


Constructor Summary
C2()
           
 
Method Summary
 B2 getB2()
           
 int getId()
           
 void setB2(B2 b2)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C2

public C2()
Method Detail

getB2

public B2 getB2()

setB2

public void setB2(B2 b2)

getId

public int getId()

setId

public void setId(int id)


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