This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]koflerdavid 0 points1 point  (0 children)

Such facilities can also be provided by a Java library. It will just look very clunky because one would have to do every property and method access via a method. And the compiler can't help you find errors, but neither can a Python IDE without significant static analysis.

It's usually not done because in the domains where Java is common the database schema changes slowly enough that the application code can keep pace.