Data access object: Difference between revisions

Content deleted Content added
Hypothetical use scenario: Fixed bad grammar ("which" vs "that"), cleaned up wording to be more concise and improve flow
Removed external links from body of article and pruned EL section to meet WP:EL.
Line 31:
* ORMLite: Lightweight [[object-relational mapping]] (ORM) framework in Java for JDBC and Android<ref>{{cite book|last1=Hodgson|first1=Kyle|last2=Reid|first2=Darren|title=ServiceStack 4 Cookbook|publisher=Packt Publishing Ltd|isbn=9781783986576|page=Chapter 4|url=https://books.google.com/?id=x9hpBgAAQBAJ&pg=PA129&dq=%22ORMLite%22#v=onepage&q=%22ORMLite%22&f=false|accessdate=22 June 2016|language=en|date=2015-01-23}}</ref>
* [[Entity Framework|Microsoft Entity Framework]]
* [http://www.dbix-class.org/about.html DBIx::Class] [[object-relational mapping]] (ORM) module for [[Perl]]
 
== See also ==
Line 40:
== References ==
{{Reflist}}
 
== External links ==
* [http://tutorials.jenkov.com/java-persistence/dao-design-pattern.html ''Java Persistence'' - ''The DAO Design Pattern'']
* [http://www.odi.ch/prog/design/php/guide.php PHP best practices (Use Data Access Objects (DAO))]
* [https://kore.fi.muni.cz/wiki/index.php?title=Data_Access_Object_(English) Data Access Object (English)]
 
{{Design Patterns Patterns}}