R - Operation result type@FunctionalInterface public interface EntityManagerOperation<R>
EntityManager.
If returning a result is not required, the EntityManagerRunnable can be used.
EntityManagerRunnable| Modifier and Type | Method and Description |
|---|---|
R |
execute(javax.persistence.EntityManager entityManager)
Execute an operation and returns a result.
|
Copyright © 2019 The Holon Platform. All rights reserved.