C
Craig Buchanan
I've seen design patterns for class factories that work well to create
(fetch) objects, but I haven't seen anything about how to persist the class'
data when it has changed. Is this done thru the factory? What about
security? I'm assuming that the factory should enforce security.
Has anyone seen examples of this?
Thanks,
Craig Buchanan
(fetch) objects, but I haven't seen anything about how to persist the class'
data when it has changed. Is this done thru the factory? What about
security? I'm assuming that the factory should enforce security.
Has anyone seen examples of this?
Thanks,
Craig Buchanan