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

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

@Entity
public class C1
extends Object


Constructor Summary
C1()
           
 
Method Summary
 B1 getB1()
           
 int getId()
           
 void setB1(B1 b1)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C1

public C1()
Method Detail

getB1

public B1 getB1()

setB1

public void setB1(B1 b1)

getId

public int getId()

setId

public void setId(int id)


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