In my application, I want to have multiple Stores (separated by features) and each one with its own objects (they don't share objects). I've already created several Stores... everything's fine, but when viewing the MDBs through the desktop viewer (via Docker), I've seen that each MDB generates all the tables for all the objects (even though I only use some objects in some Stores and others in others).
Can I specify which Store classes belong to the Store so that it only generates the specific tables?
Sorry for my English.