Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
Packages that use JaxbEmbeddedIdImpl
-
Uses of JaxbEmbeddedIdImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbEmbeddedIdImplModifier and TypeFieldDescriptionprotected JaxbEmbeddedIdImpl
JaxbAttributesContainerImpl.embeddedIdAttribute
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddedIdImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbeddedIdImpl()
Create an instance ofJaxbEmbeddedIdImpl
JaxbAttributesContainerImpl.getEmbeddedIdAttribute()
Gets the value of the embeddedIdAttribute property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbEmbeddedIdImplModifier and TypeMethodDescriptionvoid
JaxbAttributesContainerImpl.setEmbeddedIdAttribute
(JaxbEmbeddedIdImpl value) Sets the value of the embeddedIdAttribute property. -
Uses of JaxbEmbeddedIdImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbEmbeddedIdImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetails
EmbeddedIdAttributeProcessing.processEmbeddedIdAttribute
(JaxbEmbeddedIdImpl jaxbEmbeddedId, org.hibernate.models.spi.MutableClassDetails classDetails, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)