public class JndiIntegration extends Object
Context
static <T> Provider<T>
fromJndi(Class<T> type, String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Provider<T> fromJndi(Class<T> type, String name)
bind(DataSource.class).toProvider(fromJndi(DataSource.class, "java:..."));