Example usage for org.springframework.integration.jpa.core AbstractJpaOperations subclass-usage

List of usage examples for org.springframework.integration.jpa.core AbstractJpaOperations subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.jpa.core AbstractJpaOperations subclass-usage.

Usage

From source file org.springframework.integration.jpa.core.DefaultJpaOperations.java

/**
 * Class similar to JPA template limited to the operations required for the JPA adapters/gateway
 * not using JpaTemplate as the class is deprecated since Spring 3.1
 *
 * @author Amol Nayak
 * @author Gunnar Hillert