Details
Description
@scaffold
service CustomerDas {
uses CustomerDao
op List<Book> booksFromCustomer(Long ^id)
}
Book is an Entity, but because this is a hibernate object and could be lazyloaded it should not be given outside of the services area
an dataview is correct but this should be checked in model
already resolved/does not apply anymore