Uses of Class
org.hibernate.boot.models.xml.spi.XmlProcessingResult.OverrideTuple
Packages that use XmlProcessingResult.OverrideTuple
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of XmlProcessingResult.OverrideTuple in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return types with arguments of type XmlProcessingResult.OverrideTupleModifier and TypeMethodDescriptionXmlProcessingResultImpl.getEmbeddableOverrides()XmlProcessingResultImpl.getEntityOverrides()XmlProcessingResultImpl.getMappedSuperclassesOverrides()Methods in org.hibernate.boot.models.xml.internal with parameters of type XmlProcessingResult.OverrideTupleModifier and TypeMethodDescriptionvoidXmlProcessingResultImpl.addEmbeddableOverride(XmlProcessingResult.OverrideTuple<JaxbEmbeddableImpl> overrideTuple) voidXmlProcessingResultImpl.addEntityOverride(XmlProcessingResult.OverrideTuple<JaxbEntityImpl> overrideTuple) voidXmlProcessingResultImpl.addMappedSuperclassesOverride(XmlProcessingResult.OverrideTuple<JaxbMappedSuperclassImpl> overrideTuple) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type XmlProcessingResult.OverrideTupleModifier and TypeMethodDescriptionstatic voidManagedTypeProcessor.processOverrideEmbeddable(List<XmlProcessingResult.OverrideTuple<JaxbEmbeddableImpl>> embeddableOverrides) static voidManagedTypeProcessor.processOverrideEntity(List<XmlProcessingResult.OverrideTuple<JaxbEntityImpl>> entityOverrides) static voidManagedTypeProcessor.processOverrideMappedSuperclass(List<XmlProcessingResult.OverrideTuple<JaxbMappedSuperclassImpl>> mappedSuperclassesOverrides) -
Uses of XmlProcessingResult.OverrideTuple in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return types with arguments of type XmlProcessingResult.OverrideTupleModifier and TypeMethodDescriptionXmlProcessingResult.getEmbeddableOverrides()XmlProcessingResult.getEntityOverrides()XmlProcessingResult.getMappedSuperclassesOverrides()