Java org.springframework.data.jpa.repository.query QueryUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.jpa.repository.query QueryUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.jpa.repository.query QueryUtils.

The text is from its open source code.

Method

StringcreateCountQueryFor(String originalQuery)
Creates a count projected query from the given original query.
StringdetectAlias(String query)
Resolves the alias for the entity to be retrieved from the given JPA query.
StringgetExistsQueryString(String entityName, String countQueryPlaceHolder, Iterable idAttributes)
Returns the query string to execute an exists query for the given id attributes.