Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactoring sql driver #101

Open
remi128 opened this issue Apr 26, 2017 · 1 comment
Open

refactoring sql driver #101

remi128 opened this issue Apr 26, 2017 · 1 comment
Assignees

Comments

@remi128
Copy link
Member

remi128 commented Apr 26, 2017

remove usage of typehandlers, use jackson as well as base so that all annotations are working equal between mongo and sql

Afterwards cleanup of typehandlers, unused Mapper implementation etc.

@remi128 remi128 self-assigned this Apr 26, 2017
@remi128 remi128 added this to the pojo-mapper-1.4.0 milestone Apr 26, 2017
@remi128
Copy link
Member Author

remi128 commented May 12, 2017

new packages created

remi128 pushed a commit that referenced this issue Jul 26, 2017
# Conflicts:
#	vertx-pojo-mapper-common-test/src/main/java/de/braintags/vertx/jomnigate/testdatastore/AllTestsCommon.java
#	vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/AbstractWrite.java
#	vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/AfterInsertHandler.java
#	vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/AfterSaveHandler.java
#	vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/BeforeInsertHandler.java
#	vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/BeforeSaveHandler.java
#	vertx-pojo-mapper-mysql/src/main/java/de/braintags/vertx/jomnigate/mysql/dataaccess/SqlWrite.java
#	vertx-pojongo/src/main/java/de/braintags/vertx/jomnigate/mongo/dataaccess/MongoWrite.java
sschmittBt pushed a commit that referenced this issue Jul 27, 2017
* preparation for upcoming sql reimplementation ( #101 )

* implementation of settings for observer properties

* implementation of observer properties

* implementation of JsonSerializationObserver

* added unit test; update documentation

* review fixes
remi128 pushed a commit that referenced this issue Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant