File tree 1 file changed +4
-1
lines changed
src/test/java/org/springframework/data/jpa/mapping
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 31
31
import javax .persistence .metamodel .ManagedType ;
32
32
import javax .persistence .metamodel .Metamodel ;
33
33
34
+ import org .jmolecules .ddd .types .AggregateRoot ;
35
+ import org .jmolecules .ddd .types .Association ;
36
+ import org .jmolecules .ddd .types .Identifier ;
34
37
import org .junit .jupiter .api .BeforeEach ;
35
38
import org .junit .jupiter .api .Test ;
36
39
import org .junit .jupiter .api .extension .ExtendWith ;
@@ -310,5 +313,5 @@ private static class JMoleculesSample {
310
313
Association <JMoleculesAggregate , Identifier > association ;
311
314
}
312
315
313
- private static interface JMoleculesAggregate extends AggregateRoot <JMoleculesAggregate , Identifier > {}
316
+ private interface JMoleculesAggregate extends AggregateRoot <JMoleculesAggregate , Identifier > {}
314
317
}
You can’t perform that action at this time.
0 commit comments