Package org.keycloak.connections.jpa
Class JndiEntityManagerLookup
- java.lang.Object
-
- org.keycloak.connections.jpa.JndiEntityManagerLookup
-
public class JndiEntityManagerLookup extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description JndiEntityManagerLookup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.persistence.EntityManager
getSessionEntityManager(KeycloakSession session, String entityManagerFactoryJndiName)
-
-
-
Method Detail
-
getSessionEntityManager
public static javax.persistence.EntityManager getSessionEntityManager(KeycloakSession session, String entityManagerFactoryJndiName)
-
-