Document project progress, the development process, accomplishments, snags, and time spent on this class. You may use whatever format suits you, as long as this information is shared.
- Start over with new topic
- Research on how social media sites are designed to be addictive and how this can be avoided
- Re-create project structure
- Add link to student repo
- rewrite project plan, readme
- creating screen design with css, figma too difficult, going too slow
- working on home screen jsp
- Getting this error in GenericDao class incompatible types: org.hibernate.query.criteria.HibernateCriteriaBuilder cannot be converted to javax.persistence.criteria.CriteriaBuilder
I think maybe Hibernate changed which class it is using (maybe used to use javax.persistence.criteria.CriteriaBuilder and now users org.hibernate.query.criteria.HibernateCriteriaBuilder). (GenericDao.java line 44)
If I change the builder type from CriteriaBuilder to HibernateCriteriaBuilder then I'm going to have some issues with the createQuery method.