Class HSqlQueryProvider<T>
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.query.HSqlQueryProvider<T>
- All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery
public class HSqlQueryProvider<T>
extends Object
implements org.springframework.data.repository.query.RepositoryQuery
-
Constructor Summary
ConstructorsConstructorDescriptionHSqlQueryProvider(String sqlValue, org.springframework.data.repository.query.QueryMethod queryMethod, Class<T> domainClass, EntityListProvider entityListProvider, WorkingCopier<T> copier) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.query.QueryMethod
-
Constructor Details
-
HSqlQueryProvider
public HSqlQueryProvider(String sqlValue, org.springframework.data.repository.query.QueryMethod queryMethod, Class<T> domainClass, EntityListProvider entityListProvider, WorkingCopier<T> copier)
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.springframework.data.repository.query.RepositoryQuery
-
getQueryMethod
public org.springframework.data.repository.query.QueryMethod getQueryMethod()- Specified by:
getQueryMethodin interfaceorg.springframework.data.repository.query.RepositoryQuery
-