Package org.hibernate.cfg
Interface EnvironmentSettings
- All Known Subinterfaces:
AvailableSettings
- All Known Implementing Classes:
Environment
public interfaceEnvironmentSettings
Field Summary
Fields Modifier and Type Field Description staticStringCLASSLOADERSSpecifies acollectionof theClassLoaderinstances Hibernate should use for classloading and resource loading.staticStringJNDI_CLASSSpecifies the JNDIInitialContextFactoryimplementation class to use.staticStringJNDI_PREFIXA prefix for properties specifying arbitrary JNDIInitialContextproperties.staticStringJNDI_URLSpecifies the JNDI provider/connection URL.staticStringTC_CLASSLOADERSpecifies how thethread contextclass loader must be used for class lookup.
Field Detail
JNDI_CLASS
static final String JNDI_CLASS
Specifies the JNDIInitialContextFactoryimplementation class to use. Passed along toInitialContext(Hashtable)as"java.naming.factory.initial".
JNDI_URL
static final String JNDI_URL
Specifies the JNDI provider/connection URL. Passed along toInitialContext(Hashtable)as"java.naming.provider.url".
JNDI_PREFIX
static final String JNDI_PREFIX
A prefix for properties specifying arbitrary JNDIInitialContextproperties. These properties are simply passed along to the constructorInitialContext(java.util.Hashtable).- See Also:
- Constant Field Values
CLASSLOADERS
static final String CLASSLOADERS
Specifies acollectionof theClassLoaderinstances Hibernate should use for classloading and resource loading.- Since:
- 5.0
- See Also:
- Constant Field Values
TC_CLASSLOADER
static final String TC_CLASSLOADER
Specifies how thethread contextclass loader must be used for class lookup.