org.jboss.tutorial.cachedentity.bean
Class EntityTestBean

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

public class EntityTestBean
extends java.lang.Object
implements EntityTest

Comment


Constructor Summary
EntityTestBean()
           
 
Method Summary
 Customer createCustomer()
           
 Customer findByCustomerId(java.lang.Long id)
           
 
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

createCustomer

public Customer createCustomer()
Specified by:
createCustomer in interface EntityTest

findByCustomerId

public Customer findByCustomerId(java.lang.Long id)
Specified by:
findByCustomerId in interface EntityTest