File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/java/org/springframework/data/jpa/mapping Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3131import javax .persistence .metamodel .ManagedType ;
3232import javax .persistence .metamodel .Metamodel ;
3333
34+ import org .jmolecules .ddd .types .AggregateRoot ;
35+ import org .jmolecules .ddd .types .Association ;
36+ import org .jmolecules .ddd .types .Identifier ;
3437import org .junit .jupiter .api .BeforeEach ;
3538import org .junit .jupiter .api .Test ;
3639import org .junit .jupiter .api .extension .ExtendWith ;
@@ -310,5 +313,5 @@ private static class JMoleculesSample {
310313 Association <JMoleculesAggregate , Identifier > association ;
311314 }
312315
313- private static interface JMoleculesAggregate extends AggregateRoot <JMoleculesAggregate , Identifier > {}
316+ private interface JMoleculesAggregate extends AggregateRoot <JMoleculesAggregate , Identifier > {}
314317}
You can’t perform that action at this time.
0 commit comments