An open API service indexing awesome lists of open source software.

https://github.com/subchen/jetbrick-orm

Object-relational mapping framework
https://github.com/subchen/jetbrick-orm

Last synced: 5 months ago
JSON representation

Object-relational mapping framework

Awesome Lists containing this project

README

          

[![QQ Group](http://img.shields.io/badge/QQ-310491655-blue.svg)](http://shang.qq.com/wpa/qunwpa?idkey=c81a8f922d2b00422761558c4c547a4c4af778edcb0a70c99aadf9e33d80cb11)
[![Maven](http://img.shields.io/badge/jetbrick--orm-v2.0-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jetbrick-orm%22)
[![Build Status](https://travis-ci.org/subchen/jetbrick-orm.svg?branch=master)](https://travis-ci.org/subchen/jetbrick-orm)
[![JDK](http://img.shields.io/badge/JDK-v6.0+-yellow.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
[![License](http://img.shields.io/badge/License-Apache_2-red.svg)](http://www.apache.org/licenses/LICENSE-2.0)

jetbrick-orm
==================

Object-relational mapping framework for jetbrick.

Documentation
---------------------------

http://subchen.github.io/

Dependency
---------------------------

```xml

com.github.subchen
jetbrick-orm
2.0

```

Downloads
---------------------------

* Binaries
- [jetbrick-orm-2.0.jar][1]
- [jetbrick-orm-2.0-sources.jar][2]
- [jetbrick-orm-2.0-javadoc.jar][3]
* Dependencies
- [jetbrick-commons-2.0.1.jar][4]
- [slf4j-api-1.7.7.jar][5]

[1]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-orm/2.0/jetbrick-orm-2.0.jar
[2]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-orm/2.0/jetbrick-orm-2.0-sources.jar
[3]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-orm/2.0/jetbrick-orm-2.0-javadoc.jar
[4]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.0.1/jetbrick-commons-2.0.1.jar
[5]: http://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar

License
---------------------------

```
Copyright 2013-2014 Guoqiang Chen, Shanghai, China. All rights reserved.

Author: Guoqiang Chen
Email: subchen@gmail.com
WebURL: https://github.com/subchen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```