@FunctionalInterface public interface ContextAction
TinyPlugz.getDefault().contextClassLoaderScope(() -> {
EntityManagerFactory emf = Persistence.createEntityManagerFactory("pu");
// ...
});
TinyPlugz.contextClassLoaderScope(ContextAction)| Modifier and Type | Method and Description |
|---|---|
void |
perform()
Defines the action to perform.
|
Copyright © 2014–2015. All rights reserved.