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

com.github.meixuesong.aggregatepersistence.AggregateFactory Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.meixuesong.aggregatepersistence;

public class AggregateFactory {
    public static  Aggregate createAggregate(R root) {
        return new Aggregate(root, new JsonDeepCopier(), new JsonComparator());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy