Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

How to... #52

Description

@pconesa

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions