org.hibernate.test.annotations.xml.ejb3
Class Entity1

java.lang.Object
  extended by org.hibernate.test.annotations.xml.ejb3.Entity1

public class Entity1
extends Object


Constructor Summary
Entity1()
           
 
Method Summary
 Entity2 getField1()
           
 void setField1(Entity2 field1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity1

public Entity1()
Method Detail

getField1

public Entity2 getField1()

setField1

public void setField1(Entity2 field1)


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