public interface AggregateMetaModelFactory
AggregateModel for any given type defining an aggregate.| Modifier and Type | Method and Description | 
|---|---|
<T> AggregateModel<T> | 
createModel(Class<? extends T> aggregateType)
Create an Aggregate meta model for the given  
aggregateType. | 
<T> AggregateModel<T> createModel(Class<? extends T> aggregateType)
aggregateType. The meta model will inspect the capabilities
 and characteristics of the given type.T - The Aggregate typeaggregateType - The Aggregate class to be inspectedCopyright © 2010–2018. All rights reserved.