[jboss-user] [JBoss Seam] - Re: Further extending an EntityHome

mustaghattack do-not-reply at jboss.com
Mon Sep 24 07:34:20 EDT 2007


You may have to parameterize your BookingHome : try

  | public class BookingHome< B extends Booking > extends EntityHome< B > {
  | 
and then


  | public class BulkBookingHome extends BookingHome<BulkBooking> {	
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087849#4087849

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087849



More information about the jboss-user mailing list