Uses of Package
com.ericbouchut.learndev.course.entity
Packages that use com.ericbouchut.learndev.course.entity
Package
Description
-
Classes in com.ericbouchut.learndev.course.entity used by com.ericbouchut.learndev.courseClassDescriptionJoin entity linking a student to a course they joined, with state of its own (status and transition timestamps), which is why the association is an entity rather than a bare
@ManyToManylike user_roles.An individual piece of content within a course, authored as Markdown (content_markdown) and rendered to HTML at display time. -
Classes in com.ericbouchut.learndev.course.entity used by com.ericbouchut.learndev.course.entityClassDescriptionPersisted states of the student course progress lifecycle (see the diagram in CONTRIBUTING.md).Editorial lifecycle shared by courses and lessons (see the Course and Lesson lifecycle diagrams in CONTRIBUTING.md).
-
Classes in com.ericbouchut.learndev.course.entity used by com.ericbouchut.learndev.course.repositoryClassDescriptionJoin entity linking a student to a course they joined, with state of its own (status and transition timestamps), which is why the association is an entity rather than a bare
@ManyToManylike user_roles.An individual piece of content within a course, authored as Markdown (content_markdown) and rendered to HTML at display time.Editorial lifecycle shared by courses and lessons (see the Course and Lesson lifecycle diagrams in CONTRIBUTING.md).