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

templates.aggregate_root.st Maven / Gradle / Ivy

package ;

import poussecafe.discovery.Aggregate;
import poussecafe.domain.AggregateRoot;
import poussecafe.domain.EntityAttributes;
import poussecafe.attribute.Attribute;

@Aggregate(
    factory = Factory.class,
    repository = Repository.class
)
public class  extends AggregateRoot\<Id, .Attributes> {

    public static interface Attributes extends EntityAttributes\<Id> {


        Attribute\ name();

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy