metridoc-archives / metridoc-job-core

All non-grails core functionality for metridoc
0 stars 0 forks source link

Cleanup the hibernate API #104

Closed tbarker9 closed 10 years ago

tbarker9 commented 11 years ago

After using it, it is really hard to figure out what is going on. I would rather have 1 method, populate(Record record). it returns true if it was saved, false otherwise. It can also throw an assertion error for any invalid data. After this is done, the new API should be transferred to the GormService / Iterator

tbarker9 commented 10 years ago

Since we are moving to the Streaming API, we will not pursue this