org.jboss.tutorial.cachedentity.bean
Interface EntityTest

All Known Implementing Classes:
EntityTestBean

public interface EntityTest

Comment


Method Summary
 Customer createCustomer()
           
 Customer findByCustomerId(java.lang.Long id)
           
 

Method Detail

createCustomer

Customer createCustomer()

findByCustomerId

Customer findByCustomerId(java.lang.Long id)