Skip to content

BraintagsGmbH/vertx-pojo-mapper

Repository files navigation

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

List of supported datasources

Modules inside this project

  • vertx-pojo-mapper-common
    defines the common interfaces and default implementations for all particular implementations

  • 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

  • vertx-pojongo
    This is the concrete implementation of vertx-pojo-mapper, which is using MongoDB as datastore

  • vertx-pojo-mapper-mysql
    This is the concrete implementation of vertx-pojo-mapper, which is using MySql as datastore

About

nonblocking pojo mapping for document and sql databases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages