white knight

导航

 
public interface ARepository extends PagingAndSortingRepository<A, APK>, JpaSpecificationExecutor<A> {
@Query(value="select field1, field2 from table1 WHERE param1=:param1", nativeQuery=true)
    List<Object[]> method1(@Param("param1") String param1);
}
posted on 2018-05-08 16:32  white knight  阅读(516)  评论(0编辑  收藏  举报