Re: OODesign approach in reality



Joanna Carter [TeamB] wrote:
Our OPF has a mapping system that knows how to create a foreign key column in a detail table simply by determining that a list property is readonly and that it is part of an IComposite implementing class.

Whereas I hate SQL, which makes it compulsory to try something better...

Yes, I am so glad that having to write SQL is something that the OPF does for me :-)

It's amazing how much one can work, to avoid doing that much :)

Joanna, are you using a table per class in your OPF, mapping properties to columns, or what kinda approach do you have? How do you handle inheritance?
.



Relevant Pages

  • Re: O/R Mapper
    ... We don't write migration scripts, the OPF looks after that for us; ... injecting a custom generator for any given type. ... Joanna Carter ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Delphi 6 vs C# speed comparison
    ... > a ton of limitations). ... I don't give my OPF for free either. ... Joanna Carter ... TeamBUG support for UK-BUG ...
    (borland.public.delphi.non-technical)
  • Re: "Facets" or how to reduce available members...
    ... | So refactor your code and put a middle tier between the db components ... It's called an OPF - see TechInsite or Bold or ECO. ... Joanna Carter ... TeamBUG support for UK-BUG ...
    (borland.public.delphi.language.objectpascal)

Loading