Package | Description |
---|---|
org.springframework.orm.jpa |
Package providing integration of JPA (Java Persistence API) with Spring concepts.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JpaOperations.execute(JpaCallback<T> action)
Deprecated.
|
<T> T |
JpaTemplate.execute(JpaCallback<T> action)
Deprecated.
|
<T> T |
JpaTemplate.execute(JpaCallback<T> action,
boolean exposeNativeEntityManager)
Deprecated.
Execute the action specified by the given action object within a
EntityManager.
|
List |
JpaOperations.executeFind(JpaCallback<?> action)
Deprecated.
|
List |
JpaTemplate.executeFind(JpaCallback<?> action)
Deprecated.
|
Copyright © 2015. All rights reserved.