Package org.hibernate.boot.internal
Class StandardResourceLocator
java.lang.Object
org.hibernate.boot.internal.StandardResourceLocator
- All Implemented Interfaces:
ResourceLocator
Standard implementation of ResourceLocator delegating to the ClassLoaderService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardResourceLocator
-
-
Method Details
-
locateResource
Description copied from interface:ResourceLocator
Locate the named resource- Specified by:
locateResource
in interfaceResourceLocator
- Parameters:
resourceName
- The resource name to locate- Returns:
- The located URL, or
null
if no match found
-