spring-petclinic/src/test/java/org/springframework/samples/petclinic
Dave Syer b559077f14 Remove manual id management in child entities
This is reverting a workaround for a Hibernate "feature". There's
no need for the child entities (Pet and Visit) to know about their
parent (foreign key). Hibernate can manage that just fine with a
@JoinColumn. But it needs a nullable foreign key column in the
DB schema. That's the downside. The upside is much less code in
Java.
2022-01-06 11:23:02 +00:00
..
model Add pagination for owners and vets lists in HTML 2021-10-01 08:31:38 +01:00
owner Remove manual id management in child entities 2022-01-06 11:23:02 +00:00
service Remove manual id management in child entities 2022-01-06 11:23:02 +00:00
system Add pagination for owners and vets lists in HTML 2021-10-01 08:31:38 +01:00
vet Remove PetRepository and use Owner as aggregate 2022-01-05 08:24:58 +00:00
PetclinicIntegrationTests.java Apply spring-format plugin 2020-01-03 11:22:05 +00:00