Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BraintagsGmbH/vertx-pojo-mapper
nonblocking pojo mapping for document and sql databases
https://github.com/BraintagsGmbH/vertx-pojo-mapper
Last synced: 3 months ago
JSON representation
nonblocking pojo mapping for document and sql databases
- Host: GitHub
- URL: https://github.com/BraintagsGmbH/vertx-pojo-mapper
- Owner: BraintagsGmbH
- License: epl-1.0
- Created: 2015-06-26T09:37:57.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-23T16:29:15.000Z (about 6 years ago)
- Last Synced: 2024-01-22T08:31:00.585Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 5.22 MB
- Stars: 57
- Watchers: 5
- Forks: 10
- Open Issues: 41
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.html
Awesome Lists containing this project
- vertx-awesome - vertx-pojo-mapper - Non-blocking POJO mapping for MySQL and MongoDB. (Database Clients)
README
= vertx-pojo-mapper
*asynchronously map java objects into datastores and back*
vertx-pojo-mapper is a framework for nonblocking pojo mapping for different datasources. +
It is styled to master ORM ( object relational mapping ) as well as ODM ( object document mapping )Key features
* nonblocking as far as possible
* mapping java objects into different datasources like Mongo-DB, MySql etc.
* transparent and flexible markup for POJOs
* extensible type conversion
* fluent api
* very fast initialization
* dynamic object loading*link:vertx-pojo-mapper-common/src/docs/asciidoc/java/index.adoc[Quickstart and documentation]*
*List of supported datasources*
* link:vertx-pojongo/README.adoc[implementation for Mongo-DB]
* link:vertx-pojo-mapper-mysql/README.adoc[implementation for MySql / MariaDb]*Modules inside this project*
* link:vertx-pojo-mapper-common/README.adoc[vertx-pojo-mapper-common] +
defines the common interfaces and default implementations for all particular implementations* link:vertx-pojo-mapper-json/README.adoc[vertx-pojo-mapper-json] +
Contains common implementations of vertx-pojo-mapper-common for all those particular solutions, which are using JSON as
a format to serialize Java objects* link:vertx-pojongo/README.adoc[vertx-pojongo] +
This is the concrete implementation of vertx-pojo-mapper, which is using MongoDB as datastore* link:vertx-pojo-mapper-mysql/README.adoc[vertx-pojo-mapper-mysql] +
This is the concrete implementation of vertx-pojo-mapper, which is using MySql as datastore