About 12,000,000 results
Open links in new tab
  1. What is an ORM, how does it work, and how should I use one?

    Introduction Object-Relational Mapping (ORM) is a technique that lets you query and manipulate data from a database using an object-oriented paradigm. When talking about ORM, most people are …

  2. orm - What is an Object-Relational Mapping Framework? - Stack …

    ORM (Object Relational Mapper) Object Relational Mapping (ORM) is a technique (Design Pattern) of accessing a relational database from an object-oriented language.

  3. What is the difference between an ORM and an ODM?

    Essencially, an ORM use a SQL database Driver like ODBC, JDBC or OLEDB to translate the object notation to relational notation and an ODM use a JSON or JSONB api to translate the Object …

  4. java - JPA vs ORM vs Hibernate? - Stack Overflow

    ORM is the approach of taking object-oriented data and mapping to a relational data store (e.g. tables in a RDBMS) JPA is the Java EE standard specification for ORM in Java EE.

  5. What ORM for .net should I use? - Stack Overflow

    May 3, 2017 · I'm relatively new to .NET and have being using Linq2Sql for a almost a year, but it lacks some of the features I'm looking for now. I'm going to start a new project in which I want to use an …

  6. database - What's the meaning of ORM? - Stack Overflow

    Improve the robust of the code (using ORM means less code, and less code means less error) But if I don't have the requirement of migration, What's the meaning of the ORM to me? ps. Recently my …

  7. Are there good reasons not to use an ORM? - Stack Overflow

    The short answer is yes, there are really good reasons. As a matter of fact there are cases where you just cannot use an ORM. Case in point, I work for a large enterprise financial institution and we have …

  8. The advantages and disadvantages of using ORM [closed]

    ORM has a tendency to be slow. ORM fail to compete against SQL queries for complex queries. In summary, I believe that the advantages of using an ORM (mainly the reduced time taken to perform …

  9. database - Why should you use an ORM? - Stack Overflow

    If you are motivate to the "pros" of an ORM and why would you use an ORM to management/client, what are those reasons would be? Try and keep one reason per answer so that …

  10. orm - Whats the difference between Object Role Modeling and Object ...

    Jul 7, 2014 · ORM and related modeling languages are distinguished by being attribute-free. These languages contain only objects and object types (kinds of things), facts and fact types (relationships …