Class SampleRepositoryImpl

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateSampleModifiedDate​(Sample sample, java.util.Date modifiedDate)
      Update the modifiedDate in a Sample to the specified value.
      • Methods inherited from class java.lang.Object

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

      • SampleRepositoryImpl

        @Autowired
        public SampleRepositoryImpl​(javax.persistence.EntityManager entityManager)
    • Method Detail

      • updateSampleModifiedDate

        @Transactional
        public void updateSampleModifiedDate​(Sample sample,
                                             java.util.Date modifiedDate)
        Update the modifiedDate in a Sample to the specified value.
        Specified by:
        updateSampleModifiedDate in interface SampleRepositoryCustom
        Parameters:
        sample - The Sample to update
        modifiedDate - The new Date