TaxClassRepository.class

4 lines | 1.112 kB Blame History Raw Download
Êþº¾4Bcom/salesmanager/core/business/repositories/tax/TaxClassRepositoryjava/lang/Object5org/springframework/data/jpa/repository/JpaRepositoryfindByStore%(Ljava/lang/Integer;)Ljava/util/List;	SignatureZ(Ljava/lang/Integer;)Ljava/util/List<Lcom/salesmanager/core/model/tax/taxclass/TaxClass;>;RuntimeVisibleAnnotations/Lorg/springframework/data/jpa/repository/Query;valueEselect t from TaxClass t join fetch t.merchantStore tm where tm.id=?1
findByCodeG(Ljava/lang/String;)Lcom/salesmanager/core/model/tax/taxclass/TaxClass;Fselect t from TaxClass t join fetch t.merchantStore tm where t.code=?1findByStoreAndCodeZ(Ljava/lang/Integer;Ljava/lang/String;)Lcom/salesmanager/core/model/tax/taxclass/TaxClass;Sselect t from TaxClass t join fetch t.merchantStore tm where tm.id=?1 and t.code=?2
SourceFileTaxClassRepository.javaŽLjava/lang/Object;Lorg/springframework/data/jpa/repository/JpaRepository<Lcom/salesmanager/core/model/tax/taxclass/TaxClass;Ljava/lang/Long;>;	

s
s
s