Package org.hibernate.cfg
Interface EnvironmentSettings
- All Known Subinterfaces:
AvailableSettings
- All Known Implementing Classes:
Environment
public interface EnvironmentSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Specifies acollection
of theClassLoader
instances Hibernate should use for classloading and resource loading.static final String
Specifies the JNDIInitialContextFactory
implementation class to use.static final String
A prefix for properties specifying arbitrary JNDIInitialContext
properties.static final String
Specifies the JNDI provider/connection URL.static final String
Specifies how the thread context class loader must be used for class lookup.
-
Field Details
-
JNDI_CLASS
Specifies the JNDIInitialContextFactory
implementation class to use. Passed along toInitialContext(Hashtable)
as "java.naming.factory.initial". -
JNDI_URL
Specifies the JNDI provider/connection URL. Passed along toInitialContext(Hashtable)
as "java.naming.provider.url".- See Also:
-
JNDI_PREFIX
A prefix for properties specifying arbitrary JNDIInitialContext
properties. These properties are simply passed along to the constructorInitialContext(java.util.Hashtable)
.- See Also:
-
CLASSLOADERS
Specifies acollection
of theClassLoader
instances Hibernate should use for classloading and resource loading.- Since:
- 5.0
- See Also:
-
TC_CLASSLOADER
Specifies how the thread context class loader must be used for class lookup.- See Also:
-