org.jboss.tutorial.relationships.bean
Class EntityTestBean

java.lang.Object
  extended by org.jboss.tutorial.relationships.bean.EntityTestBean
All Implemented Interfaces:
EntityTest

public class EntityTestBean
extends java.lang.Object
implements EntityTest

Comment


Constructor Summary
EntityTestBean()
           
 
Method Summary
 Flight findFlightById(java.lang.Long id)
           
 void manyToManyCreate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityTestBean

public EntityTestBean()
Method Detail

manyToManyCreate

public void manyToManyCreate()
                      throws java.lang.Exception
Specified by:
manyToManyCreate in interface EntityTest
Throws:
java.lang.Exception

findFlightById

public Flight findFlightById(java.lang.Long id)
                      throws java.lang.Exception
Specified by:
findFlightById in interface EntityTest
Throws:
java.lang.Exception