public class NativeDatasource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.data.domain.Page
query(String query,
org.springframework.data.domain.Pageable pageRequest,
boolean isCount,
Var... params)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NativeDatasource
public NativeDatasource(String namespace)
-
Method Details
-
query
public org.springframework.data.domain.Page query(String query,
org.springframework.data.domain.Pageable pageRequest,
boolean isCount,
Var... params)
-