Module org.eclipse.persistence.core
Class PersistenceEntityResolver
java.lang.Object
org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
- All Implemented Interfaces:
EntityResolver
INTERNAL:
Purpose: Provide a mechanism for retrieving the DTD file from the classpath
- Since:
- TopLink 10.1.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocalResource(String publicId, String localFileName) INTERNAL:protected StringgetDtdFileName(String docTypeId) INTERNAL:INTERNAL:protected voidINTERNAL:resolveEntity(String publicId, String systemId) INTERNAL:voidINTERNAL:
-
Field Details
-
m_localResources
-
dtdFileName40
- See Also:
-
doctTypeId40
- See Also:
-
dtdFileName45
- See Also:
-
doctTypeId45
- See Also:
-
dtdFileName904
- See Also:
-
doctTypeId904
- See Also:
-
-
Constructor Details
-
PersistenceEntityResolver
public PersistenceEntityResolver()INTERNAL:
-
-
Method Details
-
populateLocalResources
protected void populateLocalResources()INTERNAL: -
getDtdFileName
INTERNAL: -
getLocalResources
INTERNAL: -
setLocalResources
INTERNAL: -
addLocalResource
INTERNAL: -
resolveEntity
INTERNAL:- Specified by:
resolveEntityin interfaceEntityResolver
-