Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
Packages that use JaxbOneToOneImpl
-
Uses of JaxbOneToOneImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbOneToOneImplModifier and TypeFieldDescriptionprotected List<JaxbOneToOneImpl>
JaxbAttributesContainerImpl.oneToOneAttributes
protected List<JaxbOneToOneImpl>
JaxbEmbeddableAttributesContainerImpl.oneToOneAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToOneImplModifier and TypeMethodDescriptionObjectFactory.createJaxbOneToOneImpl()
Create an instance ofJaxbOneToOneImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbOneToOneImplModifier and TypeMethodDescriptionJaxbAttributesContainer.getOneToOneAttributes()
JaxbAttributesContainerImpl.getOneToOneAttributes()
Gets the value of the oneToOneAttributes property.JaxbEmbeddableAttributesContainerImpl.getOneToOneAttributes()
Gets the value of the oneToOneAttributes property. -
Uses of JaxbOneToOneImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbOneToOneImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetails
OneToOneAttributeProcessing.processOneToOneAttribute
(JaxbOneToOneImpl jaxbOneToOne, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)