Java org.springframework.integration.jpa.support JpaUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.jpa.support JpaUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.jpa.support JpaUtils.

The text is from its open source code.

Field

Method

QueryapplyAndBind(String queryString, Iterable entities, EntityManager entityManager)
Creates a where-clause referencing the given entities and appends it to the given query string.
StringgetEntityName(EntityManager em, Class entityClass)
StringgetQueryString(String template, String entityName)
Returns the query string for the given class name.