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 Details

    • HSqlQueryProvider

      public HSqlQueryProvider(String sqlValue, org.springframework.data.repository.query.QueryMethod queryMethod, Class<T> domainClass, EntityListProvider entityListProvider, WorkingCopier<T> copier)
  • Method Details

    • execute

      public Object execute(Object[] parameters)
      Specified by:
      execute in interface org.springframework.data.repository.query.RepositoryQuery
    • getQueryMethod

      public org.springframework.data.repository.query.QueryMethod getQueryMethod()
      Specified by:
      getQueryMethod in interface org.springframework.data.repository.query.RepositoryQuery