-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi!
W have added in our fork 3 more entities to the model.
Study ---n--> AssayGroup --n-->Metabolite --n--> MetaboliteSample.
Load and save into the database works fine....but unloading is not working.
I have done this:
StudyUnloader.unload --> unloadManager.queueAll ( study.getAssayGroups() );
UnloadManager.unloaderClassses -->
// Pablo Conesa, add unloader for metabolites
new UnloaderMapping(AssayGroup.class, AssayGroupUnloader.class),
new UnloaderMapping(Metabolite.class, MetaboliteUnloader.class),
new UnloaderMapping(MetaboliteSample.class, MetaboliteSampleUnloader.class)
And I have created the correspondent unloaders:
AssayGroupUnloader, MetaboliteUnloader, MetaboliteSampleUnloader
Am I missing anything...this is not working!
Cheers!
Metadata
Metadata
Assignees
Labels
No labels