| Package | Description |
|---|---|
| org.springframework.integration.jpa.core |
Provides core classes of the JPA module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJpaOperations
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
|
| Constructor and Description |
|---|
JpaExecutor(JpaOperations jpaOperations)
If custom behavior is required a custom implementation of
JpaOperations
can be passed in. |
Copyright © 2016. All rights reserved.