Class ProjectRepositoryImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectRepositoryImpl​(javax.persistence.EntityManager entityManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateProjectModifiedDate​(Project project, java.util.Date modifiedDate)
      Update the modifiedDate in a Project to the specified date.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectRepositoryImpl

        @Autowired
        public ProjectRepositoryImpl​(javax.persistence.EntityManager entityManager)