Class XmlPreProcessingResultImpl
java.lang.Object
org.hibernate.boot.models.xml.internal.XmlPreProcessingResultImpl
- All Implemented Interfaces:
XmlPreProcessingResult
-
Constructor Summary
ConstructorsConstructorDescriptionIntended for testingXmlPreProcessingResultImpl
(PersistenceUnitMetadataImpl persistenceUnitMetadata) XmlPreProcessingResultImpl
(PersistenceUnitMetadata persistenceUnitMetadata) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDocument
(JaxbEntityMappingsImpl document) All XML documents (JAXB roots)All classes named across all XML mappingsAll "type names" named across all XML mappings.Aggregated persistence unit defaults and metadata
-
Constructor Details
-
XmlPreProcessingResultImpl
-
XmlPreProcessingResultImpl
-
XmlPreProcessingResultImpl
public XmlPreProcessingResultImpl()Intended for testing
-
-
Method Details
-
getPersistenceUnitMetadata
Description copied from interface:XmlPreProcessingResult
Aggregated persistence unit defaults and metadata- Specified by:
getPersistenceUnitMetadata
in interfaceXmlPreProcessingResult
-
getDocuments
Description copied from interface:XmlPreProcessingResult
All XML documents (JAXB roots)- Specified by:
getDocuments
in interfaceXmlPreProcessingResult
-
getMappedClasses
Description copied from interface:XmlPreProcessingResult
All classes named across all XML mappings- Specified by:
getMappedClasses
in interfaceXmlPreProcessingResult
- See Also:
-
getMappedNames
Description copied from interface:XmlPreProcessingResult
All "type names" named across all XML mappings.- Specified by:
getMappedNames
in interfaceXmlPreProcessingResult
- See Also:
-
addDocument
-