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

pro.jk.ejoker.domain.IAggregateRepositoryProvider Maven / Gradle / Ivy

package pro.jk.ejoker.domain;

public interface IAggregateRepositoryProvider {
	
	/**
	 * Get the aggregateRepository for the given aggregate type.
	 * @param aggregateRootClazz
	 * @return
	 */
	IAggregateRepositoryProxy getRepository(Class aggregateRootClazz);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy