Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
Packages that use JaxbEmbeddableImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbEmbeddableImpl in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return types with arguments of type JaxbEmbeddableImplModifier and TypeMethodDescriptionTransformationState.getEmbeddableByName()
TransformationState.getEmbeddableByRole()
-
Uses of JaxbEmbeddableImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEmbeddableImplModifier and TypeFieldDescriptionprotected List<JaxbEmbeddableImpl>
JaxbEntityMappingsImpl.embeddables
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbeddableImpl()
Create an instance ofJaxbEmbeddableImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEmbeddableImplModifier and TypeMethodDescriptionJaxbEntityMappingsImpl.getEmbeddables()
Gets the value of the embeddables property. -
Uses of JaxbEmbeddableImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return types with arguments of type JaxbEmbeddableImplModifier and TypeMethodDescriptionXmlDocumentImpl.getEmbeddableMappings()
XmlProcessingResultImpl.getEmbeddableOverrides()
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbEmbeddableImplModifier and TypeMethodDescriptionstatic void
ManagedTypeProcessor.processCompleteEmbeddable
(JaxbEntityMappingsImpl jaxbRoot, JaxbEmbeddableImpl jaxbEmbeddable, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbEmbeddableImplModifier and TypeMethodDescriptionvoid
XmlProcessingResultImpl.addEmbeddableOverride
(XmlProcessingResult.OverrideTuple<JaxbEmbeddableImpl> overrideTuple) static void
ManagedTypeProcessor.processOverrideEmbeddable
(List<XmlProcessingResult.OverrideTuple<JaxbEmbeddableImpl>> embeddableOverrides) -
Uses of JaxbEmbeddableImpl in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return types with arguments of type JaxbEmbeddableImplModifier and TypeMethodDescriptionXmlDocument.getEmbeddableMappings()
XmlProcessingResult.getEmbeddableOverrides()