All Downloads are FREE. Search and download functionalities are using the official Maven repository.

poussecafe.doc.model.factorydoc.FactoryDocDataAccess Maven / Gradle / Ivy

There is a newer version: 0.29.0
Show newest version
package poussecafe.doc.model.factorydoc;

import java.util.List;
import poussecafe.doc.model.boundedcontextdoc.BoundedContextDocId;
import poussecafe.domain.EntityDataAccess;

public interface FactoryDocDataAccess extends EntityDataAccess {

    List findByBoundedContextId(BoundedContextDocId id);

    D findByBoundedContextIdAndName(BoundedContextDocId boundedContextDocId,
            String factoryName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy