Package org.hibernate.boot.internal
Class SimpleResourceLocator
java.lang.Object
org.hibernate.boot.internal.SimpleResourceLocator
- All Implemented Interfaces:
ResourceLocator
Simple ResourceLocator impl using its own ClassLoader to locate the resource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
SimpleResourceLocator
public SimpleResourceLocator()
-
-
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
-