Interface in SpringBoot entity
I have an Entity called Student, and that entity can choose how he wants to schedule his study. So, that’s the use case for an interface, called StudySchedulingMethod, enabling many scheduling methods to exist.
I have an Entity called Student, and that entity can choose how he wants to schedule his study. So, that’s the use case for an interface, called StudySchedulingMethod, enabling many scheduling methods to exist.