Hi folks,
I was playing around with setting various methods in a Entity so that they would not be used, e.g.
will remove the count method from the _Entity.aj as well as from the associated controller code.Code:@RooEntity(finders = { "findSubscribersByMsisdnEquals"}, countMethod="")
But when I set findAllMethod="" I found that the POST methods in the controller were removed. Can anyone explain why this is the case?
/Mark


Reply With Quote