Uses of Package
com.plannaplan.entities

Packages that use com.plannaplan.entities 
Package Description
com.plannaplan.entities
Provides all entieites that are created in database by Hibernate
com.plannaplan.models
Provides readonly (mostly) classes to keep data for diffrent pourposes
com.plannaplan.repositories
Provides jpa repositories interfaces to comunicate with database.
com.plannaplan.services
Provides service classes to make operations with entities or comunicate with external systems.
  • Classes in com.plannaplan.entities used by com.plannaplan.entities 
    Class Description
    Assignment
    Entity of Assignment grouping of state associated about group_id and commision_id
    Commision
    Entity of Commision grouping of state associated about commison and owner_id
    Course
    Entity of Course grouping of state of course
    Groups
    Entity of Groups grouping of state ssociated about course,time,room,capacity,type,day
    Lecturer
    Entity of Lecturer grouping of state ssociated about id,title,name,surname
    User
    Entity of User grouping of state ssociated about id,name,surname,email,role,token,tokenCreatedDate
  • Classes in com.plannaplan.entities used by com.plannaplan.models 
    Class Description
    Assignment
    Entity of Assignment grouping of state associated about group_id and commision_id
    Exchange
    Entity that keeps user exchange offer.
    Groups
    Entity of Groups grouping of state ssociated about course,time,room,capacity,type,day
    User
    Entity of User grouping of state ssociated about id,name,surname,email,role,token,tokenCreatedDate
  • Classes in com.plannaplan.entities used by com.plannaplan.repositories 
    Class Description
    Assignment
    Entity of Assignment grouping of state associated about group_id and commision_id
    Commision
    Entity of Commision grouping of state associated about commison and owner_id
    Course
    Entity of Course grouping of state of course
    Exchange
    Entity that keeps user exchange offer.
    Groups
    Entity of Groups grouping of state ssociated about course,time,room,capacity,type,day
    Lecturer
    Entity of Lecturer grouping of state ssociated about id,title,name,surname
    User
    Entity of User grouping of state ssociated about id,name,surname,email,role,token,tokenCreatedDate
  • Classes in com.plannaplan.entities used by com.plannaplan.services 
    Class Description
    AppConfig
    entity that keeps app configurations
    Assignment
    Entity of Assignment grouping of state associated about group_id and commision_id
    Commision
    Entity of Commision grouping of state associated about commison and owner_id
    Course
    Entity of Course grouping of state of course
    Exchange
    Entity that keeps user exchange offer.
    Groups
    Entity of Groups grouping of state ssociated about course,time,room,capacity,type,day
    Lecturer
    Entity of Lecturer grouping of state ssociated about id,title,name,surname
    User
    Entity of User grouping of state ssociated about id,name,surname,email,role,token,tokenCreatedDate