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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...