Êþº¾ 4 4it/digione/dg1cloud/repository/RegDocumentRepository java/lang/Object 5org/springframework/data/jpa/repository/JpaRepository findOneByHashAndName M(Ljava/lang/String;Ljava/lang/String;)Lit/digione/dg1cloud/model/RegDocument; RuntimeVisibleAnnotations /Lorg/springframework/data/jpa/repository/Query; value SSELECT d FROM RegDocument d WHERE d.fileHash = :fileHash and d.fileName = :fileName "RuntimeVisibleParameterAnnotations 1Lorg/springframework/data/repository/query/Param; fileHash fileName findAllRegDocumentExpired ()Ljava/util/List; Signature ;()Ljava/util/List<Lit/digione/dg1cloud/model/RegDocument;>; :SELECT d FROM RegDocument d WHERE CURRENT_DATE > d.dueDate
|