[Info-vax] Calling $CREPRC in COBOL
Arne Vajhøj
arne at vajhoej.dk
Sun Jul 10 19:40:40 EDT 2022
On 7/10/2022 7:31 PM, Richard Maher wrote:
> On 10/07/2022 8:15 am, Arne Vajhøj wrote:
>> Obvious choices would be Java + Hibernate, C# + Entity Framework or
>> PHP + Doctrine, but since Groovy and Basic are part of the thread
>> then Groovy + Hibernate and VB.NET + Entity Framework.
> Why do OO programmers refuse to use SQL :-(
>
> A TABLE <> CLASS!!!
>
> ORMs are just another abstraction for abstraction's sake.
An ORM is a higher level of abstraction. It result in
less code than using SQL and is therefore cost
efficient.
Not all database operations are suitable
for ORM, so even though one use ORM then one would
typical also use some direct SQL.
But the topic at hand handling of inheritance hierarchies
is one where ORM shines.
Arne
More information about the Info-vax
mailing list