Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: What is ORM?

  1. #11
    Join Date
    Apr 2016
    Location
    Hyderabad
    Posts
    9

    Default

    An ORM allows developers to work with the contents of a database in the form of objects.

  2. #12
    Join Date
    Apr 2016
    Location
    india
    Posts
    7

    Default

    ORM is concerned with helping your application to achieve persistence. So what is persistence? Persistence simply means that we would like our application’s data to outlive the applications process. In Java terms, we would like the state of (some of) our objects to live beyond the scope of the JVM so that the same state is available later.

  3. #13
    Join Date
    Jun 2016
    Location
    Jasmen St, building Num: 105, Amman, Jordan
    Posts
    20

    Default

    Object-social applying (ORM, O/RM, and O/R mapping) in application technological innovation is a development technique for modifying over information between unreliable type frameworks in product organized development 'languages'. This creates, as a consequence, a "virtual product database" that can be used from within of the development language.

  4. #14

    Default

    Object-Relational Mapping (ORM) is a technique that lets you query and manipulate data from a database using an object-oriented paradigm.

  5. #15

    Default

    Object-social mapping (ORM, O/RM, and O/R mapping instrument) in software engineering is a programming method for changing over information between inconsistent sort frameworks in item situated programming dialects. This makes, basically, a "virtual article database" that can be utilized from inside the programming dialect.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •