Class XMLContext
java.lang.Object
org.hibernate.boot.model.internal.XMLContext
- All Implemented Interfaces:
Serializable
A helper for consuming orm.xml mappings.
- Author:
- Emmanuel Bernard, Brett Meyer
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionXMLContext(BootstrapContext bootstrapContext) XMLContext(ClassLoaderAccess classLoaderAccess, ClassmateContext classmateContext) -
Method Summary
Modifier and TypeMethodDescriptionaddDocument(JaxbEntityMappings entityMappings) Add the JAXB binding to this context and return the list of added class names.voidapplyDiscoveredAttributeConverters(ConverterRegistry converterRegistry) static StringbuildSafeClassName(String className, String defaultPackageName) static StringbuildSafeClassName(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
-