Spring Data Jpa

Uses of Class
org.springframework.data.jpa.repository.query.ParameterBinder

Packages that use ParameterBinder
org.springframework.data.jpa.repository.query Query implementation to exectue queries against JPA. 
 

Uses of ParameterBinder in org.springframework.data.jpa.repository.query
 

Methods in org.springframework.data.jpa.repository.query with parameters of type ParameterBinder
protected abstract  javax.persistence.Query AbstractStringBasedJpaQuery.createCountQuery(ParameterBinder binder)
          Create a count Query with the given ParameterBinder.
protected abstract  javax.persistence.Query AbstractStringBasedJpaQuery.createQuery(ParameterBinder binder)
          Create a Query with the given ParameterBinder.
protected abstract  Object JpaQueryExecution.doExecute(AbstractStringBasedJpaQuery query, ParameterBinder parameters)
          Method to implement AbstractStringBasedJpaQuery executions by single enum values.
 Object JpaQueryExecution.execute(AbstractStringBasedJpaQuery query, ParameterBinder binder)
          Executes the given AbstractStringBasedJpaQuery with the given ParameterBinder.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.