ORM is a technique or a Design Pattern used to access relational database from an object oriented language.
AN ORM tool is software designed to help OOP developers to interact with relational database in a simpler manner.
AN ORM converts data between two incompatible type systems (Java and MySQL). Such as a model class becomes table in our database and each object is a row of the table.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)