Changeset 1402 for trunk/grails-app/services/dbnp
- Timestamp:
- Jan 14, 2011, 10:47:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/importer/ImporterService.groovy
r1376 r1402 279 279 def persisterrors = [] 280 280 def updatedentities = [] 281 study.refresh() 281 282 // Study passed? Sync data 283 if (study!=null) study.refresh() 282 284 283 285 // go through the data matrix, read every record and validate the entity and try to persist it
Note: See TracChangeset
for help on using the changeset viewer.