It's about inheritance!
I have an abstractClassificator entity with various fields id, description...
Then a booleanQueryClassificator --extends from it. This adds a simple 'query' string field.
Why after controller scaffold.... I can't see 'Query ________' textfield in my app?
Something like this...Code:entity --class ~.domain.BooleanQueryClassificator --testAutomatically --identifierField jpaId --extends ~.domain.AbstractClassificator field string query controller scaffold ~.web.BooleanQueryClassificatorController
Thanks



Reply With Quote
