open fun setLookupOnStartup(lookupOnStartup: Boolean): Unit
Set whether to look up the JNDI object on startup. Default is "true".
Can be turned off to allow for late availability of the JNDI object. In this case, the JNDI object will be fetched on first access.
For a lazy lookup, a proxy interface needs to be specified.
See Also
#setProxyInterface#setCache