Interface XmlDocumentContext
- All Known Implementing Classes:
XmlDocumentContextImpl
public interface XmlDocumentContext
Context for a specific XML mapping file
-
Method Summary
Modifier and TypeMethodDescriptionAccess to the containing BootstrapContextorg.hibernate.models.spi.ModelsContext
Access to the containing ModelsContextThe XML documentdefault String
resolveClassName
(String specifiedName) default org.hibernate.models.spi.MutableClassDetails
resolveJavaType
(String name) Resolve a ClassDetails by name, accounting for XML-defined package name if one.
-
Method Details
-
getXmlDocument
XmlDocument getXmlDocument()The XML document -
getEffectiveDefaults
EffectiveMappingDefaults getEffectiveDefaults() -
getModelBuildingContext
org.hibernate.models.spi.ModelsContext getModelBuildingContext()Access to the containing ModelsContext -
getBootstrapContext
BootstrapContext getBootstrapContext()Access to the containing BootstrapContext -
resolveJavaType
Resolve a ClassDetails by name, accounting for XML-defined package name if one. -
resolveClassName
-