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 JaxbEmbeddedIdImplJaxbAttributesContainerImpl.embeddedIdAttributeMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddedIdImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbeddedIdImpl()Create an instance ofJaxbEmbeddedIdImplJaxbAttributesContainerImpl.getEmbeddedIdAttribute()Gets the value of the embeddedIdAttribute property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbEmbeddedIdImplModifier and TypeMethodDescriptionvoidJaxbAttributesContainerImpl.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.MutableMemberDetailsEmbeddedIdAttributeProcessing.processEmbeddedIdAttribute(JaxbEmbeddedIdImpl jaxbEmbeddedId, org.hibernate.models.spi.MutableClassDetails classDetails, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)