I have a class that has several BO's as properties and the class manages loading the BO's with the requested data and provides functionality to maintain the required table relations. Is there a better way of doing this? Maybe a view based on the underlying tables? If this is the best option, would we need to used the DDT to set a primary key field so that the business object can update the view?
Thanks for any input.