Projects tagged ‘dao’ and ‘jdbc’


[14 total ]

1 Users

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

1 Users

This framework is designed for Java developers who want to create projects that use databases without having to deal with the complexities of JDBC. Home page is at http://www.rimudb.org
Created 11 months ago.

1 Users
 

Generic Dao is a Java package which allows a developer to skip writing DAOs for their persistent objects when they are using Spring and JDBC or Hibernate (support for others as needed/requested). It ... [More] provides basic DAO methods like save/create/delete/update/findById, search methods, and batch update methods for ORM functionality which stays out of your way. It can easily be overridden and controlled. Interceptors and caching mechanisms are provided. This also includes a set of reflection utilities which allow for Commons BeanUtils like functionality but includes support for annotations, fields, construction of any object, and nested null handling. [Less]
Created about 1 year ago.

0 Users

IntroductionObject Query System(OQS)- OQS is a simple object/relational persistence and query service. OQS lets you develop persistent classes using simple query string (Object Query String, QS). Just ... [More] like native SQL, object query string is very powerful, it's easy to understand. DocumentationOQS-0.1-RC1 Binary/Source包中包含开发参开手册及API文档。 在线文档请浏览以下地址: OQS 0.1 Reference(Chinese Simplified) OQS 0.1 API Specification Samples请参考发行包中的samples目录。 完整可运行的Eclipse示例工程请从Downloads中下载。 Downloads在Downloads中可以下载最新包,也可以在SourceForge.net上下载完整的包(包含zip,gz格式及md5,sha验证)。 Project MirrorProject Mirror on SourceForge.net [Less]
Created 12 months ago.

0 Users

Jacuzzi works around java.sql.Connection and it is all you need to provide. Jacuzzi don't use any configuration files and uses just a few annotations. It doesn't take care about abstract ... [More] cross-database query language, use native SQL to write queries. Use the following maven 2 setting to setup jacuzzi dependency: codegame.sgu.ru-releases codegame.sgu.ru-releases http://codegame.sgu.ru:8081/artifactory/libs-releases-local ... ... jacuzzi jacuzzi 0.0.19 ... [Less]
Created 12 months ago.

0 Users

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);
Created 4 months ago.

0 Users

Relational-Object Mapper Is Not Object-Relational For those who model the database first, and don't want to hide the fact that they are talking to a relational database engine. The project's aim ... [More] is to ease the use of database entities and the representation of database data as java beans. The code will be based on JDBC and the DAO pattern. In the future, it's expected that a code generator will be also provided. This project assumes you are very concerned with your database design, write most of your queries within stored procedures, and don't want any traditional ORM in between. WARNING: The result of this project might not be scalable, might not be clusterable, and might not be your best option. You have been warned !! [Less]
Created 7 months ago.

0 Users

trabajo final de Herramietas de Internet
Created 11 months ago.

0 Users

Projeto criado para estudo da linguagem java para web com a apostila do curso caelum.
Created 4 months ago.

0 Users

generator dao untuk mysql jdbc
Created 2 months ago.