Class XMLContext
java.lang.Object
org.hibernate.boot.model.internal.XMLContext
- All Implemented Interfaces:
Serializable
A helper for consuming orm.xml mappings.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionXMLContext
(BootstrapContext bootstrapContext) XMLContext
(ClassLoaderAccess classLoaderAccess, ClassmateContext classmateContext) -
Method Summary
Modifier and TypeMethodDescriptionaddDocument
(JaxbEntityMappingsImpl entityMappings) Add the JAXB binding to this context and return the list of added class names.void
applyDiscoveredAttributeConverters
(ConverterRegistry converterRegistry) static String
buildSafeClassName
(String className, String defaultPackageName) static String
buildSafeClassName
(String className, XMLContext.Default defaults) getDefaultWithoutGlobalCatalogAndSchema
(String className) getEntityListenerOverride
(String className) getManagedTypeOverride
(String className) boolean
-
Constructor Details
-
XMLContext
-
XMLContext
-
-
Method Details
-
addDocument
Add the JAXB binding to this context and return the list of added class names. -
buildSafeClassName
-
buildSafeClassName
-
getDefaultWithoutGlobalCatalogAndSchema
-
getDefaultWithGlobalCatalogAndSchema
-
getManagedTypeOverride
-
getEntityListenerOverride
-
getAllDocuments
-
hasContext
public boolean hasContext() -
applyDiscoveredAttributeConverters
-
getDefaultEntityListeners
-