Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

Spring JPA is part of the umbrella Spring Data project that makes it easy to easily implement JPA based repositories. Implementing a data access layer of an application has been cumbersome for quite a while. Too much boilerplate code has to be written to executing simple queries as well as ... [More] perform pagination, and auditing. Spring JPA aims to significantly improve the implementation of data access layers by reducing the effort to the amount that's actually needed. As a developer you write your repository interfaces, including custom finder methods, and Spring will provide the implementation automatically. [Less]

5.0
 
  0 reviews  |  7 users  |  10,708 lines of code  |  6 current contributors  |  Analyzed about 22 hours ago
 
 

Lightweight persistence library for Android. It simplifies work with SQLite database by providing high level APIs which allows to perform CRUD operations directly with Java classes. The big benefits of this library is its ability to persist Java objects without writing a boilerplate code for mapping between Java and SQL.

5.0
 
  0 reviews  |  6 users  |  11,366 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Alhelí es el nombre de nuestra plataforma básica, con un conjunto de servicios que facilitan la construcción rápida de aplicaciones. Mas informacion en http://www.PsiqueWare.com Alhelí contains the basic building blocks for any PsiqueWare application. More at http://www.PsiqueWare.com

0
 
  0 reviews  |  1 user  |  87,255 lines of code  |  2 current contributors  |  Analyzed 8 days ago
 
 

Oracle Provider for the Simple.Data data access library.

0
 
  0 reviews  |  1 user  |  1,776 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

For a while now, I've been using the same basic data access functions in most of my PHP projects. Since I find them so useful, why not share with everyone else?

0
 
  0 reviews  |  0 users  |  200 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Lightweight wrapper for Nhibernate. Will add a more thurough description later.

0
 
  0 reviews  |  0 users  |  149,519 lines of code  |  0 current contributors  |  Analyzed about 8 hours ago
 
 

MVCGen is a code generator to quickly scaffold views/controller/service/DAO parts. It uses NHibernate mapping files as input to produce standard-compliant web templates, nice-looking controller (with unit-tests), service layer (with unit-tests) and DAO (using NHibernate and with unit-test).

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Provides utilities for various programming tasks in .NET such as Cryptography, Data Access, Query String Validation, Crystal Reports, etc. For more, see http://www.tekdev.com/ To become a developer on this project, just send a request to ronniewheeler@gmail.com . I could use the help.

0
 
  0 reviews  |  0 users  |  4,306 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Yet another PHP library for data access and orm. The aim is to ancapsulate the ORM features from data access. Architecture of data access:DATABASE | DATABASE CONNECTOR | UNSPECIFIED ORM | (SPECIFIED ORM) How does it works://Create the connector $connector = new WPConnectMySQL(); ... [More] $connector->setLocation('server/database'); $connector->setUser('a_user'); $connector->setPassword('a_passphrase); //Now the unspecified ORM $my_object = new WPDatexS($connector, 'table_to_work_on'); $my_object->create(); //resets the object to represent a new dataset $my_object->name = 'John Doe'; $my_object->age = 23; $my_object->save(); $new_id = $my_object->id; //If id is an auto increment column, its value will be store to the object after saving) $my_object->reset(); //cleanup object $my_object->load(array('id' => $new_id)); //Loads a dataset by id $my_object->name = 'John Doe Jr.'; $my_object->save(); //Update the dataset [Less]

0
 
  0 reviews  |  0 users  |  11,306 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Feather ORM's sole purpose is to create an extremely adaptable and lightweight object relational mapping framework that is simple and intuitive to use.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.