mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
CORDA-3722 Add imports in RestrictedEntityManager
Needed after backporting a change
This commit is contained in:
parent
efd633c7b9
commit
d35e8ba526
@ -1,6 +1,9 @@
|
||||
package net.corda.nodeapi.internal.persistence
|
||||
|
||||
import javax.persistence.EntityManager
|
||||
import javax.persistence.EntityTransaction
|
||||
import javax.persistence.LockModeType
|
||||
import javax.persistence.metamodel.Metamodel
|
||||
|
||||
/**
|
||||
* A delegate of [EntityManager] which disallows some operations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user