Browsing projects by Tag(s)

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

Showing page 1 of 2

With Lambico you can add DAOs to your entities just writing only their interfaces, with no implementation.

4.0
   
  0 reviews  |  3 users  |  8,167 lines of code  |  2 current contributors  |  Analyzed 5 days ago
 
 

Warp-persist is a lightweight library that provides persistence and transactions for applications using Google Guice. You can use warp-persist inside web and servlet applications as well as EJB and simple desktop applications. All with a few simple configuration steps. Quick HitsInject DAOs ... [More] & Repositories Flexible units-of-work Declarative transaction management Using @Transactional Or your own custom AOP Dynamic Finders (reduce boilerplate query code) Warp-persist fully supports: Hibernate Java Persistence API (JPA) db4objects ...and is easily extensible to any persistence system of your choice! [Less]

0
 
  0 reviews  |  1 user  |  25,874 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Hibernate Generic D.A.O. FrameworkThe motivation behind the frameworkWe had worked on a project where we hand-coded all of our DAOs. This produced four irksome difficulties: (1) Method names and implementations were not altogether consistent. (2) It was a pain to make additional columns sortable or ... [More] filterable, and as a result, a lot of pages lacked good sorting and filtering. (3) Making additional DAOs was tedious and took a fair amount of time. (4) Writing tests for DAOs is tricky and tedious, so no one really did. This framework aims to ease our troubles. Why might you consider looking into this framework?Generic DAO: With the sweetness of Java generics, the concept of generic DAOs is not new, and it’s not difficult. However, we’ve put a lot of work into making these easy to use an [Less]

0
 
  0 reviews  |  1 user  |  61,139 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

Utility library to implement domain objects and DAOs based on JPA and Spring.

5.0
 
  0 reviews  |  1 user  |  15,883 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

The page has moved.The page you are trying to access has been moved here. Please update your bookmarks. Thank you.

0
 
  0 reviews  |  1 user  |  9,518 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Yet Another Generic DAO layer for Java. With support for both JPA and hibernate For the general view you can take a look at http://www.altuure.com/projects/yagdao/ start up article: http://www.altuure.com/2008/10/02/who-needs-implementations/

0
 
  0 reviews  |  1 user  |  12,769 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Infinitum is a lightweight, extensible framework enabling Android developers to quickly and efficiently create rich applications while facilitating the convention-over-configuration paradigm. Infinitum includes an ORM that allows developers to spend more time focusing on their problem domain and ... [More] business logic and less time on underlying data-access and boilerplate code by embracing object-oriented principles. The ORM also provides a criteria API for constructing database queries, allowing developers to query on objects rather than tables -- no SQL necessary. In addition to its ORM, the framework offers a REST client interface that allows developers to communicate with their own RESTful web services using objects. [Less]

0
 
  0 reviews  |  0 users  |  14,093 lines of code  |  1 current contributor  |  Analyzed 34 minutes ago
 
 

The data-access framework allow the developer to abstract form persistence framework. It provides simple Dao interface and several Dao implementation (two at this time, one for JPA and one for pure hibernate).

5.0
 
  0 reviews  |  0 users  |  1,918 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

samurai-dao is a simple, high performance object/relational persistence and query service. O/R Mapping. No XML. Two Way SQL. Run with Java. Run with SQL Client. Sample code: List empList = dao.select(ALL, Employee.class);

0
 
  0 reviews  |  0 users  |  26,603 lines of code  |  2 current contributors  |  Analyzed 5 days ago
 
 

A open source Java Object Persister using JDBC. This is small and light weight library which can Persist data into the database. This library frees you from writing the Data transfer objects. Just create a POJO and simply save it using this library. I have also integrate Java transaction API with this library

0
 
  0 reviews  |  0 users  |  6,485 lines of code  |  2 current contributors  |  Analyzed over 2 years ago
 
 
 
 

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.