Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
What is ORM seo?
#2
ORM stands for Object Relational Mapping is a programming technique for converting data between relational databases and object oriented programming languages such as Java, C# etc.

An ORM system has following advantages over plain JDBC.

1)Hides details of SQL queries from OO logic.

2)Transaction management and automatic key generation.

3)Fast development of application.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)