wisdom-framework / wisdom-orientdb

Wisdom OrientDB integration
Apache License 2.0
2 stars 3 forks source link

Allow defining more than one model package in conf #14

Closed remi-parain closed 9 years ago

remi-parain commented 9 years ago

exemple : module A use modulea.models package name to store its OrientDB models, and module B use moduleb.models . Module C require module A and module B and contain the database settings in its application.conf. With this change we can list package name (comma separated values) in application.conf

I set up a project example ( dumb wisdom-orientdb training) at this link : https://github.com/remi-parain/wisdom-orientdb-training

Signed-off-by: Rémi Parain

barjo commented 9 years ago

Hi Rémi,

Thanks a lot for the contribution (and having updated the test :+1: ). Just a little question before I do the merge.

In the OrientdbCrudProvider

import sun.misc.CompoundEnumeration;

I can get rid of it right, it doesn't seems to be used anywhere :crystal_ball:

remi-parain commented 9 years ago

oh sorry, I forgot to clean the imports. Yes of course you can remove it.